/art/runtime/ |
D | runtime_callbacks_test.cc | 144 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()
|
D | common_runtime_test.cc | 212 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()
|
D | java_vm_ext.h | 70 return runtime_; in GetRuntime() 212 Runtime* const runtime_; variable
|
D | java_vm_ext.cc | 451 : 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()
|
D | thread_pool_test.cc | 204 bool started = runtime_->Start(); in TEST_F()
|
D | common_runtime_test.h | 155 std::unique_ptr<Runtime> runtime_; variable
|
D | reflection_test.cc | 130 bool started = runtime_->Start(); in ReflectionTestMakeExecutable() 530 bool started = runtime_->Start(); in TEST_F()
|
D | jni_internal_test.cc | 620 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()
|
D | oat_file_assistant_test.cc | 1101 runtime_->Start(); in TEST_F()
|
D | class_linker_test.cc | 164 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod(); in AssertObjectClass()
|
/art/compiler/ |
D | common_compiler_test.cc | 169 runtime_->SetInstructionSet(instruction_set); in SetUp() 172 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp() 173 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
|
D | image_test.h | 427 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()
|
D | image_test.cc | 38 runtime_.reset(); in TEST_F()
|
D | exception_test.cc | 167 bool started = runtime_->Start(); in TEST_F()
|
/art/runtime/openjdkjvmti/ |
D | ti_redefine.h | 215 art::Runtime* runtime_; variable 228 runtime_(runtime), in Redefiner()
|
D | ti_redefine.cc | 459 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/ |
D | dex2oat.cc | 584 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/ |
D | stub_test.cc | 46 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/ |
D | dex_cache_test.cc | 89 EXPECT_NE(linear_alloc, runtime_->GetLinearAlloc()); in TEST_F()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 58 bool started = runtime_->Start(); in EnsureCompiled()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 288 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()
|