Home
last modified time | relevance | path

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

/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.cc716 auto it2 = table.DexToPcBegin(); in CreateMappingTables() local
724 CHECK_EQ(tgt_lir->offset, it2.NativePcOffset()); in CreateMappingTables()
725 CHECK_EQ(tgt_lir->dalvik_offset, it2.DexPc()); in CreateMappingTables()
726 ++it2; in CreateMappingTables()
730 CHECK(it2 == table.DexToPcEnd()); in CreateMappingTables()