Searched refs:GOTO_TARGET_DECL (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/portable/
H A Dstubdefs.cpp6 #define GOTO_TARGET_DECL(_target, ...) macro
/dalvik/vm/mterp/cstubs/
H A Dstubdefs.cpp6 #define GOTO_TARGET_DECL(_target, ...) \ macro
/dalvik/vm/mterp/c/
H A Dopcommon.cpp2 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(returnFromMetho
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-armv5te-vfp.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-armv5te.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-armv7-a-neon.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-armv7-a.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-mips.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-x86.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-allstubs.cpp384 #define GOTO_TARGET_DECL(_target, ...) \ macro
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(invokeMetho
[all...]
H A DInterpC-portable.cpp384 #define GOTO_TARGET_DECL(_target, ...) macro
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(invokeMetho
[all...]

Completed in 123 milliseconds