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

/art/runtime/
H A Druntime.cc96 const char* Runtime::kDefaultInstructionSetFeatures =
98 Runtime* Runtime::instance_ = NULL;
100 Runtime::Runtime() function in class:art::Runtime
123 shutdown_cond_(new ConditionVariable("Runtime shutdown", *Locks::runtime_shutdown_lock_)),
154 Runtime::~Runtime() {
205 // TODO: acquire a static mutex on Runtime to avoid racing.
217 os << "Runtime abortin
[all...]
H A Druntime.h87 class Runtime { class in namespace:art
178 static Runtime* Current() {
211 ~Runtime();
373 return OFFSETOF_MEMBER(Runtime, callee_save_methods_[type]);
499 Runtime();
513 static Runtime* instance_;
663 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 181 milliseconds