Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc354 runtime->GetHeap()->AddHeapTask(new StartupCompletedTask(NanoTime() + kMaxAppStartupTimeNs)); in ZygoteHooks_nativePostForkChild()
H A Ddalvik_system_VMRuntime.cc330 Runtime::Current()->GetHeap()->AddHeapTask(new StartupCompletedTask(NanoTime())); in VMRuntime_notifyStartupCompleted()
/aosp_15_r20/art/runtime/jit/
H A Djit.cc1493 runtime->GetHeap()->AddHeapTask(new MapBootImageMethodsTask(NanoTime() + kWaitTimeNs)); in Run()
1514 Runtime::Current()->GetHeap()->AddHeapTask( in PostForkChildAction()
/aosp_15_r20/art/runtime/gc/
H A Dheap.h1009 bool AddHeapTask(gc::HeapTask* task);
H A Dheap.cc4823 bool Heap::AddHeapTask(gc::HeapTask* task) { in AddHeapTask() function in art::gc::Heap