Home
last modified time | relevance | path

Searched refs:MapInfoGetLoadBiasTest (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/tests/
DMapInfoGetLoadBiasTest.cpp46 class MapInfoGetLoadBiasTest : public ::testing::Test { class
65 TEST_F(MapInfoGetLoadBiasTest, no_elf_and_no_valid_elf_in_memory) { in TEST_F() argument
71 TEST_F(MapInfoGetLoadBiasTest, load_bias_cached_from_elf) { in TEST_F() argument
81 TEST_F(MapInfoGetLoadBiasTest, elf_exists) { in TEST_F() argument
92 void MapInfoGetLoadBiasTest::MultipleThreadTest(uint64_t expected_load_bias) { in MultipleThreadTest()
124 TEST_F(MapInfoGetLoadBiasTest, multiple_thread_elf_exists) { in TEST_F() argument
150 TEST_F(MapInfoGetLoadBiasTest, elf_exists_in_memory) { in TEST_F() argument
156 TEST_F(MapInfoGetLoadBiasTest, elf_exists_in_memory_cached) { in TEST_F() argument
165 TEST_F(MapInfoGetLoadBiasTest, multiple_thread_elf_exists_in_memory) { in TEST_F() argument
/system/unwinding/libunwindstack/
DAndroid.bp254 "tests/MapInfoGetLoadBiasTest.cpp",