Lines Matching defs:interpreter
11 #include "src/interpreter/bytecode-register.h"
12 #include "src/interpreter/bytecodes.h"
18 namespace interpreter {
111 // Loads from and stores to the interpreter register file.
293 // Returns a pointer to first entry in the interpreter dispatch table.
312 // Saves and restores interpreter bytecode offset to the interpreter stack
389 // Save the bytecode offset to the interpreter frame.
391 // Reload the bytecode offset from the interpreter frame.
433 } // namespace interpreter