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.cc822 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange
823 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() function
824 SpillMoveInsertionList* next) in SpillMoveInsertionList()
828 SpillMoveInsertionList* const next; argument
858 spill_move_insertion_locations_ = new (zone) SpillMoveInsertionList( in RecordSpillLocation()
868 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(); in CommitSpillMoves()
3487 TopLevelLiveRange::SpillMoveInsertionList* spills = in LocateSpillSlots()