Searched refs:SpillMoveInsertionList (Results 1 – 2 of 2) sorted by relevance
613 struct SpillMoveInsertionList;615 SpillMoveInsertionList* GetSpillMoveInsertionLocations() const { in GetSpillMoveInsertionLocations()661 SpillMoveInsertionList* spill_move_insertion_locations_;
822 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange823 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() function824 SpillMoveInsertionList* next) in SpillMoveInsertionList()828 SpillMoveInsertionList* const next; argument858 spill_move_insertion_locations_ = new (zone) SpillMoveInsertionList( in RecordSpillLocation()868 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(); in CommitSpillMoves()3487 TopLevelLiveRange::SpillMoveInsertionList* spills = in LocateSpillSlots()