Home
last modified time | relevance | path

Searched refs:spill_move_insertion_locations_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h915 // Omits any moves from spill_move_insertion_locations_ that can be skipped.
919 // Writes all moves from spill_move_insertion_locations_ to the schedule.
933 spill_move_insertion_locations_ = nullptr; in TreatAsSpilledInDeferredBlock()
942 spill_move_insertion_locations_ = nullptr; in TransitionRangeToDeferredSpill()
950 DCHECK_NOT_NULL(spill_move_insertion_locations_); in TransitionRangeToSpillAtDefinition()
985 return spill_move_insertion_locations_; in GetSpillMoveInsertionLocations()
1051 SpillMoveInsertionList* spill_move_insertion_locations_; member
H A Dregister-allocator.cc816 spill_move_insertion_locations_(nullptr), in TopLevelLiveRange()
828 spill_move_insertion_locations_ = zone->New<SpillMoveInsertionList>( in RecordSpillLocation()
829 gap_index, operand, spill_move_insertion_locations_); in RecordSpillLocation()
883 spill_move_insertion_locations_ = to_spill->next; in FilterSpillMoves()

Completed in 12 milliseconds