Searched refs:HasSpillSlot (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc380 if (current->HasSpillSlot() || instruction->IsConstant()) {
487 if (current->GetParent()->HasSpillSlot()
582 DCHECK(!current->IsFixed() && !current->HasSpillSlot());
1083 DCHECK(!interval->IsFixed() && !interval->HasSpillSlot());
1206 if (parent->HasSpillSlot()) {
1490 if (current->HasSpillSlot() && current->HasRegister()) {
1569 if ((current->GetType() == Primitive::kPrimNot) && current->GetParent()->HasSpillSlot()) {
1683 } else if (current->HasSpillSlot()) {
1686 } else if (current->HasSpillSlot()) {
H A Dssa_liveness_analysis.cc496 } else if (GetParent()->HasSpillSlot()) {
H A Dssa_liveness_analysis.h382 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; } function in class:art::LiveInterval
H A Dcode_generator.cc897 && interval->HasSpillSlot()) {

Completed in 63 milliseconds