Home | History | Annotate | Download | only in out

Lines Matching refs:GOTO_TARGET_DECL

376 #define GOTO_TARGET_DECL(_target, ...)
460 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange, bool jumboFormat);
461 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
462 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange, bool jumboFormat);
463 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
464 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange, bool jumboFormat);
465 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange, bool jumboFormat);
466 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange, bool jumboFormat);
467 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange, bool jumboFormat);
468 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall,
470 GOTO_TARGET_DECL(returnFromMethod);
471 GOTO_TARGET_DECL(exceptionThrown);