Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h478 int spill_start_index() const { return spill_start_index_; } in spill_start_index()
548 spill_start_index_ = Min(start, spill_start_index_); in SetSpillStartIndex()
563 spill_start_index_ = -1; in TreatAsSpilledInDeferredBlock()
656 int spill_start_index_; variable
Dregister-allocator.cc839 spill_start_index_(kMaxInt), in TopLevelLiveRange()