Home | History | Annotate | Download | only in compiler

Lines Matching full:stack_offset

121         stack_offset(0) {}
131 int stack_offset;
144 int offset = -1 - stack_offset;
145 stack_offset += StackWords(type);
153 int offset = -1 - stack_offset;
154 stack_offset += StackWords(type);
166 stack_offset = 0;
198 int stack_param_count = params.stack_offset;