MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Fetch16

Method Fetch16

Bcore/src/main/cpp/dex/dex_instruction.h:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638 std::string DumpHexLE(size_t instr_code_units) const;
639
640 uint16_t Fetch16(size_t offset) const {
641 const uint16_t* insns = reinterpret_cast<const uint16_t*>(this);
642 return insns[offset];
643 }
644
645 private:
646 size_t SizeInCodeUnitsComplexOpcode() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected