Lines Matching refs:parameter_count
2646 ASSERT_EQ(scope->num_parameters() + 1, environment()->parameter_count()); in SetUpScope()
2648 for (int i = 0; i < environment()->parameter_count(); ++i) { in SetUpScope()
2658 for (int i = environment()->parameter_count() + 1; in SetUpScope()
5784 int parameter_count = arguments_env->parameter_count(); in TryCallApply() local
5785 for (int i = 1; i < arguments_env->parameter_count(); i++) { in TryCallApply()
5792 parameter_count); in TryCallApply()
5793 Drop(parameter_count); in TryCallApply()
7651 void HEnvironment::Initialize(int parameter_count, in Initialize() argument
7654 parameter_count_ = parameter_count; in Initialize()
7658 int total = parameter_count + specials_count_ + local_count + stack_height; in Initialize()
7847 if (i == parameter_count()) stream->Add("specials\n"); in PrintTo()
7848 if (i == parameter_count() + specials_count()) stream->Add("locals\n"); in PrintTo()
7849 if (i == parameter_count() + specials_count() + local_count()) { in PrintTo()