/dalvik/vm/mterp/portable/ |
stubdefs.cpp | 6 #define GOTO_TARGET_DECL(_target, ...)
|
/dalvik/vm/mterp/cstubs/ |
stubdefs.cpp | 6 #define GOTO_TARGET_DECL(_target, ...) \
|
/dalvik/vm/mterp/c/ |
opcommon.cpp | 2 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 3 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 4 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 5 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 6 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 7 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 8 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 9 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 10 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall, 12 GOTO_TARGET_DECL(returnFromMethod) [all...] |
/dalvik/vm/mterp/out/ |
InterpC-armv5te-vfp.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-armv5te.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-armv7-a-neon.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-armv7-a.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-mips.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-x86.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-allstubs.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) \ 518 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 519 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 521 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 522 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 523 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 524 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 525 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 526 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |
InterpC-portable.cpp | 384 #define GOTO_TARGET_DECL(_target, ...) 464 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange); 465 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange); 466 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange); 467 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange); 468 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange); 469 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange); 470 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange); 471 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange); 472 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall [all...] |