Home
last modified time | relevance | path

Searched refs:StackSlot (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dlocations.h122 static Location StackSlot(intptr_t stack_index) { in StackSlot() function
Dregister_allocator.cc660 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()
Dcode_generator_x86_64.cc256 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()
Dcode_generator_arm.cc309 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()
Dcode_generator_x86.cc284 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()
Dcode_generator.cc127 return Location::StackSlot(slot); in GetTemporaryLocation()