Home | History | Annotate | Download | only in src

Lines Matching defs:argc

685   // Argc also counts the receiver, target, new target, and argc itself as args,
686 // therefore the real argument count is argc - 4.
687 int argc = Smi::cast(argc_slot)->value() - 4;
688 DCHECK(argc >= 0);
689 return argc;
1501 intptr_t argc = *reinterpret_cast<intptr_t*>(argc_ptr);
1503 (StandardFrameConstants::kFixedSlotCountAboveFp + argc) * kPointerSize;