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

/art/runtime/
H A Druntime.cc150 Runtime* Runtime::instance_ = nullptr;
159 Runtime::Runtime() function in class:art::Runtime
184 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
225 Runtime::~Runtime() {
226 ScopedTrace trace("Runtime shutdown");
244 LOG(WARNING) << "Current thread not detached in Runtime shutdown";
323 // TODO: acquire a static mutex on Runtime t
[all...]
H A Druntime.h113 class Runtime { class in namespace:art::verifier
225 static Runtime* Current() {
254 ~Runtime();
419 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[type]);
654 Runtime();
670 static Runtime* instance_;
875 DISALLOW_COPY_AND_ASSIGN(Runtime);
877 std::ostream& operator<<(std::ostream& os, const Runtime::CalleeSaveType& rhs);

Completed in 4249 milliseconds