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/
H A 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()
H A Dregister-allocator.h896 bool HasNoSpillType() const { in HasNoSpillType() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc966 } else if (range.spilled() && !range.TopLevel()->HasNoSpillType()) { in operator <<()

Completed in 13 milliseconds