Home | History | Annotate | Download | only in quick

Lines Matching refs:stack_index_

240           gpr_index_(0), fpr_index_(0), stack_index_(0), cur_type_(Primitive::kPrimVoid),
258 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
264 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
296 // (b) whatever the argument type it is, the 'stack_index_' should
300 stack_index_ = 0;
306 stack_index_++;
324 stack_index_++;
337 stack_index_++;
343 stack_index_++;
354 stack_index_+= 2;
357 stack_index_++;
366 stack_index_++;
383 stack_index_+= 2;
386 stack_index_++;
422 uint32_t stack_index_; // Index into arguments on the stack.