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
80 LoopNode* previous; member
254 Node* previous = nullptr; in DeleteAllImpureWhich() local
640 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local684 LiveRange* previous = nullptr; in SplitAt() local
1416 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
3678 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1972 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1828 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2787 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
57 AssemblerFixup* previous() const { return previous_; } in previous() function