Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp83 class ScopedCompilerThread { class
85 ScopedCompilerThread(ark::compiler::RuntimeInterface::ThreadPtr parent, in ScopedCompilerThread() function in __anon04735f3f0111::ScopedCompilerThread
96 ScopedCompilerThread(ScopedCompilerThread &) = delete;
97 ScopedCompilerThread &operator=(ScopedCompilerThread &) = delete;
98 ScopedCompilerThread(ScopedCompilerThread &&) = delete;
99 ScopedCompilerThread &operator=(ScopedCompilerThread &&) = delete;
101 ~ScopedCompilerThread() in ~ScopedCompilerThread()
265 ScopedCompilerThread scopedCompilerThread {thread, runtime_}; in TryAddGraph()
675 ScopedCompilerThread scopedCompilerThread {thread, runtime_}; in FinishCompile()