Searched defs:added_task (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc3662 CollectorTransitionTask* added_task = nullptr; local
3671 added_task = new CollectorTransitionTask(target_time);
3672 pending_collector_transition_ = added_task;
3674 task_processor_->AddTask(self, added_task);
3708 HeapTrimTask* added_task = nullptr; local
3715 added_task = new HeapTrimTask(kHeapTrimWait);
3716 pending_heap_trim_ = added_task;
3718 task_processor_->AddTask(self, added_task);

Completed in 34 milliseconds