Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_test.cc535 Location::DoubleStackSlot(32), in TYPED_TEST()
539 Location::DoubleStackSlot(32), in TYPED_TEST()
595 Location::DoubleStackSlot(32), in TYPED_TEST()
599 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.h260 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
290 return Location::DoubleStackSlot(spill_slot); in StackSlotByNumOfSlots()
Dregister_allocation_resolver.cc70 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator.cc560 operands->SetSource(Location::DoubleStackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
678 locations->SetInAt(i, Location::DoubleStackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
Dcode_generator_x86.cc1269 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1289 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1307 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
3102 Location stack_temp = Location::DoubleStackSlot(0); in VisitTypeConversion()
3582 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
4738 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86_64.cc2523 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2543 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2576 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
3673 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
4650 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm64.cc861 next_location = DataType::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
893 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
5565 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm_vixl.cc2365 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2394 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2466 location = Location::DoubleStackSlot(stack_offset_); in GetNextLocation()
5415 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()