Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_task_manager_worker.cpp68 compiler::BackgroundCompilerContext::CompilerTask compilerTask( in BackgroundCompileMethod() local
75 compilerCtx.SetCompilerTask(std::move(compilerTask)); in BackgroundCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/
Dbackground_task_runner.h48 void SetCompilerTask(CompilerTask compilerTask) in SetCompilerTask() argument
50 compilerTask_ = std::move(compilerTask); in SetCompilerTask()