Home | History | Annotate | Download | only in src

Lines Matching refs:parameter_count

414   int parameter_count() const { return parameter_count_; }
426 return i >= parameter_count() && i < parameter_count() + specials_count();
430 return parameter_count() + specials_count() + local_count();
440 Bind(parameter_count(), value);
455 return Lookup(parameter_count());
536 void Initialize(int parameter_count, int local_count, int stack_height);