Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dparallel_move_test.cc534 Location::DoubleStackSlot(32), in TYPED_TEST()
538 Location::DoubleStackSlot(32), in TYPED_TEST()
594 Location::DoubleStackSlot(32), in TYPED_TEST()
598 Location::DoubleStackSlot(32), in TYPED_TEST()
Dlocations.h253 static Location DoubleStackSlot(intptr_t stack_index) { in DoubleStackSlot() function
Dssa_liveness_analysis.cc551 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
Dregister_allocator.cc1610 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings()
1800 ? Location::DoubleStackSlot(parent->GetSpillSlot()) in ConnectSplitSiblings()
1847 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in Resolve()
Dcode_generator_x86.cc952 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
972 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2686 Location stack_temp = Location::DoubleStackSlot(0); in VisitTypeConversion()
3161 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
4041 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_x86_64.cc2109 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2129 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
3214 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack()
3949 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_mips.cc107 next_location = Location::DoubleStackSlot(stack_offset); in GetNextLocation()
123 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
4417 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_mips64.cc86 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
3572 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm.cc993 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
1022 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
3541 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
Dcode_generator_arm64.cc877 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
4379 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()