Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc3160 class Runtime::NotifyStartupCompletedTask : public gc::HeapTask { class in art::Runtime
3162 NotifyStartupCompletedTask() : gc::HeapTask(/*target_run_time=*/ NanoTime()) {} in NotifyStartupCompletedTask() function in art::Runtime::NotifyStartupCompletedTask
Druntime.h1451 class NotifyStartupCompletedTask; variable