Home
last modified time | relevance | path

Searched refs:SetupInterpreter (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dsetup-isolate-full.cc24 void SetupIsolateDelegate::SetupInterpreter( in SetupInterpreter() function in v8::internal::SetupIsolateDelegate
27 interpreter::SetupInterpreter::InstallBytecodeHandlers(interpreter); in SetupInterpreter()
Dsetup-isolate-deserialize.cc20 void SetupIsolateDelegate::SetupInterpreter( in SetupInterpreter() function in v8::internal::SetupIsolateDelegate
Dsetup-isolate.h41 virtual void SetupInterpreter(interpreter::Interpreter* interpreter);
Disolate.cc3045 setup_delegate_->SetupInterpreter(interpreter_); in Throw()
/external/v8/src/interpreter/
Dsetup-interpreter-internal.cc27 void SetupInterpreter::InstallBytecodeHandlers(Interpreter* interpreter) { in InstallBytecodeHandlers()
76 void SetupInterpreter::InstallBytecodeHandler(Isolate* isolate, in InstallBytecodeHandler()
Dsetup-interpreter.h17 class SetupInterpreter {
Dinterpreter.h83 friend class SetupInterpreter;