Searched refs:GetStackOffsetOf (Results 1 – 3 of 3) sorted by relevance
801 size_t GetStackOffsetOf(size_t index) const { in GetStackOffsetOf() function
2310 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()2322 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()2332 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 1)); in GetNextLocation()2342 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index_ - 2)); in GetNextLocation()
2612 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()2635 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()2647 return Location::StackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()2664 return Location::DoubleStackSlot(calling_convention.GetStackOffsetOf(stack_index)); in GetNextLocation()