Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java137 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local
177 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.h64 LoopNode* previous; member
Dgvn.cc254 Node* previous = nullptr; in DeleteAllImpureWhich() local
Dssa_liveness_analysis.h639 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local
683 LiveRange* previous = nullptr; in SplitAt() local
Dnodes.cc1152 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
Dcode_generator_arm64.cc3412 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86_64.cc1645 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86.cc1476 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_arm_vixl.cc2606 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
/art/compiler/utils/
Dassembler.h57 AssemblerFixup* previous() const { return previous_; } in previous() function