Home | History | Annotate | Download | only in interp

Lines Matching defs: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
191 * check in the interpreter results in an exception being thrown.
1215 * Main interpreter loop entry point. Select "standard" or "debug"
1216 * interpreter and switch between them as required.
1233 /* Interpreter entry points from compiled code */
1282 /* Setup the Jit-to-interpreter entry points */
1325 typedef bool (*Interpreter)(Thread*, InterpState*);
1326 Interpreter stdInterp;
1333 * create a specialized profiling interpreter.