Home
last modified time | relevance | path

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

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