Searched refs:SpillMoveInsertionList (Results 1 – 2 of 2) sorted by relevance
601 struct SpillMoveInsertionList;603 SpillMoveInsertionList* GetSpillMoveInsertionLocations() const { in GetSpillMoveInsertionLocations()649 SpillMoveInsertionList* spill_move_insertion_locations_;
821 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange822 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() argument823 SpillMoveInsertionList* next) in SpillMoveInsertionList()827 SpillMoveInsertionList* const next; argument857 spill_move_insertion_locations_ = new (zone) SpillMoveInsertionList( in RecordSpillLocation()867 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(); in CommitSpillMoves()3495 TopLevelLiveRange::SpillMoveInsertionList* spills = in LocateSpillSlots()