Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DObjectHandler.java133 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local
173 Value previous = Value.getBaseline(field.baseline); in printFields() local
/art/compiler/optimizing/
Dregister_allocation_resolver.cc530 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local
604 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local
639 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
Dloop_optimization.h57 LoopNode* previous; member
Dgvn.cc254 Node* previous = nullptr; in DeleteAllImpureWhich() local
Dssa_liveness_analysis.h629 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local
673 LiveRange* previous = nullptr; in SplitAt() local
Dnodes.cc958 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
Dcode_generator_arm64.cc3580 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86_64.cc1452 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_mips64.cc3434 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_x86.cc1355 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_arm_vixl.cc2931 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
Dcode_generator_mips.cc3867 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
/art/compiler/utils/
Dassembler.h57 AssemblerFixup* previous() const { return previous_; } in previous() function