Lines Matching refs:nFunctionIndex
344 sal_Int32 nFunctionIndex = (nOffsetAndIndex & 0xFFFFFFFF); in cpp_mediate() local
347 fprintf(stderr, "nVTableOffset, nFunctionIndex are %x %x\n", nVtableOffset, nFunctionIndex); in cpp_mediate()
371 if( nFunctionIndex & 0x80000000 ) in cpp_mediate()
373 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
390 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
391 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
400 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
410 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
439 switch (nFunctionIndex) in cpp_mediate()
569 unsigned char *codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset… in codeSnippet() argument
572 nFunctionIndex |= 0x80000000; in codeSnippet()
579 *(unsigned int*)&p[16] = nFunctionIndex; in codeSnippet()