Lines Matching defs:argc
902 // Argc also counts the receiver, target, new target, and argc itself as args,
903 // therefore the real argument count is argc - 4.
904 int argc = Smi::ToInt(argc_slot) - 4;
905 DCHECK_GE(argc, 0);
906 return argc;
1543 int argc = ComputeParametersCount();
1546 (argc - 1) * kSystemPointerSize;
2409 FullObjectSlot argc(
2411 v->VisitRootPointers(Root::kStackRoots, nullptr, base, argc);
2412 v->VisitRootPointers(Root::kStackRoots, nullptr, argc + 1, limit);