Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dlocations.h227 return Location::StackSlot(GetStackIndex()); in ToLow()
238 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh()
248 static Location StackSlot(intptr_t stack_index) { in StackSlot() function
288 return Location::StackSlot(spill_slot); in StackSlotByNumOfSlots()
H A Dparallel_move_resolver.cc86 return Location::StackSlot(location.GetStackIndex()); in LowOf()
98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
H A Dcodegen_test.cc732 move->AddMove(Location::StackSlot(0), Location::StackSlot(8192), DataType::Type::kInt32, nullptr); in TEST_F()
733 move->AddMove(Location::StackSlot(8192), Location::StackSlot(0), DataType::Type::kInt32, nullptr); in TEST_F()
H A Dparallel_move_test.cc568 Location::StackSlot(48), in TYPED_TEST()
572 Location::StackSlot(48), in TYPED_TEST()
H A Dregister_allocation_resolver.cc66 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
H A Dcode_generator.cc559 operands->SetSource(Location::StackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
677 locations->SetInAt(i, Location::StackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
H A Dcode_generator_x86.cc1279 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1302 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1333 location = Location::StackSlot(stack_offset_); in GetNextLocation()
1458 Location::StackSlot(source.GetStackIndex()), in Move64()
1459 Location::StackSlot(destination.GetStackIndex()), in Move64()
1461 Location::StackSlot(source.GetHighStackIndex(kX86WordSize)), in Move64()
1462 Location::StackSlot(destination.GetHighStackIndex(kX86WordSize)), in Move64()
3238 Location stack_temp = Location::StackSlot(0); in VisitTypeConversion()
3760 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4922 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
H A Dcode_generator_x86_64.cc2584 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2606 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2651 location = Location::StackSlot(stack_offset_); in GetNextLocation()
3756 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4735 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
H A Dcode_generator_arm_vixl.cc2371 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2406 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2498 location = Location::StackSlot(stack_offset_); in GetNextLocation()
5459 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
H A Dcode_generator_arm64.cc838 : Location::StackSlot(stack_offset); in GetNextLocation()
871 location = Location::StackSlot(stack_offset_); in GetNextLocation()
5777 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()