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

/art/runtime/
H A Druntime.cc153 Runtime* Runtime::instance_ = nullptr;
178 Runtime::Runtime() function in class:art::Runtime
203 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
244 Runtime::~Runtime() {
245 ScopedTrace trace("Runtime shutdown");
263 LOG(WARNING) << "Current thread not detached in Runtime shutdown";
342 // TODO: acquire a static mutex on Runtime t
[all...]
H A Druntime.h111 class Runtime { class in namespace:art::verifier
223 static Runtime* Current() {
252 ~Runtime();
417 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[type]);
662 Runtime();
678 static Runtime* instance_;
897 DISALLOW_COPY_AND_ASSIGN(Runtime);
899 std::ostream& operator<<(std::ostream& os, const Runtime::CalleeSaveType& rhs);

Completed in 93 milliseconds