Home
last modified time | relevance | path

Searched refs:HasSpillSlot (Results 1 – 6 of 6) 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.cc131 if (current->GetParent()->HasSpillSlot() in ValidateIntervals()
Dregister_allocator_graph_color.cc854 if (interval->HasSpillSlot() || instruction->IsConstant()) { in ProcessInstruction()
1050 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()
1943 if (parent->HasSpillSlot()) { in AllocateSpillSlots()
2004 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()
2032 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()
2064 DCHECK(parent_interval->HasSpillSlot()); in ColorSpillSlots()
Dssa_liveness_analysis.cc525 } else if (GetParent()->HasSpillSlot()) { in ToLocation()
Dssa_liveness_analysis.h452 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; } in HasSpillSlot() function