Home
last modified time | relevance | path

Searched refs:NotifyStartupCompletedTask (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc2954 class Runtime::NotifyStartupCompletedTask : public gc::HeapTask { class in art::Runtime
2956 NotifyStartupCompletedTask() : gc::HeapTask(/*target_run_time=*/ NanoTime()) {} in NotifyStartupCompletedTask() function in art::Runtime::NotifyStartupCompletedTask
3013 if (!GetHeap()->AddHeapTask(new NotifyStartupCompletedTask)) { in NotifyStartupCompleted()
Druntime.h1350 class NotifyStartupCompletedTask; variable