Home | History | Annotate | Download | only in runtime

Lines Matching refs:runtime

28 #include "runtime.h"
38 Runtime* runtime = Runtime::Current();
39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_));
61 Runtime* runtime = Runtime::Current();
62 bool shutting_down = (runtime == nullptr) || runtime->IsShuttingDown(nullptr);