Home | History | Annotate | Download | only in interpreter

Lines Matching defs:interpreter

17 #include "interpreter.h"
33 namespace interpreter {
230 kSwitchImplKind, // Switch-based interpreter implementation.
231 kComputedGotoImplKind, // Computed-goto-based interpreter implementation.
232 kMterpImplKind // Assembly interpreter
236 ? "Switch-based interpreter"
238 ? "Computed-goto-based interpreter"
239 : "Asm interpreter");
246 // Clang 3.4 fails to build the goto interpreter implementation.
315 // Enter the "without access check" interpreter.
318 // No Mterp variant - just use the switch interpreter.
335 // Mterp didn't like that instruction. Single-step it with the reference interpreter.
362 // Enter the "with access check" interpreter.
668 } // namespace interpreter