Searched defs:Interpreter (Results 1 – 9 of 9) sorted by relevance
54 Interpreter::Interpreter(std::unique_ptr<Module> M) in Interpreter() function in Interpreter
184 ResultEval Interpreter) in IRSpeculationLayer()
45 class Interpreter: class
1494 .. [#load-global] A similar optimization already existed since Python 3.8.1497 .. [#load-attr] A similar optimization already existed since Python 3.10.1502 .. _whatsnew311-faster-cpython-misc:
517 Interpreter = 0x2 enumerator
69 Interpreter::Interpreter(Isolate* isolate) in Interpreter() function in v8::internal::interpreter::Interpreter
103 class Interpreter(namedtuple('Interpreter', 'name id')): class
760 class Interpreter(parser.SimpleTraceDumper): class
149 class Interpreter; variable