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

/art/compiler/
H A Dcommon_compiler_test.cc160 runtime_->SetInstructionSet(instruction_set);
163 if (!runtime_->HasCalleeSaveMethod(type)) {
164 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
H A Dimage_test.cc224 runtime_.reset();
241 runtime_.reset(Runtime::Current());
246 ASSERT_TRUE(runtime_.get() != nullptr);
247 class_linker_ = runtime_->GetClassLinker();
H A Dexception_test.cc163 bool started = runtime_->Start();
/art/runtime/
H A Dcommon_runtime_test.cc125 runtime_.reset();
335 runtime_.reset(Runtime::Current());
336 class_linker_ = runtime_->GetClassLinker();
337 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
369 runtime_->GetHeap()->CreateThreadPool();
370 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
372 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
H A Djava_vm_ext.h57 return runtime_;
181 Runtime* const runtime_; member in class:art::JavaVMExt
H A Dcommon_runtime_test.h127 std::unique_ptr<Runtime> runtime_; member in class:art::CommonRuntimeTestImpl
H A Djava_vm_ext.cc424 : runtime_(runtime),
575 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_);
791 runtime_->GetTargetSdkVersion(),
861 if (runtime_->GetTargetSdkVersion() != 0 && runtime_->GetTargetSdkVersion() <= 21) {
H A Dreflection_test.cc126 bool started = runtime_->Start();
524 bool started = runtime_->Start();
H A Djni_internal_test.cc616 if (!runtime_->IsStarted()) {
632 bool started = runtime_->Start();
1749 bool started = runtime_->Start();
1779 runtime_->Start();
2101 bool started = runtime_->Start();
/art/dex2oat/
H A Ddex2oat.cc507 runtime_(nullptr),
545 // Log completion time before deleting the runtime_, because this accesses
563 runtime_.release();
1353 GetClassPathLocations(runtime_->GetClassPathString());
1357 runtime_->GetInstructionSet());
2228 runtime_.reset(Runtime::Current());
2229 runtime_->SetInstructionSet(instruction_set_);
2232 if (!runtime_->HasCalleeSaveMethod(type)) {
2233 runtime_->SetCalleeSaveMethod(runtime_
2432 std::unique_ptr<Runtime> runtime_; member in class:art::FINAL
[all...]
/art/runtime/arch/
H A Dstub_test.cc42 runtime_->SetInstructionSet(kRuntimeISA);
45 if (!runtime_->HasCalleeSaveMethod(type)) {
46 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
1885 bool started = runtime_->Start();
1897 bool started = runtime_->Start();
1909 bool started = runtime_->Start();
1920 bool started = runtime_->Start();
1931 bool started = runtime_->Start();
/art/compiler/driver/
H A Dcompiler_driver_test.cc56 bool started = runtime_->Start();
/art/compiler/jni/
H A Djni_compiler_test.cc93 if (!runtime_->IsStarted()) {
102 bool started = runtime_->Start();
719 ASSERT_FALSE(runtime_->IsStarted());
730 bool started = runtime_->Start();

Completed in 256 milliseconds