HomeSort by relevance Sort by last modified time
    Searched refs:GOTO_TARGET_DECL (Results 1 - 13 of 13) sorted by null

  /dalvik/vm/mterp/portable/
stubdefs.c 6 #define GOTO_TARGET_DECL(_target, ...)
  /dalvik/vm/mterp/cstubs/
stubdefs.c 14 #define GOTO_TARGET_DECL(_target, ...) \
  /dalvik/vm/mterp/c/
opcommon.c 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-armv4t.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-armv5te-vfp.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-armv5te.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-armv7-a-neon.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-armv7-a.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-x86-atom.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-x86.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-allstubs.c 428 #define GOTO_TARGET_DECL(_target, ...) \
542 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
543 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
544 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
545 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
546 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
547 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
548 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
549 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
550 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-portdbg.c 439 #define GOTO_TARGET_DECL(_target, ...)
533 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
534 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
535 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
536 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
537 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
538 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
539 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
540 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
541 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]
InterpC-portstd.c 430 #define GOTO_TARGET_DECL(_target, ...)
524 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange);
525 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange);
526 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
527 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange);
528 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange);
529 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange);
530 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange);
531 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange);
532 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]

Completed in 177 milliseconds