Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc463 DCHECK(!TopLevel()->HasNoSpillType()); in Spill()
861 DCHECK(HasNoSpillType()); in RecordSpillLocation()
900 DCHECK(HasNoSpillType()); in SetSpillOperand()
1009 if (HasNoSpillType() && merged->HasSpillRange()) { in UpdateSpillRangePostMerge()
2405 if (range->has_slot_use() && range->HasNoSpillType()) { in BuildLiveRanges()
2567 if (range->HasNoSpillType() || in SplitAndSpillRangesDefinedByMemoryOperand()
2717 if (first->HasNoSpillType()) { in Spill()
Dregister-allocator.h546 bool HasNoSpillType() const { in HasNoSpillType() function