Home | History | Annotate | Download | only in quick

Lines Matching defs:stack_index_

359 stack_index_(0),
391 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
397 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
421 + stack_index_ * kBytesStackArgLocation);
440 // (b) whatever the argument type it is, the 'stack_index_' should
447 stack_index_ = 0;
452 stack_index_++;
468 stack_index_++;
476 stack_index_++;
516 stack_index_+= 2;
519 stack_index_++;
534 stack_index_+= 2;
537 stack_index_++;
581 uint32_t stack_index_; // Index into arguments on the stack.