Searched refs:GetStackOffsetOf (Results 1 – 6 of 6) sorted by relevance
495 size_t GetStackOffsetOf(size_t index) const { in GetStackOffsetOf() function
620 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()
1260 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()
571 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()
391 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()
86 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()