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

/art/runtime/
H A Druntime.cc69 Runtime* Runtime::instance_ = NULL;
71 Runtime::Runtime() function in class:art::Runtime
87 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
103 for (int i = 0; i < Runtime::kLastCalleeSaveType; i++) {
108 Runtime::~Runtime() {
138 // TODO: acquire a static mutex on Runtime to avoid racing.
146 os << "Runtime abortin
[all...]
H A Druntime.h62 class Runtime { class in namespace:art
226 static Runtime* Current() {
259 ~Runtime();
403 Runtime();
417 static Runtime* instance_;
516 DISALLOW_COPY_AND_ASSIGN(Runtime);
/art/compiler/llvm/
H A Dir_builder.h283 // Runtime Helper Function
286 RuntimeSupportBuilder& Runtime() { function in class:art::llvm::IRBuilder

Completed in 795 milliseconds