Searched refs:stackPos (Results 1 – 1 of 1) sorted by relevance
155 sal_Int32 stackPos = directReturn ? 1 : 2; // skip return ptr and this ptr in call() local163 if (stackPos <= 15) { in call()164 switch (stackPos) { in call()214 args[i] = &copies[stackPos - 1].f; in call()221 if (stackPos <= 15) { in call()222 switch (stackPos) { in call()272 args[i] = &copies[stackPos - 1].d; in call()280 args[i] = reinterpret_cast< char * >(callStack + stackPos) + in call()287 cppArgs[i] = reinterpret_cast< void * >(callStack[stackPos]); in call()298 args[i] = reinterpret_cast< void * >(callStack[stackPos]); in call()[all …]
Completed in 9 milliseconds