Home
last modified time | relevance | path

Searched defs:ADexFile_Method (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc46 struct ADexFile_Method { struct
58 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() argument
H A Ddex_file_ext_test.cc117 auto no_cb = [](void*, const ADexFile_Method*) {}; in TEST_F()
/aosp12/art/libdexfile/external/include/art_api/
H A Ddex_file_external.h34 typedef struct ADexFile_Method ADexFile_Method; typedef