Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h980 struct SpillMoveInsertionList;
982 SpillMoveInsertionList* GetSpillMoveInsertionLocations( in GetSpillMoveInsertionLocations()
1051 SpillMoveInsertionList* spill_move_insertion_locations_;
Dregister-allocator.cc802 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange
803 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() function
804 SpillMoveInsertionList* next) in SpillMoveInsertionList()
808 SpillMoveInsertionList* next; argument
828 spill_move_insertion_locations_ = zone->New<SpillMoveInsertionList>( in RecordSpillLocation()
844 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(data); in CommitSpillMoves()
861 SpillMoveInsertionList* previous = nullptr; in FilterSpillMoves()
862 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations(data); in FilterSpillMoves()