Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_task_manager_worker.cpp71 … compiler::BackgroundCompilerTaskRunner taskRunner(compilerTaskManagerQueue_, compilerThread.get(), in BackgroundCompileMethod()
94 auto backgroundTask = [this](compiler::BackgroundCompilerTaskRunner runner) { in BackgroundCompileMethod()
99 compiler::BackgroundCompilerTaskRunner::EndTask(std::move(runner), false); in BackgroundCompileMethod()
101 …compiler::BackgroundCompilerTaskRunner::StartTask(std::move(taskRunner), std::move(backgroundTask)… in BackgroundCompileMethod()
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_task_runner.h25 class BackgroundCompilerTaskRunner; variable
35 …std::conditional_t<RUNNER_MODE == BACKGROUND_MODE, BackgroundCompilerTaskRunner, InPlaceCompilerTa…
Dbackground_task_runner.h194 class BackgroundCompilerTaskRunner : public ark::TaskRunner<BackgroundCompilerTaskRunner, Backgroun…
199BackgroundCompilerTaskRunner(taskmanager::TaskQueueInterface *compilerQueue, Thread *compilerThrea… in BackgroundCompilerTaskRunner() function
215 static void StartTask(BackgroundCompilerTaskRunner taskRunner, TaskRunner::TaskFunc taskFunc) in StartTask()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompilation_start.md72 compiler::BackgroundCompilerTaskRunner task_runner(task_manager_queue, compiler_thread.get(), runti…
100 auto background_task = [runtime, is_dynamic, arch](compiler::BackgroundCompilerTaskRunner runner) {
103 compiler::BackgroundCompilerTaskRunner::StartTask(std::move(task_runner), background_task);