Lines Matching defs:argc
980 int argc = descriptor.GetParameterCount() - i;981 AddInstruction(new (zone()) LPreparePushArguments(argc), instr);1837 int argc = instr->OperandCount();1838 AddInstruction(new(zone()) LPreparePushArguments(argc), instr);1842 for (int i = 0; i < argc; ++i) {