Lines Matching refs:Interpreter
50 Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) { in Interpreter() function in v8::internal::interpreter::Interpreter
62 Code* Interpreter::GetAndMaybeDeserializeBytecodeHandler( in GetAndMaybeDeserializeBytecodeHandler()
82 Code* Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler()
91 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler()
100 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex()
115 void Interpreter::IterateDispatchTable(RootVisitor* v) { in IterateDispatchTable()
129 int Interpreter::InterruptBudget() { in InterruptBudget()
224 UnoptimizedCompilationJob* Interpreter::NewCompilationJob( in NewCompilationJob()
232 bool Interpreter::IsDispatchTableInitialized() const { in IsDispatchTableInitialized()
236 const char* Interpreter::LookupNameOfBytecodeHandler(const Code* code) { in LookupNameOfBytecodeHandler()
249 uintptr_t Interpreter::GetDispatchCounter(Bytecode from, Bytecode to) const { in GetDispatchCounter()
256 Local<v8::Object> Interpreter::GetDispatchCountersObject() { in GetDispatchCountersObject()