Home
last modified time | relevance | path

Searched refs:compilerThread (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_task_manager_worker.cpp63 compiler::BackgroundCompilerContext::CompilerThread compilerThread( in BackgroundCompileMethod() local
71 … compiler::BackgroundCompilerTaskRunner taskRunner(compilerTaskManagerQueue_, compilerThread.get(), in BackgroundCompileMethod()
74 compilerCtx.SetCompilerThread(std::move(compilerThread)); in BackgroundCompileMethod()
Dcompiler_thread_pool_worker.cpp80 Thread compilerThread(ctx.GetVM(), Thread::ThreadType::THREAD_TYPE_COMPILER); in InPlaceCompileMethod() local
81 ScopedCurrentThread sct(&compilerThread); in InPlaceCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h53 void SetCompilerThread(CompilerThread compilerThread) in SetCompilerThread() argument
55 compilerThread_ = std::move(compilerThread); in SetCompilerThread()
199 …ackgroundCompilerTaskRunner(taskmanager::TaskQueueInterface *compilerQueue, Thread *compilerThread, in BackgroundCompilerTaskRunner() argument
201 … : compilerQueue_(compilerQueue), compilerThread_(compilerThread), runtimeIface_(runtimeIface) in BackgroundCompilerTaskRunner()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp33 JitTask::JitTask(JSThread *hostThread, JSThread *compilerThread, Jit *jit, JSHandle<JSFunction> &js… in JitTask() argument
36 compilerThread_(compilerThread), in JitTask()
447 JSThread *compilerThread = jitTask_->GetCompilerThread(); in AsyncTaskRunScope() local
448 ASSERT(compilerThread->IsJitThread()); in AsyncTaskRunScope()
449 JitThread *jitThread = static_cast<JitThread*>(compilerThread); in AsyncTaskRunScope()
Djit_task.h101 JitTask(JSThread *hostThread, JSThread *compilerThread, Jit *jit,