Home
last modified time | relevance | path

Searched refs:runtime_ (Results 1 – 21 of 21) sorted by relevance

/art/runtime/
Druntime_callbacks_test.cc144 bool started = runtime_->Start(); in TEST_F()
166 runtime_->GetMainThreadGroup(), in TEST_F()
345 bool started = runtime_->Start(); in TEST_F()
417 bool started = runtime_->Start(); in TEST_F()
427 runtime_.reset(); in TEST_F()
Dcommon_runtime_test.cc212 runtime_.reset(); in ~CommonRuntimeTestImpl()
426 runtime_.reset(Runtime::Current()); in SetUp()
427 class_linker_ = runtime_->GetClassLinker(); in SetUp()
462 runtime_->GetHeap()->CreateThreadPool(); in FinalizeSetup()
463 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test in FinalizeSetup()
465 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U); in FinalizeSetup()
506 if (runtime_ != nullptr) { in TearDown()
507 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test in TearDown()
Djava_vm_ext.h70 return runtime_; in GetRuntime()
212 Runtime* const runtime_; variable
Djava_vm_ext.cc451 : runtime_(runtime), in JavaVMExt()
645 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
867 runtime_->GetTargetSdkVersion(), in LoadNativeLibrary()
933 if (runtime_->GetTargetSdkVersion() != 0 && runtime_->GetTargetSdkVersion() <= 21) { in LoadNativeLibrary()
Dthread_pool_test.cc204 bool started = runtime_->Start(); in TEST_F()
Dcommon_runtime_test.h155 std::unique_ptr<Runtime> runtime_; variable
Dreflection_test.cc130 bool started = runtime_->Start(); in ReflectionTestMakeExecutable()
530 bool started = runtime_->Start(); in TEST_F()
Djni_internal_test.cc620 if (!runtime_->IsStarted()) { in SetUpForTest()
636 bool started = runtime_->Start(); in SetUpForTest()
1790 bool started = runtime_->Start(); in TEST_F()
1820 runtime_->Start(); in TEST_F()
2161 bool started = runtime_->Start(); in TEST_F()
Doat_file_assistant_test.cc1101 runtime_->Start(); in TEST_F()
Dclass_linker_test.cc164 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod(); in AssertObjectClass()
/art/compiler/
Dcommon_compiler_test.cc169 runtime_->SetInstructionSet(instruction_set); in SetUp()
172 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
173 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
Dimage_test.h427 runtime_.reset(); in TestWriteRead()
443 runtime_.reset(Runtime::Current()); in TestWriteRead()
448 ASSERT_TRUE(runtime_.get() != nullptr); in TestWriteRead()
449 class_linker_ = runtime_->GetClassLinker(); in TestWriteRead()
Dimage_test.cc38 runtime_.reset(); in TEST_F()
Dexception_test.cc167 bool started = runtime_->Start(); in TEST_F()
/art/runtime/openjdkjvmti/
Dti_redefine.h215 art::Runtime* runtime_; variable
228 runtime_(runtime), in Redefiner()
Dti_redefine.cc459 art::ClassLinker* cl = driver_->runtime_->GetClassLinker(); in CreateNewDexCache()
478 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache()
546 art::ClassLinker* linker = driver_->runtime_->GetClassLinker(); in FindAndAllocateObsoleteMethods()
1304 RedefinitionDataHolder holder(&hs, runtime_, self_, &redefinitions_); in Run()
1326 art::ClassLinker* cl = runtime_->GetClassLinker(); in Run()
1336 ScopedDisableConcurrentAndMovingGc sdcamgc(runtime_->GetHeap(), self_); in Run()
1369 art::ClassLinker* linker = driver_->runtime_->GetClassLinker(); in UpdateMethods()
1403 art::jit::Jit* jit = driver_->runtime_->GetJit(); in UpdateMethods()
/art/dex2oat/
Ddex2oat.cc584 runtime_(nullptr), in Dex2Oat()
647 runtime_.release(); in ~Dex2Oat()
1614 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), classpath_dir_)) { in Setup()
1772 runtime_->GetHeap()->CollectGarbage(/*clear_soft_references*/ true); in CompileDexFilesIndividually()
1776 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually()
2645 runtime_.reset(Runtime::Current()); in CreateRuntime()
2646 runtime_->SetInstructionSet(instruction_set_); in CreateRuntime()
2649 if (!runtime_->HasCalleeSaveMethod(type)) { in CreateRuntime()
2650 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in CreateRuntime()
2658 runtime_->GetClassLinker()->RunRootClinits(); in CreateRuntime()
[all …]
/art/runtime/arch/
Dstub_test.cc46 runtime_->SetInstructionSet(kRuntimeISA); in SetUp()
49 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp()
50 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
1772 bool started = runtime_->Start(); in TEST_F()
1784 bool started = runtime_->Start(); in TEST_F()
1796 bool started = runtime_->Start(); in TEST_F()
1807 bool started = runtime_->Start(); in TEST_F()
1818 bool started = runtime_->Start(); in TEST_F()
/art/runtime/mirror/
Ddex_cache_test.cc89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc()); in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc58 bool started = runtime_->Start(); in EnsureCompiled()
/art/compiler/jni/
Djni_compiler_test.cc288 if (!runtime_->IsStarted()) { in SetUpForTest()
297 bool started = runtime_->Start(); in SetUpForTest()
1132 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl()
1143 bool started = runtime_->Start(); in ExceptionHandlingImpl()