Lines Matching refs:stack_offset
87 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation() local
88 next_location = Location::StackSlot(stack_offset); in GetNextLocation()
106 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation() local
107 next_location = Location::DoubleStackSlot(stack_offset); in GetNextLocation()
122 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_); in GetNextLocation() local
123 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset) in GetNextLocation()
124 : Location::StackSlot(stack_offset); in GetNextLocation()
648 int stack_offset = ensure_scratch.IsSpilled() ? kMipsWordSize : 0; in Exchange() local
649 for (int i = 0; i <= (double_slot ? 1 : 0); i++, stack_offset += kMipsWordSize) { in Exchange()
653 index1 + stack_offset); in Exchange()
657 index2 + stack_offset); in Exchange()
661 index2 + stack_offset); in Exchange()
662 __ StoreToOffset(kStoreWord, TMP, SP, index1 + stack_offset); in Exchange()