Home
last modified time | relevance | path

Searched refs:AddHeapTask (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.h926 bool AddHeapTask(gc::HeapTask* task);
Dheap.cc4313 bool Heap::AddHeapTask(gc::HeapTask* task) { in AddHeapTask() function in art::gc::Heap
/art/runtime/
Druntime.cc3009 if (!GetHeap()->AddHeapTask(new NotifyStartupCompletedTask)) { in NotifyStartupCompleted()