Searched defs:task (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/gc/ |
| D | task_processor.cc | 41 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
|
| D | task_processor_test.cc | 133 auto* task = new TestOrderTask(pair.first, pair.second, &counter); in TEST_F() local
|
| D | heap.cc | 4732 bool Heap::AddHeapTask(gc::HeapTask* task) { in AddHeapTask()
|
| /art/runtime/ |
| D | thread_pool.cc | 111 Task* task = nullptr; in Run() local 149 void ThreadPool::AddTask(Thread* self, Task* task) { in AddTask() 161 Task* task = nullptr; in RemoveAllTasks() local 269 Task* task = TryGetTaskLocked(); in GetTask() local 300 Task* task = tasks_.front(); in TryGetTaskLocked() local 310 Task* task = nullptr; in Wait() local
|
| D | oat_file_assistant_test.cc | 1568 std::unique_ptr<RaceGenerateTask> task( in TEST_F() local 1578 for (auto& task : tasks) { in TEST_F() local
|
| /art/libartservice/service/javatests/com/android/server/art/testing/ |
| D | MockClock.java | 67 var task = (RunnableScheduledFuture<?>) super.schedule( in schedule() local 76 RunnableScheduledFuture<?> task = pair.first; in notifyUpdate() local
|
| /art/test/708-jit-cache-churn/src/ |
| D | JitCacheChurnTest.java | 71 private void runTasks(Callable<Integer> task) { in runTasks()
|
| /art/runtime/gc/collector/ |
| D | mark_sweep.cc | 780 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/ |
| D | jit.cc | 1387 Task* task = new JitCompileTask( in CompileMethodFromProfile() local 1725 void Jit::AddPostBootTask(Thread* self, Task* task) { in AddPostBootTask()
|