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

Method GetCodeItem

Bcore/src/main/cpp/dex/dex_file.h:684–687  ·  view source on GitHub ↗

Return the code item for a provided offset.

Source from the content-addressed store, hash-verified

682
683 // Return the code item for a provided offset.
684 const CodeItem* GetCodeItem(const uint32_t code_off) const {
685 // May be null for native or abstract methods.
686 return DataPointer<CodeItem>(code_off);
687 }
688
689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const;
690

Callers 1

GetMethodCodeItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected