Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc456 DCHECK(!TopLevel()->HasNoSpillType()); in Spill()
856 DCHECK(HasNoSpillType()); in RecordSpillLocation()
895 DCHECK(HasNoSpillType()); in SetSpillOperand()
1004 if (HasNoSpillType() && merged->HasSpillRange()) { in UpdateSpillRangePostMerge()
2414 if (range->has_slot_use() && range->HasNoSpillType()) { in BuildLiveRanges()
2581 if (range->HasNoSpillType() || in SplitAndSpillRangesDefinedByMemoryOperand()
2731 if (first->HasNoSpillType()) { in Spill()
Dregister-allocator.h534 bool HasNoSpillType() const { in HasNoSpillType() function