Home | History | Annotate | Download | only in gc

Lines Matching refs:IsShuttingDown

1985     if (runtime->IsShuttingDown()) {
2008 if (Runtime::Current()->IsShuttingDown()) {
2045 if (runtime == NULL || !runtime->IsFinishedStarting() || runtime->IsShuttingDown()) {