Searched refs:StackSlot (Results 1 – 6 of 6) sorted by relevance
122 static Location StackSlot(intptr_t stack_index) { in StackSlot() function
660 return Location::StackSlot(interval->GetParent()->GetSpillSlot()); in ConvertToLocation()810 : Location::StackSlot(interval->GetParent()->GetSpillSlot())); in ConnectSiblings()921 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
256 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()333 Move(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move()454 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()659 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()903 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
309 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()339 return Location::StackSlot(calling_convention.GetStackOffsetOf(index)); in GetNextLocation()491 Move32(location, Location::StackSlot(stack_slot)); in Move()706 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()1014 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
284 return Location::StackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()314 return Location::StackSlot(calling_convention.GetStackOffsetOf(index)); in GetNextLocation()448 Move32(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move()575 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()978 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
127 return Location::StackSlot(slot); in GetTemporaryLocation()