Home
last modified time | relevance | path

Searched refs:DoubleStackSlot (Results 1 – 9 of 9) 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.cc778 move->AddMove(Location::DoubleStackSlot(0), in TEST_F()
779 Location::DoubleStackSlot(257), in TEST_F()
782 move->AddMove(Location::DoubleStackSlot(257), in TEST_F()
783 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.cc571 operands->SetSource(Location::DoubleStackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
692 locations->SetInAt(i, Location::DoubleStackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
Dcode_generator_x86_64.cc2831 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2851 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2884 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
3992 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
4969 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86.cc1466 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1486 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1504 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
3447 Location stack_temp = Location::DoubleStackSlot(0); in VisitTypeConversion()
3927 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
5083 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm64.cc882 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
914 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
5954 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm_vixl.cc2546 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2575 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2647 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
5614 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()