Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.h961 bool AddHeapTask(gc::HeapTask* task);
H A Dheap.cc4490 bool Heap::AddHeapTask(gc::HeapTask* task) { in AddHeapTask() function in art::gc::Heap
/aosp12/art/runtime/
H A Druntime.cc3213 if (!GetHeap()->AddHeapTask(new NotifyStartupCompletedTask)) { in NotifyStartupCompleted()