Searched refs:runtime_ (Results 1 - 15 of 15) sorted by path

/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 Dexception_test.cc163 bool started = runtime_->Start();
H A Dimage_test.cc371 runtime_.reset();
387 runtime_.reset(Runtime::Current());
392 ASSERT_TRUE(runtime_.get() != nullptr);
393 class_linker_ = runtime_->GetClassLinker();
463 runtime_.reset();
/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();
/art/dex2oat/
H A Ddex2oat.cc506 runtime_(nullptr),
544 // Log completion time before deleting the runtime_, because this accesses
562 runtime_.release();
1370 GetClassPathLocations(runtime_->GetClassPathString());
1374 runtime_->GetInstructionSet());
2235 runtime_.reset(Runtime::Current());
2236 runtime_->SetInstructionSet(instruction_set_);
2239 if (!runtime_->HasCalleeSaveMethod(type)) {
2240 runtime_->SetCalleeSaveMethod(runtime_
2439 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/runtime/
H A Dclass_linker_test.cc151 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod();
H A Dcommon_runtime_test.cc138 runtime_.reset();
348 runtime_.reset(Runtime::Current());
349 class_linker_ = runtime_->GetClassLinker();
350 class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
382 runtime_->GetHeap()->CreateThreadPool();
383 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
385 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U);
H A Dcommon_runtime_test.h132 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 Djava_vm_ext.h57 return runtime_;
181 Runtime* const runtime_; member in class:art::JavaVMExt
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();
H A Dreflection_test.cc126 bool started = runtime_->Start();
524 bool started = runtime_->Start();
H A Dthread_pool_test.cc181 bool started = runtime_->Start();

Completed in 173 milliseconds