Home | History | Annotate | Download | only in interpreter

Lines Matching defs:interpreter

18 // Clang 3.4 fails to build the goto interpreter implementation.
30 namespace interpreter {
40 // Advance to the next instruction and updates interpreter state.
112 * Interpreter based on computed goto tables.
122 * When instrumentation is active, the interpreter uses the "alternative" handler table. Otherwise
125 * The current handler table is the handler table being used by the interpreter. It is updated:
183 LOG(FATAL) << "Invalid shadow frame for interpreter use";
2629 } // namespace interpreter