/art/runtime/ |
D | two_runtimes_test.cc | 33 runtime_->Start(); in TEST_F() 38 runtime_->Start(); in TEST_F()
|
D | hidden_api_test.cc | 48 bool started = runtime_->Start(); in SetUp() 84 std::set<uint64_t> disabled_changes = runtime_->GetDisabledCompatChanges(); in setChangeIdState() 90 runtime_->SetDisabledCompatChanges(disabled_changes); in setChangeIdState() 124 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kJustWarn); in TEST_F() 132 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kEnabled); in TEST_F() 133 runtime_->SetTargetSdkVersion( in TEST_F() 144 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kEnabled); in TEST_F() 145 runtime_->SetTargetSdkVersion( in TEST_F() 163 runtime_->SetHiddenApiEnforcementPolicy(hiddenapi::EnforcementPolicy::kEnabled); in TEST_F() 164 runtime_->SetTargetSdkVersion( in TEST_F() [all …]
|
D | common_runtime_test.cc | 80 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 | runtime_test.cc | 69 runtime_->Start(); in TEST_F()
|
D | thread_pool_test.cc | 204 bool started = runtime_->Start(); in TEST_F()
|
D | common_runtime_test.h | 181 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 | 1269 runtime_->Start(); in TEST_F() 1443 runtime_->Start(); in TEST_F() 1498 runtime_->Start(); in TEST_F()
|
D | class_linker_test.cc | 172 ArtMethod* unimplemented = runtime_->GetImtUnimplementedMethod(); in AssertObjectClass()
|
/art/dex2oat/linker/ |
D | image_write_read_test.cc | 61 runtime_.reset(); in TestWriteRead() 80 runtime_.reset(Runtime::Current()); in TestWriteRead() 85 ASSERT_TRUE(runtime_.get() != nullptr); in TestWriteRead() 86 class_linker_ = runtime_->GetClassLinker(); in TestWriteRead()
|
D | image_test.cc | 43 runtime_.reset(); in TEST_F()
|
/art/compiler/ |
D | common_compiler_test.cc | 112 runtime_->SetInstructionSet(instruction_set_); in SetUp() 115 if (!runtime_->HasCalleeSaveMethod(type)) { in SetUp() 116 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 | 491 : runtime_(runtime), in JavaVMExt() 639 old_allocation_tracking_state_ = runtime_->GetHeap()->IsAllocTrackingEnabled(); in CheckGlobalRefAllocationTracking() 738 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled() 1014 runtime_->GetTargetSdkVersion(), in LoadNativeLibrary() 1082 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 | 609 runtime_ = runtime; in SetRuntime() 686 Runtime* runtime = runtime_; in GetRuntime() 692 static Runtime* runtime_; member in art::WatchDog 705 Runtime* WatchDog::runtime_ = nullptr; member in art::WatchDog 784 runtime_(nullptr), in Dex2Oat() 839 runtime_.release(); // NOLINT in ~Dex2Oat() 1761 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup() 1776 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup() 1874 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), in Setup() 1982 runtime_->GetHeap()->CollectGarbage(/* clear_soft_references */ true); in CompileDexFilesIndividually() [all …]
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 746 art::ClassLinker* cl = driver_->runtime_->GetClassLinker(); in CreateNewDexCache() 765 loader.IsNull() ? driver_->runtime_->GetLinearAlloc() in CreateNewDexCache() 835 art::ClassLinker* linker = driver_->runtime_->GetClassLinker(); in FindAndAllocateObsoleteMethods() 1720 art::gc::Heap* heap = driver_->runtime_->GetHeap(); in CollectAndCreateNewInstances() 1741 driver_->runtime_->GetClassLinker()))); in CollectAndCreateNewInstances() 1793 driver_->self_, driver_->runtime_->GetHeap()->GetCurrentAllocator())); in CollectAndCreateNewInstances() 1888 art::gc::Heap* heap = driver_->runtime_->GetHeap(); in FinishNewClassAllocations() 1913 driver_->runtime_->GetClassLinker()))); in FinishNewClassAllocations() 2053 art::ClassLinker* linker = driver_->runtime_->GetClassLinker(); in AllocateNewClassObject() 2375 : self_(self), runtime_(runtime), pauser_() { in ScopedSuspendClassLoading() [all …]
|
D | ti_redefine.h | 303 art::Runtime* runtime_; variable 318 runtime_(runtime), in Redefiner()
|
D | events.cc | 1255 : runtime_(runtime) {} in HandleLocalAccessCapabilityAdded() 1269 } else if (!runtime_->GetClassLinker()->IsQuickToInterpreterBridge(code) && in HandleLocalAccessCapabilityAdded() 1270 !runtime_->IsAsyncDeoptimizeable(reinterpret_cast<uintptr_t>(code))) { in HandleLocalAccessCapabilityAdded() 1271 runtime_->GetInstrumentation()->UpdateMethodsCodeToInterpreterEntryPoint(&m); in HandleLocalAccessCapabilityAdded() 1278 art::Runtime* runtime_; in HandleLocalAccessCapabilityAdded() member in openjdkjvmti::EventHandler::HandleLocalAccessCapabilityAdded::UpdateEntryPointsClassVisitor
|
/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() 1648 bool started = runtime_->Start(); in TEST_F() 1660 bool started = runtime_->Start(); in TEST_F() 1672 bool started = runtime_->Start(); in TEST_F() 1683 bool started = runtime_->Start(); in TEST_F() 1694 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 | 293 if (!runtime_->IsStarted()) { in SetUpForTest() 302 bool started = runtime_->Start(); in SetUpForTest() 1131 ASSERT_FALSE(runtime_->IsStarted()); in ExceptionHandlingImpl() 1142 bool started = runtime_->Start(); in ExceptionHandlingImpl()
|