Home
last modified time | relevance | path

Searched refs:DoubleStackSlot (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dlocations.h134 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
Dregister_allocator.cc658 return Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()); in ConvertToLocation()
809 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings()
925 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator_x86_64.cc251 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
337 … Move(location, Location::DoubleStackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move()
458 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
671 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
905 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm.cc304 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
352 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(index)); in GetNextLocation()
495 Move64(location, Location::DoubleStackSlot(stack_slot)); in Move()
710 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
1016 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86.cc279 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
327 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(index)); in GetNextLocation()
452 Move64(location, Location::DoubleStackSlot( in Move()
579 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
980 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()