Home | History | Annotate | Download | only in arm

Lines Matching defs:parameter_count

279   int parameter_count = function_->shared()->formal_parameter_count() + 1;
280 for (int i = 0; i < parameter_count; ++i) {
289 int limit = input_offset - (parameter_count * kPointerSize);
391 int parameter_count = height;
393 for (int i = 0; i < parameter_count; ++i) {
489 int parameter_count = height;
491 for (int i = 0; i < parameter_count; ++i) {
627 int parameter_count = function->shared()->formal_parameter_count() + 1;
630 for (int i = 0; i < parameter_count; ++i) {
634 input_offset -= (parameter_count * kPointerSize);