Home
last modified time | relevance | path

Searched refs:HasSpillSlot (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dregister_allocation_resolver.cc73 } else if (current->HasSpillSlot()) { in Resolve()
78 DCHECK(!current->HasSpillSlot() || (current->GetSpillSlot() == 0)); in Resolve()
80 DCHECK(current->HasSpillSlot()); in Resolve()
86 } else if (current->HasSpillSlot()) { in Resolve()
300 if (current->HasSpillSlot() in ConnectSiblings()
396 if (current->GetParent()->HasSpillSlot()) { in ConnectSiblings()
Dregister_allocator_linear_scan.cc381 if (current->HasSpillSlot() || instruction->IsConstant()) { in ProcessInstruction()
507 DCHECK(!current->IsFixed() && !current->HasSpillSlot()); in LinearScan()
1057 DCHECK(!interval->IsFixed() && !interval->HasSpillSlot()); in AddSorted()
1083 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()
1091 if (parent->HasSpillSlot()) { in AllocateSpillSlotFor()
1183 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()
Dregister_allocator.cc142 if (current->GetParent()->HasSpillSlot() in ValidateIntervals()
Dssa_liveness_analysis.cc525 } else if (GetParent()->HasSpillSlot()) { in ToLocation()
Dssa_liveness_analysis.h452 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; } in HasSpillSlot() function