Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map_test.cc486 uint8_t* end2 = base2 + m2->Size(); in TEST_F() local
525 EXPECT_EQ(m2->Begin() + m2->Size(), end2); in TEST_F()
534 EXPECT_EQ(m2->Begin() + m2->Size(), end2 - page_size); in TEST_F()
/art/compiler/optimizing/
Dbounds_check_elimination.cc1747 for (auto it2 = uses.begin(), end2 = uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes() local
1762 for (auto it2 = env_uses.begin(), end2 = env_uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes() local