Home
last modified time | relevance | path

Searched refs:SpillMoveInsertionList (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h613 struct SpillMoveInsertionList;
615 SpillMoveInsertionList* GetSpillMoveInsertionLocations() const { in GetSpillMoveInsertionLocations()
661 SpillMoveInsertionList* spill_move_insertion_locations_;
Dregister-allocator.cc826 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange
827 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() function
828 SpillMoveInsertionList* next) in SpillMoveInsertionList()
832 SpillMoveInsertionList* const next; argument
862 spill_move_insertion_locations_ = new (zone) SpillMoveInsertionList( in RecordSpillLocation()
872 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(); in CommitSpillMoves()
3519 TopLevelLiveRange::SpillMoveInsertionList* spills = in LocateSpillSlots()