Searched defs:previous (Results 1 – 13 of 13) sorted by relevance
133 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local173 Value previous = Value.getBaseline(field.baseline); in printFields() local
530 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor() local604 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt() local639 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf() local
57 LoopNode* previous; member
254 Node* previous = nullptr; in DeleteAllImpureWhich() local
629 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local673 LiveRange* previous = nullptr; in SplitAt() local
958 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
3580 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1452 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
3434 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1355 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2931 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
3867 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
57 AssemblerFixup* previous() const { return previous_; } in previous() function