Home | History | Annotate | Download | only in src

Lines Matching refs:local_count

7652                               int local_count,
7655 local_count_ = local_count;
7658 int total = parameter_count + specials_count_ + local_count + stack_height;
7849 if (i == parameter_count() + specials_count() + local_count()) {