Lines Matching refs:nFunctionIndex
229 sal_Int32 nFunctionIndex, in cpp_mediate() argument
238 if( nFunctionIndex & 0x80000000 ) in cpp_mediate()
240 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
254 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
255 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
263 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
302 switch (nFunctionIndex) in cpp_mediate()
367 int nFunctionIndex, int nVtableOffset, void** pCallStack )
370 void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** pCallStack ) in cpp_vtable_call() argument
374 nFunctionIndex, nVtableOffset, pCallStack, (sal_Int64*)nRegReturn ); in cpp_vtable_call()