Searched refs:HasNoSpillType (Results 1 – 2 of 2) sorted by relevance
478 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()
534 bool HasNoSpillType() const { in HasNoSpillType() function