Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map_test.cc718 uint8_t* end2 = base2 + m2.Size(); in TEST_F() local
757 EXPECT_EQ(m2.Begin() + m2.Size(), end2); in TEST_F()
766 EXPECT_EQ(m2.Begin() + m2.Size(), end2 - page_size); in TEST_F()
/art/compiler/optimizing/
Dbounds_check_elimination.cc1937 for (auto it2 = uses.begin(), end2 = uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes() local
1952 for (auto it2 = env_uses.begin(), end2 = env_uses.end(); it2 != end2; /* ++it2 below */) { in InsertPhiNodes() local