Searched refs:DexFilesTest (Results 1 – 2 of 2) sorted by relevance
/system/unwinding/libunwindstack/tests/ |
D | DexFilesTest.cpp | 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 [all …]
|
/system/unwinding/libunwindstack/ |
D | Android.bp | 317 "tests/DexFilesTest.cpp",
|