Home | History | Annotate | Download | only in runtime

Lines Matching refs:runtime

39       Runtime* runtime = Runtime::Current();
40 CHECK(runtime == NULL || !runtime->IsStarted() || runtime->IsShuttingDown());
68 Runtime* runtime = Runtime::Current();
69 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();