Lines Matching refs:nFunctionIndex
378 sal_Int32 nFunctionIndex, in cpp_mediate() argument
395 if (nFunctionIndex & 0x80000000 ) in cpp_mediate()
397 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
405 …"cpp_mediate12,pThis=%p, nFunctionIndex=%d,nVtableOffset=%d\n",pThis,nFunctionIndex,nVtableOffset); in cpp_mediate()
421 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
422 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
430 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
438 fprintf( stderr, "calling %s, nFunctionIndex=%d\n", cstr.getStr(), nFunctionIndex ); in cpp_mediate()
448 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
480 switch (nFunctionIndex) in cpp_mediate()
557 int nFunctionIndex; in cpp_vtable_call() local
573 ::"m"(nFunctionIndex), "m"(vTableOffset), "m"(pCallStack), "m"(ovrflw) ); in cpp_vtable_call()
578 fprintf(stderr,"in cpp_vtable_call nFunctionIndex is %d\n",nFunctionIndex); in cpp_vtable_call()
586 …cpp_mediate( nFunctionIndex, vTableOffset, (void**)gpreg, (void**)fpreg, ovrflw, (sal_Int64*)nRegR… in cpp_vtable_call()