Home | History | Annotate | Download | only in runtime

Lines Matching defs:args_count

401     int args_count = frame->ComputeParametersCount();
403 *total_argc = args_count;
406 for (int i = 0; i < args_count; i++) {