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/
Dregister-allocator.h933 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
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()