Searched defs:Runtime (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Druntime.cc187 Runtime* Runtime::instance_ = nullptr;
212 Runtime::Runtime() function in class:art::Runtime
238 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
281 static_assert(Runtime::kCalleeSaveSize ==
293 Runtime::~Runtime() {
294 ScopedTrace trace("Runtime shutdown");
320 LOG(WARNING) << "Current thread not detached in Runtime shutdow
[all...]

Completed in 2326 milliseconds