Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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()
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.cc568 Location::StackSlot(48), in TYPED_TEST()
572 Location::StackSlot(48), in TYPED_TEST()
Dregister_allocation_resolver.cc66 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator.cc558 operands->SetSource(Location::StackSlot(source.GetStackIndex() + out_frame_size)); in FinishCriticalNativeFrameSetup()
673 locations->SetInAt(i, Location::StackSlot(stack_offset)); in CreateStringBuilderAppendLocations()
Dcode_generator_x86.cc1256 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1279 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1310 location = Location::StackSlot(stack_offset_); in GetNextLocation()
1432 Location::StackSlot(source.GetStackIndex()), in Move64()
1433 Location::StackSlot(destination.GetStackIndex()), in Move64()
1435 Location::StackSlot(source.GetHighStackIndex(kX86WordSize)), in Move64()
1436 Location::StackSlot(destination.GetHighStackIndex(kX86WordSize)), in Move64()
3052 Location stack_temp = Location::StackSlot(0); in VisitTypeConversion()
3574 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4736 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86_64.cc2511 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2533 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2578 location = Location::StackSlot(stack_offset_); in GetNextLocation()
3669 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack()
4648 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm64.cc862 : Location::StackSlot(stack_offset); in GetNextLocation()
895 location = Location::StackSlot(stack_offset_); in GetNextLocation()
5563 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm_vixl.cc2342 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2377 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2469 location = Location::StackSlot(stack_offset_); in GetNextLocation()
5413 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()