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
64 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
1152 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
3412 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1645 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1476 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2606 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
57 AssemblerFixup* previous() const { return previous_; } in previous() function