Home
last modified time | relevance | path

Searched defs:compilerThread (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_thread_pool_worker.cpp80 Thread compilerThread(ctx.GetVM(), Thread::ThreadType::THREAD_TYPE_COMPILER); in InPlaceCompileMethod() local
Dcompiler_task_manager_worker.cpp63 compiler::BackgroundCompilerContext::CompilerThread compilerThread( in BackgroundCompileMethod() local
/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h53 void SetCompilerThread(CompilerThread compilerThread) in SetCompilerThread()
199 …ackgroundCompilerTaskRunner(taskmanager::TaskQueueInterface *compilerQueue, Thread *compilerThread, in BackgroundCompilerTaskRunner()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp33 JitTask::JitTask(JSThread *hostThread, JSThread *compilerThread, Jit *jit, JSHandle<JSFunction> &js… in JitTask()
447 JSThread *compilerThread = jitTask_->GetCompilerThread(); in AsyncTaskRunScope() local