Searched defs:previous (Results 1 – 11 of 11) sorted by relevance
137 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local177 Value previous = Value.getBaseline(field.baseline); in printFields() local
532 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local606 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local641 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
74 LoopNode* previous; member
254 Node* previous = nullptr; in DeleteAllImpureWhich() local
639 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local683 LiveRange* previous = nullptr; in SplitAt() local
1376 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
3573 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1889 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2683 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1747 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
57 AssemblerFixup* previous() const { return previous_; } in previous() function