Searched refs:runtime_ (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Dcommon_test.h309 runtime_.reset(Runtime::Current());
315 ASSERT_TRUE(runtime_.get() != NULL);
316 class_linker_ = runtime_->GetClassLinker();
334 if (!runtime_->HasResolutionMethod()) {
335 runtime_->SetResolutionMethod(runtime_->CreateResolutionMethod());
339 if (!runtime_->HasCalleeSaveMethod(type)) {
340 runtime_->SetCalleeSaveMethod(
341 runtime_->CreateCalleeSaveMethod(instruction_set, type), type);
344 class_linker_->FixupDexCaches(runtime_
525 UniquePtr<Runtime> runtime_; member in class:art::CommonTest
[all...]
H A Dexception_test.cc143 bool started = runtime_->Start();
H A Djni_internal_test.cc111 bool started = runtime_->Start();
1390 bool started = runtime_->Start();
1420 runtime_->Start();
1654 bool started = runtime_->Start();
H A Dthread.h753 Runtime* runtime_; variable
H A Dthread.cc976 runtime_(NULL),
/art/compiler/
H A Dimage_test.cc52 runtime_->SetCompilerFilter(Runtime::kInterpretOnly);
110 runtime_.reset();
128 runtime_.reset(Runtime::Current());
133 ASSERT_TRUE(runtime_.get() != NULL);
134 class_linker_ = runtime_->GetClassLinker();
/art/compiler/driver/
H A Dcompiler_driver_test.cc52 bool started = runtime_->Start();
/art/compiler/jni/
H A Djni_compiler_test.cc71 if (!runtime_->IsStarted()) {
79 bool started = runtime_->Start();
526 ASSERT_FALSE(runtime_->IsStarted());
537 bool started = runtime_->Start();
/art/dex2oat/
H A Ddex2oat.cc169 delete runtime_;
243 OpenClassPathFiles(runtime_->GetClassPathString(), class_path_files);
333 runtime_(runtime),
395 Runtime* runtime_; member in class:art::Dex2Oat

Completed in 7170 milliseconds