Home
last modified time | relevance | path

Searched refs:GetStackOffsetOf (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h495 size_t GetStackOffsetOf(size_t index) const { in GetStackOffsetOf() function
Dcode_generator_arm.cc620 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
642 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
654 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
671 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
Dcode_generator_x86.cc571 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
584 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
594 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
604 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
Dcode_generator_x86_64.cc1260 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1272 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1282 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1292 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
Dcode_generator_arm64.cc391 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()
Dcode_generator_mips64.cc86 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()