Lines Matching refs:DexFilesTest
38 class DexFilesTest : public ::testing::Test { class
125 void DexFilesTest::WriteDescriptor32(uint64_t addr, uint32_t entry) { in WriteDescriptor32()
136 void DexFilesTest::WriteDescriptor64(uint64_t addr, uint64_t entry) { in WriteDescriptor64()
147 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, in WriteEntry32()
161 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, in WriteEntry64()
174 void DexFilesTest::WriteDex(uint64_t dex_file) { in WriteDex()
178 TEST_F(DexFilesTest, get_method_information_invalid) { in TEST_F() argument
187 TEST_F(DexFilesTest, get_method_information_32) { in TEST_F() argument
200 TEST_F(DexFilesTest, get_method_information_64) { in TEST_F() argument
215 TEST_F(DexFilesTest, get_method_information_not_first_entry_32) { in TEST_F() argument
229 TEST_F(DexFilesTest, get_method_information_not_first_entry_64) { in TEST_F() argument
245 TEST_F(DexFilesTest, get_method_information_cached) { in TEST_F() argument
264 TEST_F(DexFilesTest, get_method_information_search_libs) { in TEST_F() argument
296 TEST_F(DexFilesTest, get_method_information_global_skip_zero_32) { in TEST_F() argument
321 TEST_F(DexFilesTest, get_method_information_global_skip_zero_64) { in TEST_F() argument
348 TEST_F(DexFilesTest, get_method_information_with_empty_map) { in TEST_F() argument
361 TEST_F(DexFilesTest, get_method_information_tagged_descriptor_entry_addr_arm64) { in TEST_F() argument