Lines Matching refs:cppArgs
152 void ** cppArgs = static_cast< void ** >(alloca(count * sizeof (void *))); in call() local
160 cppArgs[i] = NULL; in call()
308 cppArgs[i] = alloca(ptd->nSize); in call()
309 uno_constructData(cppArgs[i], ptd); in call()
311 *reinterpret_cast< void ** >(stack + sp) = cppArgs[i]; in call()
313 cppArgs[i] = alloca(ptd->nSize); in call()
315 cppArgs[i], arguments[i], ptd, in call()
318 *reinterpret_cast< void ** >(stack + sp) = cppArgs[i]; in call()
320 cppArgs[i] = NULL; in call()
337 if (cppArgs[i] != NULL) { in call()
339 cppArgs[i], ptds[i], in call()
349 if (cppArgs[i] != NULL) { in call()
355 arguments[i], cppArgs[i], ptds[i], in call()
359 cppArgs[i], ptds[i], in call()