Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h232 return Location::StackSlot(GetStackIndex()); in ToLow()
243 return Location::StackSlot(GetHighStackIndex(4)); in ToHigh()
253 static Location StackSlot(intptr_t stack_index) { in StackSlot() function
293 return Location::StackSlot(spill_slot); in StackSlotByNumOfSlots()
Dparallel_move_resolver.cc86 return Location::StackSlot(location.GetStackIndex()); in LowOf()
98 return Location::StackSlot(location.GetHighStackIndex(4)); in HighOf()
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()
Dparallel_move_test.cc569 Location::StackSlot(48), in TYPED_TEST()
573 Location::StackSlot(48), in TYPED_TEST()
Dregister_allocation_resolver.cc66 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator.cc569 operands->SetSource(Location::StackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
687 locations->SetInAt(i, Location::StackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
Dcode_generator_x86.cc1453 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1476 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1507 location = Location::StackSlot(stack_offset_); in GetNextLocation()
1632 Location::StackSlot(source.GetStackIndex()), in Move64()
1633 Location::StackSlot(destination.GetStackIndex()), in Move64()
1635 Location::StackSlot(source.GetHighStackIndex(kX86WordSize)), in Move64()
1636 Location::StackSlot(destination.GetHighStackIndex(kX86WordSize)), in Move64()
3397 Location stack_temp = Location::StackSlot(0); in VisitTypeConversion()
3919 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
5081 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86_64.cc2819 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2841 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2886 location = Location::StackSlot(stack_offset_); in GetNextLocation()
3988 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4967 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm64.cc883 : Location::StackSlot(stack_offset); in GetNextLocation()
916 location = Location::StackSlot(stack_offset_); in GetNextLocation()
5952 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm_vixl.cc2523 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2558 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2650 location = Location::StackSlot(stack_offset_); in GetNextLocation()
5612 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()