Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_test.cc534 Location::DoubleStackSlot(32), in TYPED_TEST()
538 Location::DoubleStackSlot(32), in TYPED_TEST()
594 Location::DoubleStackSlot(32), in TYPED_TEST()
598 Location::DoubleStackSlot(32), in TYPED_TEST()
Dlocations.h253 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
Dssa_liveness_analysis.cc498 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
Dcode_generator_arm64.cc392 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
570 MoveLocation(location, Location::DoubleStackSlot(stack_slot), type); in Move()
592 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
2424 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
2566 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
Dcode_generator_x86.cc538 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
584 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
604 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
773 Move64(location, Location::DoubleStackSlot(slot)); in Move()
973 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
1891 Location stack_temp = Location::DoubleStackSlot(0); in VisitTypeConversion()
2268 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
3008 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_mips64.cc87 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
823 MoveLocation(location, Location::DoubleStackSlot(stack_slot), type); in Move()
844 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
2832 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
2969 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
Dcode_generator_x86_64.cc596 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
736 Location::DoubleStackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal()))); in Move()
936 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
1272 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1292 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2402 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
3065 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm.cc587 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal())); in GetStackLocation()
642 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
671 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
849 Move64(location, Location::DoubleStackSlot(stack_slot)); in Move()
1147 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal()))); in VisitStoreLocal()
2645 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dregister_allocator.cc1495 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings()
1680 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator.cc271 return temp_size == 2 ? Location::DoubleStackSlot(slot) : Location::StackSlot(slot); in GetTemporaryLocation()