/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/ |
H A D | cpp2uno.cxx | 228 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | cpp2uno.cxx | 227 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | cpp2uno.cxx | 378 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | cpp2uno.cxx | 340 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | cpp2uno.cxx | 340 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | cpp2uno.cxx | 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 [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | cpp2uno.cxx | 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 [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | cpp2uno.cxx | 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() 572 nFunctionIndex |= 0x80000000; in codeSnippet() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | cpp2uno.cxx | 321 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | cpp2uno.cxx | 264 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | cpp2uno.cxx | 263 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()
|
/aoo41x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | cpp2uno.cxx | 260 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() 455 sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in codeSnippet() argument 458 …x = ( static_cast<sal_uInt64>( nVtableOffset ) << 32 ) | static_cast<sal_uInt64>( nFunctionIndex ); in codeSnippet()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | cpp2uno.cxx | 329 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 …]
|
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | cpp2uno.cxx | 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, 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | cpp2uno.cxx | 256 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | cpp2uno.cxx | 256 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/ |
H A D | cpp2uno.cxx | 309 sal_Int32 nFunctionIndex, in cpp_mediate() argument 321 if( nFunctionIndex & 0x80000000 ) in cpp_mediate() 323 nFunctionIndex &= 0x7fffffff; in cpp_mediate() 338 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_mediate() 339 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_mediate() 347 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() 357 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate() 386 switch (nFunctionIndex) in cpp_mediate() 449 static void cpp_vtable_call( int nFunctionIndex, int nVtableOffset, void** gpregptr, void** fpregpt… in cpp_vtable_call() argument 465 …cpp_mediate( nFunctionIndex, nVtableOffset, (void**)gpreg, (void**)fpreg, ovrflw, (sal_Int64*)nReg… in cpp_vtable_call()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/ |
H A D | cpp2uno.cxx | 230 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument 237 if( nFunctionIndex & 0x80000000 ) in cpp_vtable_call() 239 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call() 251 …et=%d\n", pCallStack[0], pCallStack[1], pCallStack[2], pThis, pCppI, nFunctionIndex, nVtableOffset… in cpp_vtable_call() 257 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call() 258 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_vtable_call() 266 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() 277 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call() 306 switch (nFunctionIndex) in cpp_vtable_call()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | cpp2uno.cxx | 362 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,
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | cpp2uno.cxx | 362 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,
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390/ |
H A D | cpp2uno.cxx | 327 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | cpp2uno.cxx | 375 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | cpp2uno.cxx | 229 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()
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | cpp2uno.cxx | 224 int nFunctionIndex, int nVtableOffset, void** pCallStack, in cpp_vtable_call() argument 231 if( nFunctionIndex & 0x80000000 ) in cpp_vtable_call() 233 nFunctionIndex &= 0x7fffffff; in cpp_vtable_call() 247 …OSL_ENSURE( nFunctionIndex < pTypeDescr->nMapFunctionIndexToMemberIndex, "### illegal vtable index… in cpp_vtable_call() 248 if (nFunctionIndex >= pTypeDescr->nMapFunctionIndexToMemberIndex) in cpp_vtable_call() 256 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() 265 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call() 294 switch (nFunctionIndex) in cpp_vtable_call()
|
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | cpp2uno.cxx | 222 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()
|