Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h807 int spill_start_index() const { return spill_start_index_; } in spill_start_index()
912 spill_start_index_ = std::min(start, spill_start_index_); in SetSpillStartIndex()
931 spill_start_index_ = -1; in TreatAsSpilledInDeferredBlock()
941 spill_start_index_ = -1; in TransitionRangeToDeferredSpill()
1060 int spill_start_index_; variable
Dregister-allocator.cc819 spill_start_index_(kMaxInt), in TopLevelLiveRange()