Lines Matching refs:pStack
54 sal_uInt64 *pStack, sal_uInt32 nStack,
60 sal_uInt64 *pStack, sal_uInt32 nStack, in callVirtualMethod() argument
75 fprintf( stderr, "0x%lx, ", pStack[i] ); in callVirtualMethod()
107 memcpy( pCallStack, pStack, nStackBytes ); in callVirtualMethod()
263 sal_uInt64 *pStack = (sal_uInt64 *)__builtin_alloca( (nParams + 3) * sizeof(sal_uInt64) ); in cpp_call() local
264 sal_uInt64 *pStackStart = pStack; in cpp_call()
292 INSERT_INT64( &pCppReturn, nGPR, pGPR, pStack ); in cpp_call()
298 INSERT_INT64( &pAdjustedThisPtr, nGPR, pGPR, pStack ); in cpp_call()
324 INSERT_INT64( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
329 INSERT_INT32( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
334 INSERT_INT16( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
338 INSERT_INT8( pCppArgs[nPos], nGPR, pGPR, pStack ); in cpp_call()
342 INSERT_FLOAT_DOUBLE( pCppArgs[nPos], nFPR, pFPR, pStack ); in cpp_call()
380 INSERT_INT64( &(pCppArgs[nPos]), nGPR, pGPR, pStack ); in cpp_call()
390 pStackStart, ( pStack - pStackStart ), in cpp_call()