Home
last modified time | relevance | path

Searched refs:HasNoSpillType (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc376 DCHECK(!TopLevel()->HasNoSpillType()); in Spill()
827 DCHECK(HasNoSpillType()); in RecordSpillLocation()
895 DCHECK(HasNoSpillType()); in SetSpillOperand()
2523 if (range->has_slot_use() && range->HasNoSpillType()) { in BuildLiveRanges()
2823 if (range->HasNoSpillType() || in SplitAndSpillRangesDefinedByMemoryOperand()
2987 if (first->HasNoSpillType()) { in Spill()
Dregister-allocator.h896 bool HasNoSpillType() const { in HasNoSpillType() function
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc966 } else if (range.spilled() && !range.TopLevel()->HasNoSpillType()) { in operator <<()