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

/art/runtime/
H A Dcommon_runtime_test.cc212 runtime_.reset();
423 runtime_.reset(Runtime::Current());
424 class_linker_ = runtime_->GetClassLinker();
425 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
457 runtime_->GetHeap()->CreateThreadPool();
458 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
460 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
499 if (runtime_ != nullptr) {
500 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
H A Druntime_callbacks_test.cc144 bool started = runtime_->Start();
166 runtime_->GetMainThreadGroup(),
342 bool started = runtime_->Start();
414 bool started = runtime_->Start();
424 runtime_.reset();
H A Djava_vm_ext.h69 return runtime_;
211 Runtime* const runtime_; member in class:art::JavaVMExt
H A Dthread_pool_test.cc204 bool started = runtime_->Start();
H A Djava_vm_ext.cc421 : runtime_(runtime),
615 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_);
837 runtime_->GetTargetSdkVersion(),
903 if (runtime_->GetTargetSdkVersion() != 0 && runtime_->GetTargetSdkVersion() <= 21) {
H A Dcommon_runtime_test.h144 std::unique_ptr<Runtime> runtime_; member in class:art::CommonRuntimeTestImpl
H A Dreflection_test.cc130 bool started = runtime_->Start();
529 bool started = runtime_->Start();
H A Djni_internal_test.cc620 if (!runtime_->IsStarted()) {
636 bool started = runtime_->Start();
1790 bool started = runtime_->Start();
1820 runtime_->Start();
2142 bool started = runtime_->Start();
H A Dclass_linker_test.cc164 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod();
/art/compiler/
H A Dcommon_compiler_test.cc168 runtime_->SetInstructionSet(instruction_set);
171 if (!runtime_->HasCalleeSaveMethod(type)) {
172 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
H A Dimage_test.cc421 runtime_.reset();
437 runtime_.reset(Runtime::Current());
442 ASSERT_TRUE(runtime_.get() != nullptr);
443 class_linker_ = runtime_->GetClassLinker();
513 runtime_.reset();
H A Dexception_test.cc164 bool started = runtime_->Start();
/art/runtime/openjdkjvmti/
H A Dti_redefine.h212 art::Runtime* runtime_; member in class:openjdkjvmti::Redefiner
223 runtime_(runtime),
H A Dti_redefine.cc455 return driver_->runtime_->GetClassLinker()->RegisterDexFile(*dex_file_, loader.Get()).Ptr();
520 art::ClassLinker* linker = driver_->runtime_->GetClassLinker();
1274 RedefinitionDataHolder holder(&hs, runtime_, self_, &redefinitions_);
1297 runtime_->GetClassLinker()->AppendToBootClassPath(self_, data.GetRedefinition().GetDexFile());
1304 ScopedDisableConcurrentAndMovingGc sdcamgc(runtime_->GetHeap(), self_);
1336 art::ClassLinker* linker = driver_->runtime_->GetClassLinker();
1370 art::jit::Jit* jit = driver_->runtime_->GetJit();
/art/dex2oat/
H A Ddex2oat.cc526 runtime_(nullptr),
567 // Log completion time before deleting the runtime_, because this accesses
588 runtime_.release();
1525 GetClassPathLocations(runtime_->GetClassPathString());
1529 runtime_->GetInstructionSet(),
2488 runtime_.reset(Runtime::Current());
2489 runtime_->SetInstructionSet(instruction_set_);
2492 if (!runtime_->HasCalleeSaveMethod(type)) {
2493 runtime_->SetCalleeSaveMethod(runtime_
2699 std::unique_ptr<Runtime> runtime_; member in class:art::FINAL
[all...]
/art/runtime/mirror/
H A Ddex_cache_test.cc88 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc());
/art/runtime/arch/
H A Dstub_test.cc45 runtime_->SetInstructionSet(kRuntimeISA);
48 if (!runtime_->HasCalleeSaveMethod(type)) {
49 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type);
1771 bool started = runtime_->Start();
1783 bool started = runtime_->Start();
1795 bool started = runtime_->Start();
1806 bool started = runtime_->Start();
1817 bool started = runtime_->Start();
/art/compiler/driver/
H A Dcompiler_driver_test.cc59 bool started = runtime_->Start();
/art/compiler/jni/
H A Djni_compiler_test.cc285 if (!runtime_->IsStarted()) {
294 bool started = runtime_->Start();
1129 ASSERT_FALSE(runtime_->IsStarted());
1140 bool started = runtime_->Start();

Completed in 224 milliseconds