Searched defs:previous (Results 1 – 13 of 13) sorted by relevance
137 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local177 Value previous = Value.getBaseline(field.baseline); in printFields() local
533 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local607 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local642 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
64 LoopNode* previous; member
239 Node* previous = nullptr; in DeleteAllImpureWhich() local
639 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local683 LiveRange* previous = nullptr; in SplitAt() local
1153 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
3101 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1540 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
3695 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1381 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2413 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
4368 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
58 AssemblerFixup* previous() const { return previous_; } in previous() function