Home
last modified time | relevance | path

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

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