Searched defs:previous (Results 1 – 12 of 12) sorted by relevance
141 Value previous = Value.getBaseline(base.asArrayInstance().getValue(i)); in printArrayElements() local181 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
87 LoopNode* previous; member
258 Node* previous = nullptr; in DeleteAllImpureWhich() local
642 for (SafepointPosition* safepoint = first_safepoint_, *previous = nullptr; in FindSafepointJustBefore() local686 LiveRange* previous = nullptr; in SplitAt() local
1305 HInstruction* previous = GetPrevious(); in GetPreviousDisregardingMoves() local
2006 HInstruction* previous = instruction->GetPrevious(); in HandleGoto() local
3885 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2105 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
1894 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
2822 HInstruction* previous = got->GetPrevious(); in HandleGoto() local
57 AssemblerFixup* previous() const { return previous_; } in previous() function