Lines Matching refs:GetSpillSlot
512 + current->GetParent()->GetSpillSlot() / kVRegSize
1397 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot());
1610 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot())
1611 : Location::StackSlot(interval->GetParent()->GetSpillSlot()));
1688 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize);
1800 ? Location::DoubleStackSlot(parent->GetSpillSlot())
1801 : Location::StackSlot(parent->GetSpillSlot());
1851 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize());
1855 DCHECK(!current->HasSpillSlot() || (current->GetSpillSlot() == 0));
1858 size_t slot = current->GetSpillSlot()
1874 size_t slot = current->GetSpillSlot();