Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java141 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local
181 Value previous = Value.getBaseline(field.baseline); in printFields() local
/art/compiler/optimizing/
Dregister_allocation_resolver.cc532 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local
606 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local
641 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
Dloop_optimization.h87 LoopNode* previous; member
Dgvn.cc258 Node* previous = nullptr; in DeleteAllImpureWhich() local
Dssa_liveness_analysis.h642 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local
686 LiveRange* previous = nullptr; in SplitAt() local
Dnodes.cc1305 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
Dcode_generator_riscv64.cc2006 HInstruction* previous = instruction->GetPrevious(); in HandleGoto() local
Dcode_generator_arm64.cc3885 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86_64.cc2105 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86.cc1894 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_arm_vixl.cc2822 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
/art/compiler/utils/
Dassembler.h57 AssemblerFixup* previous() const { return previous_; } in previous() function