Home | History | Annotate | Download | only in ia32

Lines Matching defs:parameter_count

370   int parameter_count = function_->shared()->formal_parameter_count() + 1;
371 for (int i = 0; i < parameter_count; ++i) {
380 int limit = input_offset - (parameter_count * kPointerSize);
482 int parameter_count = height;
484 for (int i = 0; i < parameter_count; ++i) {
580 int parameter_count = height;
582 for (int i = 0; i < parameter_count; ++i) {
706 int parameter_count = function->shared()->formal_parameter_count() + 1;
709 for (int i = 0; i < parameter_count; ++i) {
713 input_offset -= (parameter_count * kPointerSize);