Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set_test.cc191 auto it2 = std_set.find(s); in TEST_F() local
192 ASSERT_EQ(it1 == hash_set.end(), it2 == std_set.end()); in TEST_F()
194 ASSERT_EQ(*it1, *it2); in TEST_F()
196 std_set.erase(it2); in TEST_F()
/art/runtime/
Dfault_handler.cc193 auto it2 = std::find(other_handlers_.begin(), other_handlers_.end(), handler); in RemoveHandler() local
194 if (it2 != other_handlers_.end()) { in RemoveHandler()
/art/compiler/optimizing/
Dcode_generator.cc348 auto it2 = table.DexToPcBegin(); in BuildMappingTable() local
356 CHECK(it2 == table.DexToPcEnd()); in BuildMappingTable()
/art/compiler/dex/quick/
Dcodegen_util.cc730 auto it2 = table.DexToPcBegin(); in CreateMappingTables() local
738 CHECK_EQ(tgt_lir->offset, it2.NativePcOffset()); in CreateMappingTables()
739 CHECK_EQ(tgt_lir->dalvik_offset, it2.DexPc()); in CreateMappingTables()
740 ++it2; in CreateMappingTables()
744 CHECK(it2 == table.DexToPcEnd()); in CreateMappingTables()