Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 13 of 13) 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.cc533 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local
607 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local
642 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
Dloop_optimization.h64 LoopNode* previous; member
Dgvn.cc239 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.cc1153 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
Dcode_generator_arm64.cc3101 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86_64.cc1540 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_mips64.cc3695 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86.cc1381 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_arm_vixl.cc2413 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_mips.cc4368 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
/art/compiler/utils/
Dassembler.h58 AssemblerFixup* previous() const { return previous_; } in previous() function