Searched defs:compilerThread (Results 1 – 4 of 4) sorted by relevance
80 Thread compilerThread(ctx.GetVM(), Thread::ThreadType::THREAD_TYPE_COMPILER); in InPlaceCompileMethod() local
63 compiler::BackgroundCompilerContext::CompilerThread compilerThread( in BackgroundCompileMethod() local
53 void SetCompilerThread(CompilerThread compilerThread) in SetCompilerThread()199 …ackgroundCompilerTaskRunner(taskmanager::TaskQueueInterface *compilerQueue, Thread *compilerThread, in BackgroundCompilerTaskRunner()
33 JitTask::JitTask(JSThread *hostThread, JSThread *compilerThread, Jit *jit, JSHandle<JSFunction> &js… in JitTask()447 JSThread *compilerThread = jitTask_->GetCompilerThread(); in AsyncTaskRunScope() local