Searched refs:argvIndex (Results 1 – 1 of 1) sorted by relevance
2152 size_t argvIndex = 0; in RuntimeGetCallSpreadArgs() local2161 if (UNLIKELY(argvIndex + 1 >= argvMayMaxLength)) { in RuntimeGetCallSpreadArgs()2165 argv->Set(thread, argvIndex++, nextArg); in RuntimeGetCallSpreadArgs()2167 argv = factory->CopyArray(argv, argvMayMaxLength, argvIndex); in RuntimeGetCallSpreadArgs()