HomeSort by relevance Sort by last modified time
    Searched refs:runtime_ (Results 1 - 9 of 9) sorted by null

  /art/runtime/
common_test.h 309 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_->GetResolutionMethod())
525 UniquePtr<Runtime> runtime_; member in class:art::CommonTest
    [all...]
exception_test.cc 143 bool started = runtime_->Start();
jni_internal_test.cc 111 bool started = runtime_->Start();
    [all...]
thread.h 753 Runtime* runtime_; variable
thread.cc     [all...]
  /art/compiler/
image_test.cc 52 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/
compiler_driver_test.cc 52 bool started = runtime_->Start();
  /art/compiler/jni/
jni_compiler_test.cc 71 if (!runtime_->IsStarted()) {
79 bool started = runtime_->Start();
526 ASSERT_FALSE(runtime_->IsStarted());
537 bool started = runtime_->Start();
  /art/dex2oat/
dex2oat.cc 169 delete runtime_;
243 OpenClassPathFiles(runtime_->GetClassPathString(), class_path_files);
333 runtime_(runtime),
395 Runtime* runtime_; member in class:art::Dex2Oat
    [all...]

Completed in 813 milliseconds