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

Method GetInterfacesList

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

Source from the content-addressed store, hash-verified

654 const ClassDef* FindClassDef(dex::TypeIndex type_idx) const;
655
656 const TypeList* GetInterfacesList(const ClassDef& class_def) const {
657 return DataPointer<TypeList>(class_def.interfaces_off_);
658 }
659
660 uint32_t NumMethodHandles() const {
661 return num_method_handles_;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected