Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges() local
209 back_it.Advance()) { in ComputeLiveRanges()
210 HInstruction* current = back_it.Current(); in ComputeLiveRanges()
Dregister_allocator_linear_scan.cc169 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in AllocateRegistersInternal() local
170 back_it.Advance()) { in AllocateRegistersInternal()
171 ProcessInstruction(back_it.Current()); in AllocateRegistersInternal()
/art/compiler/dex/
Dinline_method_analyser.cc234 auto back_it = std::copy(iputs + old_pos + 1, iputs + arraysize(iputs), iputs + old_pos); in RecordConstructorIPut() local
235 *back_it = ConstructorIPutData(); in RecordConstructorIPut()