Lines Matching refs:stack_offset
85 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
86 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
87 : Location::StackSlot(stack_offset);
494 int stack_offset = ensure_scratch.IsSpilled() ? kMips64DoublewordSize : 0;
498 index1 + stack_offset);
502 index2 + stack_offset);
506 index2 + stack_offset);
507 __ StoreToOffset(store_type, TMP, SP, index1 + stack_offset);