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

Method Fetch32

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

Source from the content-addressed store, hash-verified

649 size_t CodeUnitsRequiredForSizeOfComplexOpcode() const;
650
651 uint32_t Fetch32(size_t offset) const {
652 return (Fetch16(offset) | ((uint32_t) Fetch16(offset + 1) << 16));
653 }
654
655 uint4_t InstA() const {
656 return InstA(Fetch16(0));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected