Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h170 bool IsFinishedStarting() const { in IsFinishedStarting() function
/art/runtime/gc/
Dheap.cc2959 if (runtime == nullptr || !runtime->IsFinishedStarting() || runtime->IsShuttingDown(self) || in RequestConcurrentGC()
3025 if (runtime == nullptr || !runtime->IsFinishedStarting() || runtime->IsShuttingDown(self) || in RequestHeapTrim()