Home
last modified time | relevance | path

Searched refs:compilerThread_ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h55 compilerThread_ = std::move(compilerThread); in SetCompilerThread()
135 CompilerThread compilerThread_; variable
201 … : compilerQueue_(compilerQueue), compilerThread_(compilerThread), runtimeIface_(runtimeIface) in BackgroundCompilerTaskRunner()
220 runtimeIface->SetCurrentThread(nextRunner.compilerThread_); in StartTask()
231 Thread *compilerThread_ {nullptr};
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.h171 return compilerThread_; in GetCompilerThread()
176 return static_cast<JitVM*>(compilerThread_->GetEcmaVM()); in GetCompilerVM()
295 JSThread *compilerThread_; variable
Djit_task.cpp39 compilerThread_(compilerThread), in JitTask()