Searched defs:task (Results 1 – 6 of 6) sorted by relevance
| /art/runtime/gc/ |
| D | task_processor.cc | 36 void TaskProcessor::AddTask(Thread* self, HeapTask* task) { in AddTask() 55 HeapTask* task = *tasks_.begin(); in GetTask() local 74 void TaskProcessor::UpdateTargetRunTime(Thread* self, HeapTask* task, uint64_t new_target_time) { in UpdateTargetRunTime() 122 HeapTask* task = GetTask(self); in RunAllTasks() local
|
| D | task_processor_test.cc | 133 auto* task = new TestOrderTask(pair.first, pair.second, &counter); in TEST_F() local
|
| D | reference_processor.cc | 255 ClearedReferenceTask task(cleared_references); in EnqueueClearedReferences() local
|
| /art/runtime/ |
| D | thread_pool.cc | 76 Task* task = nullptr; in Run() local 94 void ThreadPool::AddTask(Thread* self, Task* task) { in AddTask() 173 Task* task = TryGetTaskLocked(); in GetTask() local 204 Task* task = tasks_.front(); in TryGetTaskLocked() local 213 Task* task = nullptr; in Wait() local
|
| D | oat_file_assistant_test.cc | 1140 std::unique_ptr<RaceGenerateTask> task(new RaceGenerateTask(dex_location, oat_location)); in TEST_F() local 1149 for (auto& task : tasks) { in TEST_F() local
|
| /art/runtime/gc/collector/ |
| D | mark_sweep.cc | 758 auto* task = new MarkStackTask(thread_pool_, in MarkStackPush() local 911 auto* task = new CardScanTask(thread_pool, in ScanGrayObjects() local 1039 auto* task = new RecursiveMarkTask(thread_pool, in RecursiveMark() local
|