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

/art/runtime/
H A Druntime.cc137 Runtime* Runtime::instance_ = nullptr;
146 Runtime::Runtime() function in class:art::Runtime
171 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
200 Runtime::~Runtime() {
217 LOG(WARNING) << "Current thread not detached in Runtime shutdown";
287 // TODO: acquire a static mutex on Runtime to avoid racing.
295 os << "Runtime abortin
[all...]
H A Druntime.h106 class Runtime { class in namespace:art
204 static Runtime* Current() {
233 ~Runtime();
396 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[type]);
559 Runtime();
573 static Runtime* instance_;
740 DISALLOW_COPY_AND_ASSIGN(Runtime);
742 std::ostream& operator<<(std::ostream& os, const Runtime::CalleeSaveType& rhs);

Completed in 52 milliseconds