Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext_test.cc94 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x102, check_init, &found_init), 1u); in TEST_F()
109 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x118, check_main, &found_main), 1u); in TEST_F()
118 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x99, no_cb, nullptr), 0); in TEST_F()
119 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x100, no_cb, nullptr), 1); in TEST_F()
120 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x107, no_cb, nullptr), 1); in TEST_F()
121 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x108, no_cb, nullptr), 0); in TEST_F()
122 EXPECT_EQ(ADexFile_findMethodAtOffset(dex_, 0x100000, no_cb, nullptr), 0); in TEST_F()
Ddex_file_ext.cc205 size_t ADexFile_findMethodAtOffset(ADexFile* self, in ADexFile_findMethodAtOffset() function
/art/libdexfile/
Dlibdexfile.map.txt10 ADexFile_findMethodAtOffset; # apex
/art/libdexfile/external/include/art_api/
Ddex_file_external.h84 size_t ADexFile_findMethodAtOffset(ADexFile* _Nonnull self,
Ddex_file_support.h40 MACRO(ADexFile_findMethodAtOffset) \