Searched refs:ADexFile_Method (Results 1 – 4 of 4) sorted by relevance
/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 33 struct ADexFile_Method; 34 typedef struct ADexFile_Method ADexFile_Method; // NOLINT typedef 48 const ADexFile_Method* _Nonnull method); 112 size_t ADexFile_Method_getCodeOffset(const ADexFile_Method* _Nonnull self, 124 const char* _Nonnull ADexFile_Method_getName(const ADexFile_Method* _Nonnull self, 137 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self, 150 const char* _Nonnull ADexFile_Method_getClassDescriptor(const ADexFile_Method* _Nonnull self,
|
D | dex_file_support.h | 75 const ADexFile_Method* const self; 114 auto cb = [](void* ctx, const ADexFile_Method* m) { (*reinterpret_cast<T*>(ctx))(Method{m}); }; in FindMethodAtOffset() 120 auto cb = [](void* ctx, const ADexFile_Method* m) { (*reinterpret_cast<T*>(ctx))(Method{m}); }; in ForEachMethod()
|
/art/libdexfile/external/ |
D | dex_file_ext.cc | 47 struct ADexFile_Method { struct 59 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() argument 71 *result = ADexFile_Method { in FindMethod() 235 ADexFile_Method info; in ADexFile_findMethodAtOffset() 253 ADexFile_Method info { in ADexFile_forEachMethod() 267 size_t ADexFile_Method_getCodeOffset(const ADexFile_Method* self, in ADexFile_Method_getCodeOffset() 275 const char* ADexFile_Method_getName(const ADexFile_Method* self, in ADexFile_Method_getName() 284 const char* ADexFile_Method_getQualifiedName(const ADexFile_Method* self, in ADexFile_Method_getQualifiedName() 296 const char* ADexFile_Method_getClassDescriptor(const ADexFile_Method* self, in ADexFile_Method_getClassDescriptor()
|
D | dex_file_ext_test.cc | 83 auto check_init = [](void* ctx, const ADexFile_Method* method) { in TEST_F() 98 auto check_main = [](void* ctx, const ADexFile_Method* method) { in TEST_F() 117 auto no_cb = [](void*, const ADexFile_Method*) {}; in TEST_F() argument 130 auto add = [](void* ctx, const ADexFile_Method* method) { in TEST_F()
|