Lines Matching refs:nFunctionIndex
231 sal_Int32 nFunctionIndex, in cpp_mediate() argument
240 if( nFunctionIndex & 0x80000000 ) in cpp_mediate()
242 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
256 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
257 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
265 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
275 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
304 switch (nFunctionIndex) in cpp_mediate()
369 int nFunctionIndex, int nVtableOffset, void** pCallStack )
372 void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** pCallStack ) in cpp_vtable_call() argument
376 nFunctionIndex, nVtableOffset, pCallStack, (sal_Int64*)nRegReturn ); in cpp_vtable_call()