Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_test.cc536 Location::DoubleStackSlot(32), in TYPED_TEST()
540 Location::DoubleStackSlot(32), in TYPED_TEST()
596 Location::DoubleStackSlot(32), in TYPED_TEST()
600 Location::DoubleStackSlot(32), in TYPED_TEST()
Dcodegen_test.cc777 move->AddMove(Location::DoubleStackSlot(0), in TEST_F()
778 Location::DoubleStackSlot(257), in TEST_F()
781 move->AddMove(Location::DoubleStackSlot(257), in TEST_F()
782 Location::DoubleStackSlot(0), in TEST_F()
Dlocations.h265 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
295 return Location::DoubleStackSlot(spill_slot); in StackSlotByNumOfSlots()
Dregister_allocation_resolver.cc70 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator.cc489 operands->SetSource(Location::DoubleStackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
609 locations->SetInAt(i, Location::DoubleStackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
Dcode_generator_riscv64.cc198 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) : in GetNextLocation()
235 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
1092 Location loc1(double_slot ? Location::DoubleStackSlot(index1) : Location::StackSlot(index1)); in Exchange()
1093 Location loc2(double_slot ? Location::DoubleStackSlot(index2) : Location::StackSlot(index2)); in Exchange()
4891 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86.cc1547 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1567 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1585 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
3569 Location stack_temp = Location::DoubleStackSlot(0); in VisitTypeConversion()
4049 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
5205 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86_64.cc2997 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
3017 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
3050 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
4162 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
5139 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm64.cc908 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
940 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
6094 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm_vixl.cc2595 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2624 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2696 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
5699 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()