Home
last modified time | relevance | path

Searched defs:task (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/
Dtask_processor.cc41 void TaskProcessor::AddTask(Thread* self, HeapTask* task) { in AddTask()
60 HeapTask* task = *tasks_.begin(); in GetTask() local
79 void TaskProcessor::UpdateTargetRunTime(Thread* self, HeapTask* task, uint64_t new_target_time) { in UpdateTargetRunTime()
127 HeapTask* task = GetTask(self); in RunAllTasks() local
Dtask_processor_test.cc133 auto* task = new TestOrderTask(pair.first, pair.second, &counter); in TEST_F() local
Dheap.cc4313 bool Heap::AddHeapTask(gc::HeapTask* task) { in AddHeapTask()
/art/runtime/
Dthread_pool.cc101 Task* task = nullptr; in Run() local
132 void ThreadPool::AddTask(Thread* self, Task* task) { in AddTask()
144 Task* task = nullptr; in RemoveAllTasks() local
247 Task* task = TryGetTaskLocked(); in GetTask() local
278 Task* task = tasks_.front(); in TryGetTaskLocked() local
288 Task* task = nullptr; in Wait() local
Doat_file_assistant_test.cc1178 std::unique_ptr<RaceGenerateTask> task( in TEST_F() local
1188 for (auto& task : tasks) { in TEST_F() local
/art/tools/libjavac/src/com/android/javac/
DJavac.java88 JavaCompiler.CompilationTask task = mJavac.getTask( in compileWithAnnotationProcessor() local
/art/test/708-jit-cache-churn/src/
DJitCacheChurnTest.java71 private void runTasks(Callable<Integer> task) { in runTasks()
/art/runtime/gc/collector/
Dmark_sweep.cc780 auto* task = new MarkStackTask(thread_pool_, in MarkStackPush() local
933 auto* task = new CardScanTask(thread_pool, in ScanGrayObjects() local
1061 auto* task = new RecursiveMarkTask(thread_pool, in RecursiveMark() local
/art/runtime/jit/
Djit.cc1349 Task* task = new JitCompileTask( in CompileMethodFromProfile() local
1473 JitDoneCompilingProfileTask* task = new JitDoneCompilingProfileTask(dex_files); in CompileMethodsFromProfile() local