Home | History | Annotate | Download | only in interp

Lines Matching full:interpreter

18  * Main interpreter entry point and support functions.
20 * The entry point selects the "standard" or "debug" interpreter and
21 * facilitates switching between them. The standard interpreter may
47 /* Interpreter entry points from compiled code */
209 * check in the interpreter results in an exception being thrown.
615 * The interpreter just threw. Handle any special subMode requirements.
641 * The interpreter is preparing to do an invoke (both native & normal).
651 * The interpreter is preparing to do a native invoke. Handle any
676 * The interpreter has returned from a native invoke. Handle any
693 * The interpreter has returned from a normal method. Handle any special
709 * or a single-step point. This is called from the top of the interpreter
1530 * Do a sanity check on interpreter state saved to Thread.
1867 * Main interpreter loop entry point.
1894 * Save interpreter state from previous activation, linking
1901 * nested interpreter activation.
1947 typedef void (*Interpreter)(Thread*);
1948 Interpreter stdInterp;
1960 // Call the interpreter
1965 /* Restore interpreter state from previous activation */