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

  /art/compiler/
image_test.cc 140 runtime_.reset();
157 runtime_.reset(Runtime::Current());
162 ASSERT_TRUE(runtime_.get() != NULL);
163 class_linker_ = runtime_->GetClassLinker();
common_compiler_test.cc 301 runtime_->SetInstructionSet(instruction_set);
304 if (!runtime_->HasCalleeSaveMethod(type)) {
305 runtime_->SetCalleeSaveMethod(
306 runtime_->CreateCalleeSaveMethod(type), type);
  /art/runtime/
common_runtime_test.cc 219 runtime_.reset(Runtime::Current());
220 class_linker_ = runtime_->GetClassLinker();
221 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
233 runtime_->GetHeap()->CreateThreadPool();
234 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
common_runtime_test.h 112 const DexFile* java_lang_dex_file_; // owned by runtime_
114 std::unique_ptr<Runtime> runtime_; member in class:art::CommonRuntimeTest
exception_test.cc 161 bool started = runtime_->Start();
reflection_test.cc 126 bool started = runtime_->Start();
511 bool started = runtime_->Start();
jni_internal_test.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 55 bool started = runtime_->Start();
  /art/runtime/arch/
stub_test.cc 40 runtime_->SetInstructionSet(kRuntimeISA);
43 if (!runtime_->HasCalleeSaveMethod(type)) {
44 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(type), type);
    [all...]
  /art/dex2oat/
dex2oat.cc 272 delete runtime_;
378 OpenClassPathFiles(runtime_->GetClassPathString(), class_path_files);
521 runtime_(nullptr),
545 runtime_ = runtime;
587 Runtime* runtime_; member in class:art::Dex2Oat
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 94 if (!runtime_->IsStarted()) {
102 bool started = runtime_->Start();
740 ASSERT_FALSE(runtime_->IsStarted());
751 bool started = runtime_->Start();
    [all...]

Completed in 5995 milliseconds