Searched refs:GetStackOffsetOf (Results 1 – 5 of 5) sorted by relevance
901 size_t GetStackOffsetOf(size_t index) const { in GetStackOffsetOf() function
2584 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()2596 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()2606 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()2616 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
1279 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()1292 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()1302 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()1312 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2371 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()2394 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()2406 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()2423 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()
836 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation()