Searched refs:spill_type (Results 1 – 2 of 2) sorted by relevance
519 SpillType spill_type() const { return SpillTypeField::decode(bits_); } in spill_type() function521 DCHECK_EQ(SpillType::kSpillOperand, spill_type()); in GetSpillOperand()526 DCHECK_NE(SpillType::kSpillOperand, spill_type()); in GetAllocatedSpillRange()531 DCHECK_EQ(SpillType::kSpillRange, spill_type()); in GetSpillRange()535 return spill_type() == SpillType::kNoSpillType; in HasNoSpillType()538 return spill_type() == SpillType::kSpillOperand; in HasSpillOperand()540 bool HasSpillRange() const { return spill_type() == SpillType::kSpillRange; } in HasSpillRange()614 splinter->set_spill_type(spill_type()); in SetSplinter()
1005 set_spill_type(merged->spill_type()); in UpdateSpillRangePostMerge()