Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h531 SpillType spill_type() const { return SpillTypeField::decode(bits_); } in spill_type() function
533 DCHECK(spill_type() == SpillType::kSpillOperand); in GetSpillOperand()
538 DCHECK(spill_type() != SpillType::kSpillOperand); in GetAllocatedSpillRange()
543 DCHECK(spill_type() == SpillType::kSpillRange); in GetSpillRange()
547 return spill_type() == SpillType::kNoSpillType; in HasNoSpillType()
550 return spill_type() == SpillType::kSpillOperand; in HasSpillOperand()
552 bool HasSpillRange() const { return spill_type() == SpillType::kSpillRange; } in HasSpillRange()
626 splinter->set_spill_type(spill_type()); in SetSplinter()
Dregister-allocator.cc1010 set_spill_type(merged->spill_type()); in UpdateSpillRangePostMerge()