Home
last modified time | relevance | path

Searched refs:ADexFile_Method (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/external/include/art_api/
Ddex_file_external.h33 struct ADexFile_Method;
34 typedef struct ADexFile_Method ADexFile_Method; typedef
47 const ADexFile_Method* _Nonnull method);
111 size_t ADexFile_Method_getCodeOffset(const ADexFile_Method* _Nonnull self,
123 const char* _Nonnull ADexFile_Method_getName(const ADexFile_Method* _Nonnull self,
136 const char* _Nonnull ADexFile_Method_getQualifiedName(const ADexFile_Method* _Nonnull self,
149 const char* _Nonnull ADexFile_Method_getClassDescriptor(const ADexFile_Method* _Nonnull self,
Ddex_file_support.h77 const ADexFile_Method* const self;
116 auto cb = [](void* ctx, const ADexFile_Method* m) { (*reinterpret_cast<T*>(ctx))(Method{m}); }; in FindMethodAtOffset()
122 auto cb = [](void* ctx, const ADexFile_Method* m) { (*reinterpret_cast<T*>(ctx))(Method{m}); }; in ForEachMethod()
/art/libdexfile/external/
Ddex_file_ext.cc46 struct ADexFile_Method { struct
58 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() argument
70 *result = ADexFile_Method { in FindMethod()
226 ADexFile_Method info; in ADexFile_findMethodAtOffset()
244 ADexFile_Method info { in ADexFile_forEachMethod()
258 size_t ADexFile_Method_getCodeOffset(const ADexFile_Method* self, in ADexFile_Method_getCodeOffset()
266 const char* ADexFile_Method_getName(const ADexFile_Method* self, in ADexFile_Method_getName()
275 const char* ADexFile_Method_getQualifiedName(const ADexFile_Method* self, in ADexFile_Method_getQualifiedName()
287 const char* ADexFile_Method_getClassDescriptor(const ADexFile_Method* self, in ADexFile_Method_getClassDescriptor()
Ddex_file_ext_test.cc83 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()