Lines Matching refs:Interpreter
69 Interpreter::Interpreter(Isolate* isolate)
79 void Interpreter::InitDispatchCounters() {
118 CodeT Interpreter::GetBytecodeHandler(Bytecode bytecode,
124 void Interpreter::SetBytecodeHandler(Bytecode bytecode,
134 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode,
307 std::unique_ptr<UnoptimizedCompilationJob> Interpreter::NewCompilationJob(
318 Interpreter::NewSourcePositionCollectionJob(
328 void Interpreter::ForEachBytecode(
343 void Interpreter::Initialize() {
375 bool Interpreter::IsDispatchTableInitialized() const {
379 const char* Interpreter::LookupNameOfBytecodeHandler(const Code code) {
386 uintptr_t Interpreter::GetDispatchCounter(Bytecode from, Bytecode to) const {
396 Handle<JSObject> Interpreter::GetDispatchCountersObject() {