Searched refs:NotifyStartupCompletedTask (Results 1 – 2 of 2) sorted by relevance
2954 class Runtime::NotifyStartupCompletedTask : public gc::HeapTask { class in art::Runtime2956 NotifyStartupCompletedTask() : gc::HeapTask(/*target_run_time=*/ NanoTime()) {} in NotifyStartupCompletedTask() function in art::Runtime::NotifyStartupCompletedTask3013 if (!GetHeap()->AddHeapTask(new NotifyStartupCompletedTask)) { in NotifyStartupCompleted()
1350 class NotifyStartupCompletedTask; variable