Searched defs:Interpreter (Results 1 – 10 of 10) sorted by relevance
47 Interpreter::Interpreter(Module *M) in Interpreter() function in Interpreter
51 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
35 public class Interpreter implements InterpreterPropertyNames { class48 public Interpreter() { in Interpreter() method in Interpreter
49 public class Interpreter implements TokenSource { class74 public Interpreter(Grammar grammar, IntStream input) { in Interpreter() method in Interpreter
52 AbstractInterpreter *Interpreter; // How to run the program variable
53 AbstractInterpreter *Interpreter; // How to run the program variable
504 Interpreter = 0x2 enumerator
449 Interpreter = 0x2 enumerator
97 class Interpreter; variable
51 Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) { in Interpreter() function in v8::internal::interpreter::Interpreter