Home | History | Annotate | Download | only in portable

Lines Matching full:goto

2  * In the C mterp stubs, "goto" is a function call followed immediately
17 * case/break, for a threaded implementation it's a goto label and an
18 * instruction fetch/computed goto.
34 goto *handlerTable[INST_INST(inst)]; \
37 goto *handlerTable[_opcode]; \
56 * The "goto" targets just turn into goto statements. The "arguments" are
60 #define GOTO_exceptionThrown() goto exceptionThrown;
62 #define GOTO_returnFromMethod() goto returnFromMethod;
67 goto _target; \
71 #define GOTO_invokeMethod(_methodCallRange, _methodToCall, _vsrc1, _vdst) goto invokeMethod;
73 #define GOTO_bail() goto bail;
74 #define GOTO_bail_switch() goto bail_switch;
80 * started. If so, switch to a different "goto" table.