Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h822 size_t GetStackOffsetOf(size_t index) const { in GetStackOffsetOf() function
Dcode_generator_x86_64.cc2387 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2399 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2409 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
2419 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
Dcode_generator_x86.cc1190 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1203 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1213 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()
1223 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
Dcode_generator_arm_vixl.cc2213 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2236 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2248 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
2265 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
Dcode_generator_mips.cc103 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()
123 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()
139 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()
Dcode_generator_arm64.cc858 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()
Dcode_generator_mips64.cc100 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()