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