/art/runtime/ |
D | two_runtimes_test.cc | 33 runtime_->Start(); in TEST_F() 38 runtime_->Start(); in TEST_F()
|
D | common_runtime_test.cc | 77 runtime_.reset(); in ~CommonRuntimeTestImpl() 144 runtime_.reset(Runtime::Current()); in SetUp() 145 class_linker_ = runtime_->GetClassLinker(); in SetUp() 172 runtime_->RunRootClinits(soa.Self()); in FinalizeSetup() 180 runtime_->GetHeap()->CreateThreadPool(); in FinalizeSetup() 181 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test in FinalizeSetup() 183 runtime_->GetHeap()->SetMinIntervalHomogeneousSpaceCompactionByOom(0U); in FinalizeSetup() 188 if (runtime_ != nullptr) { in TearDown() 189 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption after the test in TearDown()
|
D | runtime_callbacks_test.cc | 148 bool started = runtime_->Start(); in TEST_F() 151 runtime_->WaitForThreadPoolWorkersToStart(); in TEST_F() 172 runtime_->GetMainThreadGroup(), in TEST_F() 346 bool started = runtime_->Start(); in TEST_F() 418 bool started = runtime_->Start(); in TEST_F() 428 runtime_.reset(); in TEST_F() 501 bool started = runtime_->Start(); in TEST_F()
|
D | hidden_api_test.cc | 43 bool started = runtime_->Start(); in SetUp() 109 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kJustWarn); in TEST_F() 116 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kEnabled); in TEST_F() 117 runtime_->SetTargetSdkVersion( in TEST_F() 125 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kEnabled); in TEST_F() 126 runtime_->SetTargetSdkVersion( in TEST_F() 134 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kEnabled); in TEST_F() 135 runtime_->SetTargetSdkVersion( in TEST_F() 347 soa, jclass_loader_, runtime_->GetClassLinker(), "$Proxy1234", interfaces)); in TEST_F()
|
D | thread_pool_test.cc | 204 bool started = runtime_->Start(); in TEST_F()
|
D | common_runtime_test.h | 128 std::unique_ptr<Runtime> runtime_; variable
|
D | reflection_test.cc | 132 bool started = runtime_->Start(); in ReflectionTestMakeInterpreted() 532 bool started = runtime_->Start(); in TEST_F()
|
D | oat_file_assistant_test.cc | 1242 runtime_->Start(); in TEST_F() 1395 runtime_->Start(); in TEST_F() 1450 runtime_->Start(); in TEST_F()
|
D | class_linker_test.cc | 171 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod(); in AssertObjectClass()
|
/art/compiler/ |
D | common_compiler_test.cc | 110 runtime_->SetInstructionSet(instruction_set_); in SetUp() 113 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp() 114 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp()
|
D | exception_test.cc | 167 bool started = runtime_->Start(); in TEST_F()
|
/art/runtime/jni/ |
D | java_vm_ext.h | 70 return runtime_; in GetRuntime() 226 Runtime* const runtime_; variable
|
D | java_vm_ext.cc | 484 : runtime_(runtime), in JavaVMExt() 632 old_allocation_tracking_state_ = runtime_->GetHeap()->IsAllocTrackingEnabled(); in CheckGlobalRefAllocationTracking() 731 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled() 1007 runtime_->GetTargetSdkVersion(), in LoadNativeLibrary() 1075 if (IsSdkVersionSetAndAtMost(runtime_->GetTargetSdkVersion(), SdkVersion::kL)) { in LoadNativeLibrary()
|
D | jni_internal_test.cc | 619 if (!runtime_->IsStarted()) { in SetUpForTest() 635 bool started = runtime_->Start(); in SetUpForTest() 1857 bool started = runtime_->Start(); \ 1905 bool started = runtime_->Start(); in TEST_F() 1928 runtime_->Start(); \ 2277 bool started = runtime_->Start(); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat.cc | 554 runtime_ = runtime; in SetRuntime() 631 Runtime* runtime = runtime_; in GetRuntime() 637 static Runtime* runtime_; member in art::WatchDog 650 Runtime* WatchDog::runtime_ = nullptr; member in art::WatchDog 659 runtime_(nullptr), in Dex2Oat() 712 runtime_.release(); // NOLINT in ~Dex2Oat() 1550 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), in Setup() 1714 runtime_->GetHeap()->CollectGarbage(/* clear_soft_references */ true); in CompileDexFilesIndividually() 1718 << runtime_->GetHeap()->GetVerification()->FirstPathFromRootSet(decoded_weak); in CompileDexFilesIndividually() 2555 runtime_.reset(Runtime::Current()); in CreateRuntime() [all …]
|
/art/openjdkjvmti/ |
D | ti_redefine.h | 209 art::Runtime* runtime_; variable 222 runtime_(runtime), in Redefiner()
|
D | ti_redefine.cc | 528 art::ClassLinker* cl = driver_->runtime_->GetClassLinker(); in CreateNewDexCache() 547 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache() 616 art::ClassLinker* linker = driver_->runtime_->GetClassLinker(); in FindAndAllocateObsoleteMethods() 1393 RedefinitionDataHolder holder(&hs, runtime_, self_, &redefinitions_); in Run() 1415 art::ClassLinker* cl = runtime_->GetClassLinker(); in Run() 1425 ScopedDisableConcurrentAndMovingGc sdcamgc(runtime_->GetHeap(), self_); in Run() 1456 art::ClassLinker* linker = driver_->runtime_->GetClassLinker(); in UpdateMethods() 1542 art::jit::Jit* jit = driver_->runtime_->GetJit(); in UpdateClass() 1545 driver_->runtime_->GetClassLinker()->GetImagePointerSize(); in UpdateClass()
|
D | events.cc | 1109 : runtime_(runtime) {} in HandleLocalAccessCapabilityAdded() 1123 } else if (!runtime_->GetClassLinker()->IsQuickToInterpreterBridge(code) && in HandleLocalAccessCapabilityAdded() 1124 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded() 1125 runtime_->GetInstrumentation()->UpdateMethodsCodeToInterpreterEntryPoint(&m); in HandleLocalAccessCapabilityAdded() 1132 art::Runtime* runtime_; in HandleLocalAccessCapabilityAdded() member in openjdkjvmti::EventHandler::HandleLocalAccessCapabilityAdded::UpdateEntryPointsClassVisitor
|
/art/dex2oat/linker/ |
D | image_test.h | 437 runtime_.reset(); in TestWriteRead() 456 runtime_.reset(Runtime::Current()); in TestWriteRead() 461 ASSERT_TRUE(runtime_.get() != nullptr); in TestWriteRead() 462 class_linker_ = runtime_->GetClassLinker(); in TestWriteRead()
|
D | image_test.cc | 43 runtime_.reset(); in TEST_F()
|
/art/runtime/arch/ |
D | stub_test.cc | 48 runtime_->SetInstructionSet(kRuntimeISA); in SetUp() 51 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp() 52 runtime_->SetCalleeSaveMethod(runtime_->CreateCalleeSaveMethod(), type); in SetUp() 1787 bool started = runtime_->Start(); in TEST_F() 1799 bool started = runtime_->Start(); in TEST_F() 1811 bool started = runtime_->Start(); in TEST_F() 1822 bool started = runtime_->Start(); in TEST_F() 1833 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/dex2oat/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() 1131 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl() 1142 bool started = runtime_->Start(); in ExceptionHandlingImpl()
|