Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h46 using CompilerThread = std::unique_ptr<ark::Thread, std::function<void(ark::Thread *)>>; variable
53 void SetCompilerThread(CompilerThread compilerThread) in SetCompilerThread()
135 CompilerThread compilerThread_;
/arkcompiler/runtime_core/docs/diagrams/
Dpanda-states-concurrent-gc.pustate32 [*] -> CompilerThread
Dpanda-states-generational-gc.pustate32 [*] -> CompilerThread
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dpanda-states-concurrent-gc.plantuml32 [*] -> CompilerThread
Dpanda-states-generational-gc.plantuml32 [*] -> CompilerThread
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_task_manager_worker.cpp63 compiler::BackgroundCompilerContext::CompilerThread compilerThread( in BackgroundCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompilation_start.md69 compiler::BackgroundCompilerContext::CompilerThread compiler_thread = ...;