Home
last modified time | relevance | path

Searched refs:stackPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx155 sal_Int32 stackPos = directReturn ? 1 : 2; // skip return ptr and this ptr in call() local
163 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 11 milliseconds