Home
last modified time | relevance | path

Searched refs:ADexFile_forEachMethod (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libdexfile/
H A Dlibdexfile.map.txt11 ADexFile_forEachMethod; # apex
/aosp12/art/libdexfile/external/include/art_api/
H A Ddex_file_external.h99 size_t ADexFile_forEachMethod(ADexFile* _Nonnull self,
H A Ddex_file_support.h41 MACRO(ADexFile_forEachMethod) \
/aosp12/art/libdexfile/external/
H A Ddex_file_ext_test.cc134 EXPECT_EQ(ADexFile_forEachMethod(dex_, add, &names), 2u); in TEST_F()
H A Ddex_file_ext.cc235 size_t ADexFile_forEachMethod(ADexFile* self, in ADexFile_forEachMethod() function