Searched refs:compilerThread (Results 1 – 3 of 3) sorted by relevance
53 void SetCompilerThread(CompilerThread compilerThread) in SetCompilerThread() argument55 compilerThread_ = std::move(compilerThread); in SetCompilerThread()199 …ackgroundCompilerTaskRunner(taskmanager::TaskQueueInterface *compilerQueue, Thread *compilerThread, in BackgroundCompilerTaskRunner() argument201 … : compilerQueue_(compilerQueue), compilerThread_(compilerThread), runtimeIface_(runtimeIface) in BackgroundCompilerTaskRunner()
63 compiler::BackgroundCompilerContext::CompilerThread compilerThread( in BackgroundCompileMethod() local71 … compiler::BackgroundCompilerTaskRunner taskRunner(compilerTaskManagerQueue_, compilerThread.get(), in BackgroundCompileMethod()74 compilerCtx.SetCompilerThread(std::move(compilerThread)); in BackgroundCompileMethod()
80 Thread compilerThread(ctx.GetVM(), Thread::ThreadType::THREAD_TYPE_COMPILER); in InPlaceCompileMethod() local81 ScopedCurrentThread sct(&compilerThread); in InPlaceCompileMethod()