Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map_test.cc686 uint8_t* end2 = base2 + m2->Size(); in TEST_F() local
725 EXPECT_EQ(m2->Begin() + m2->Size(), end2); in TEST_F()
734 EXPECT_EQ(m2->Begin() + m2->Size(), end2 - page_size); in TEST_F()
/art/compiler/optimizing/
Dbounds_check_elimination.cc1834 for (auto it2 = uses.begin(), end2 = uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes() local
1849 for (auto it2 = env_uses.begin(), end2 = env_uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes() local