Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map_test.cc638 uint8_t* map_base = reinterpret_cast<uint8_t*>(reservation.BaseBegin()); in TEST_F() local
649 ASSERT_EQ(map_base, map0.Begin()); in TEST_F()
658 ASSERT_EQ(map_base + page_size, map1.Begin()); in TEST_F()
667 ASSERT_EQ(map_base + 2 * page_size, map2.Begin()); in TEST_F()