Searched refs:StackSlot (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | locations.h | 227 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 D | parallel_move_resolver.cc | 86 return Location::StackSlot(location.GetStackIndex()); in LowOf() 98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
|
H A D | codegen_test.cc | 732 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 D | parallel_move_test.cc | 568 Location::StackSlot(48), in TYPED_TEST() 572 Location::StackSlot(48), in TYPED_TEST()
|
H A D | register_allocation_resolver.cc | 66 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
|
H A D | code_generator.cc | 559 operands->SetSource(Location::StackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup() 677 locations->SetInAt(i, Location::StackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
|
H A D | code_generator_x86.cc | 1279 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 D | code_generator_x86_64.cc | 2584 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 D | code_generator_arm_vixl.cc | 2371 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 D | code_generator_arm64.cc | 838 : Location::StackSlot(stack_offset); in GetNextLocation() 871 location = Location::StackSlot(stack_offset_); in GetNextLocation() 5777 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
|