Home
last modified time | relevance | path

Searched refs:HasSpillSlot (Results 1 – 7 of 7) 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()
297 if (current->HasSpillSlot() in ConnectSiblings()
393 if (current->GetParent()->HasSpillSlot()) { in ConnectSiblings()
Dregister_allocator_linear_scan.cc379 if (current->HasSpillSlot() || instruction->IsConstant()) { in ProcessInstruction()
499 DCHECK(!current->IsFixed() && !current->HasSpillSlot()); in LinearScan()
1048 DCHECK(!interval->IsFixed() && !interval->HasSpillSlot()); in AddSorted()
1074 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()
1082 if (parent->HasSpillSlot()) { in AllocateSpillSlotFor()
1171 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()
Dregister_allocator.cc123 if (current->GetParent()->HasSpillSlot() in ValidateIntervals()
Dregister_allocator_graph_color.cc830 if (interval->HasSpillSlot() || instruction->IsConstant()) { in ProcessInstruction()
1026 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()
1916 if (parent->HasSpillSlot()) { in AllocateSpillSlots()
1973 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()
2001 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()
2033 DCHECK(parent_interval->HasSpillSlot()); in ColorSpillSlots()
Dssa_liveness_analysis.cc504 } else if (GetParent()->HasSpillSlot()) { in ToLocation()
Dssa_liveness_analysis.h442 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; } in HasSpillSlot() function
Dcode_generator.cc1236 && interval->HasSpillSlot()) { in ClearSpillSlotsFromLoopPhisInStackMap()