Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.cc1431 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local
1505 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local
1540 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
Dgvn.cc254 Node* previous = nullptr; in DeleteAllImpureWhich() local
Dssa_liveness_analysis.h559 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local
605 LiveRange* previous = nullptr; in SplitAt() local
Dnodes.cc955 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
Dcode_generator_mips64.cc2206 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_arm64.cc2771 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_mips.cc2587 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_arm.cc1213 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86_64.cc1230 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86.cc1129 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
/art/compiler/utils/
Dassembler.h55 AssemblerFixup* previous() const { return previous_; } in previous() function