Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc478 DCHECK(!TopLevel()->HasNoSpillType()); in Spill()
864 DCHECK(HasNoSpillType()); in RecordSpillLocation()
903 DCHECK(HasNoSpillType()); in SetSpillOperand()
1008 if (HasNoSpillType() && merged->HasSpillRange()) { in UpdateSpillRangePostMerge()
2290 if (range->has_slot_use() && range->HasNoSpillType()) { in BuildLiveRanges()
2448 if (range->HasNoSpillType() || (operands_only && range->HasSpillRange())) { in SplitAndSpillRangesDefinedByMemoryOperand()
2592 if (first->HasNoSpillType()) { in Spill()
Dregister-allocator.h534 bool HasNoSpillType() const { in HasNoSpillType() function