Home
last modified time | relevance | path

Searched refs:nFunctionIndex (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx228 sal_Int32 nFunctionIndex, in cpp_mediate() argument
244 if ((nFunctionIndex & 0x80000000) != 0) { in cpp_mediate()
245 nFunctionIndex &= 0x7FFFFFFF; in cpp_mediate()
251 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
253 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
259 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
274 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
303 switch (nFunctionIndex) in cpp_mediate()
368 int nFunctionIndex; in cpp_vtable_call() local
377 : : "m"(nFunctionIndex), "m"(pCallStack), "m"(vTableOffset) ); in cpp_vtable_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx227 sal_Int32 nFunctionIndex, in cpp_mediate() argument
243 if ((nFunctionIndex & 0x80000000) != 0) { in cpp_mediate()
244 nFunctionIndex &= 0x7FFFFFFF; in cpp_mediate()
250 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
252 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
258 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; in cpp_vtable_call() local
374 : : "m"(nFunctionIndex), "m"(pCallStack), "m"(vTableOffset) ); in cpp_vtable_call()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx378 sal_Int32 nFunctionIndex, in cpp_mediate() argument
395 if (nFunctionIndex & 0x80000000 ) in cpp_mediate()
397 nFunctionIndex &= 0x7fffffff; 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()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx340 sal_Int32 nFunctionIndex = (nOffsetAndIndex & 0xFFFFFFFF); in cpp_mediate() local
350 if (nFunctionIndex & 0x80000000 ) in cpp_mediate()
352 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
383 …fprintf(stderr, "indexes are %d %d\n", nFunctionIndex, pTypeDescr->nMapFunctionIndexToMemberIndex); in cpp_mediate()
387 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
395 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
409 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
438 switch (nFunctionIndex) in cpp_mediate()
600 unsigned char * codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffs… in codeSnippet() argument
604 fprintf(stderr,"in codeSnippet functionIndex is %x\n", nFunctionIndex); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx340 sal_Int32 nFunctionIndex = (nOffsetAndIndex & 0xFFFFFFFF); in cpp_mediate() local
350 if (nFunctionIndex & 0x80000000 ) in cpp_mediate()
352 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
383 …fprintf(stderr, "indexes are %d %d\n", nFunctionIndex, pTypeDescr->nMapFunctionIndexToMemberIndex); in cpp_mediate()
387 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
395 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
409 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
438 switch (nFunctionIndex) in cpp_mediate()
600 unsigned char * codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffs… in codeSnippet() argument
604 fprintf(stderr,"in codeSnippet functionIndex is %x\n", nFunctionIndex); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx231 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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dcpp2uno.cxx229 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
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dcpp2uno.cxx344 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()
572 nFunctionIndex |= 0x80000000; in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx321 sal_Int32 nFunctionIndex = (nOffsetAndIndex & 0xFFFFFFFF); in cpp_mediate() local
330 if (nFunctionIndex & 0x80000000 ) in cpp_mediate()
332 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
363 …fprintf(stderr, "indexes are %d %d\n", nFunctionIndex, pTypeDescr->nMapFunctionIndexToMemberIndex); in cpp_mediate()
366 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
367 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
375 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
389 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
418 switch (nFunctionIndex) in cpp_mediate()
576 fprintf(stderr,"in codeSnippet functionIndex is %x\n", nFunctionIndex); in codeSnippet()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcpp2uno.cxx264 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_vtable_call() argument
272 if ( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
274 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
288 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call()
289 if ( nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex ) in cpp_vtable_call()
296 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
309 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
334 switch ( nFunctionIndex ) in cpp_vtable_call()
414 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument
417 …Int64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIndex ); in codeSnippet()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcpp2uno.cxx263 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_vtable_call() argument
271 if ( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
273 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
287 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call()
288 if ( nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex ) in cpp_vtable_call()
295 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
308 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
333 switch ( nFunctionIndex ) in cpp_vtable_call()
413 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument
416 …Int64 nOffsetAndIndex = ( ( (sal_uInt64) nVtableOffset ) << 32 ) | ( (sal_uInt64) nFunctionIndex ); in codeSnippet()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx260 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_vtable_call() argument
268 if ( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
270 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
284 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call()
285 if ( nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex ) in cpp_vtable_call()
292 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
305 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
330 switch ( nFunctionIndex ) in cpp_vtable_call()
458 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument
461 …x = ( static_cast<sal_uInt64>( nVtableOffset ) << 32 ) | static_cast<sal_uInt64>( nFunctionIndex ); in codeSnippet()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dcpp2uno.cxx329 sal_Int32 nFunctionIndex = (nOffsetAndIndex & 0xFFFFFFFF); in cpp_mediate() local
332 fprintf(stderr, "nVTableOffset, nFunctionIndex are %x %x\n", nVtableOffset, nFunctionIndex); in cpp_mediate()
356 if( nFunctionIndex & 0x80000000 ) in cpp_mediate()
358 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
375 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
376 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
385 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
395 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
424 switch (nFunctionIndex) in cpp_mediate()
550 unsigned char *codeSnippet( unsigned char * code, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset… in codeSnippet() argument
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx231 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, in cpp_mediate()
267 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
277 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
306 switch (nFunctionIndex) in cpp_mediate()
372 int nFunctionIndex, int nVtableOffset, void** pCallStack ) in cpp_vtable_call() argument
376 nFunctionIndex, nVtableOffset, pCallStack, &nRegReturn ); in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx256 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument
265 if( nFunctionIndex & 0x80000000 ) in cpp_mediate()
267 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
282 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
284 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
292 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
295 pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
307 nFunctionIndex) in cpp_mediate()
336 switch (nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx256 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument
265 if( nFunctionIndex & 0x80000000 ) in cpp_mediate()
267 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
282 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
284 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
292 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
295 pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
307 nFunctionIndex) in cpp_mediate()
336 switch (nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx362 sal_Int32 nFunctionIndex, argument
374 if (nFunctionIndex & 0x80000000 )
376 nFunctionIndex &= 0x7fffffff;
391 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index…
392 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex)
400 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex];
410 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex)
439 switch (nFunctionIndex)
503 static void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** gpregptr, void** fpregpt… argument
520 cpp_mediate( nFunctionIndex, nVtableOffset, (void**)gpreg,
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx362 sal_Int32 nFunctionIndex, argument
374 if (nFunctionIndex & 0x80000000 )
376 nFunctionIndex &= 0x7fffffff;
391 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index…
392 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex)
400 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex];
410 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex)
439 switch (nFunctionIndex)
503 static void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** gpregptr, void** fpregpt… argument
520 cpp_mediate( nFunctionIndex, nVtableOffset, (void**)gpreg,
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dcpp2uno.cxx327 sal_Int16 nFunctionIndex = (nOffsetAndIndex & 0xFFFF); in cpp_mediate() local
335 if( nFunctionIndex & 0x8000 ) in cpp_mediate()
337 nFunctionIndex &= 0x7fff; in cpp_mediate()
354 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate()
355 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
364 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
374 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
403 switch (nFunctionIndex) in cpp_mediate()
546 unsigned char* codeSnippet( unsigned char * code, sal_Int16 nFunctionIndex, sal_Int16 nVtableOffset… in codeSnippet() argument
548 sal_uInt32 nOffsetAndIndex = ( ( nVtableOffset ) << 16 ) | ( nFunctionIndex ); in codeSnippet()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx375 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument
384 fprintf(stderr, "%x %x\n", nFunctionIndex, nVtableOffset); in cpp_mediate()
401 if (nFunctionIndex & 0x80000000 ) in cpp_mediate()
403 nFunctionIndex &= 0x7fffffff; in cpp_mediate()
425 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
427 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
435 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
438 pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
450 nFunctionIndex) in cpp_mediate()
479 switch (nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx229 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument
236 if( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
238 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
252 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call()
253 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_vtable_call()
261 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
299 switch (nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcpp2uno.cxx229 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument
236 if( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
238 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
252 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call()
253 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_vtable_call()
261 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
299 switch (nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx222 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument
229 if( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
231 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
245 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_vtable_call()
247 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_vtable_call()
253 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
262 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
291 switch (nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dcpp2uno.cxx270 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate() argument
277 fprintf(stderr, "%x %x\n", nFunctionIndex, nVtableOffset); in cpp_mediate()
293 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
295 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate()
303 OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, in cpp_mediate()
306 pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
318 nFunctionIndex) in cpp_mediate()
347 switch (nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx232 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument
239 if( nFunctionIndex & 0x80000000 ) in cpp_vtable_call()
241 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call()
255 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call()
256 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_vtable_call()
264 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
302 switch (nFunctionIndex) in cpp_vtable_call()

Completed in 110 milliseconds

12