Searched refs:BackgroundCompilerTaskRunner (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler_task_manager_worker.cpp | 71 … 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/ |
| D | compiler_task_runner.h | 25 class BackgroundCompilerTaskRunner; variable 35 …std::conditional_t<RUNNER_MODE == BACKGROUND_MODE, BackgroundCompilerTaskRunner, InPlaceCompilerTa…
|
| D | background_task_runner.h | 194 class BackgroundCompilerTaskRunner : public ark::TaskRunner<BackgroundCompilerTaskRunner, Backgroun… 199 …BackgroundCompilerTaskRunner(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/ |
| D | compilation_start.md | 72 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);
|