/aosp12/system/bt/gd/ |
H A D | module_unittest.cc | 227 EXPECT_TRUE(registry_->IsStarted<TestModuleNoDependency>()); in TEST_F() 228 EXPECT_FALSE(registry_->IsStarted<TestModuleOneDependency>()); in TEST_F() 234 EXPECT_FALSE(registry_->IsStarted<TestModuleNoDependency>()); in TEST_F() 235 EXPECT_FALSE(registry_->IsStarted<TestModuleOneDependency>()); in TEST_F() 245 EXPECT_TRUE(registry_->IsStarted<TestModuleNoDependency>()); in TEST_F() 246 EXPECT_TRUE(registry_->IsStarted<TestModuleOneDependency>()); in TEST_F() 252 EXPECT_FALSE(registry_->IsStarted<TestModuleNoDependency>()); in TEST_F() 253 EXPECT_FALSE(registry_->IsStarted<TestModuleOneDependency>()); in TEST_F() 263 EXPECT_TRUE(registry_->IsStarted<TestModuleNoDependency>()); in TEST_F() 264 EXPECT_TRUE(registry_->IsStarted<TestModuleOneDependency>()); in TEST_F() [all …]
|
H A D | stack_manager.h | 36 bool IsStarted() const { in IsStarted() function 37 return registry_.IsStarted(&T::Factory); in IsStarted()
|
H A D | module.h | 130 bool IsStarted() const { in IsStarted() function 131 return IsStarted(&T::Factory); in IsStarted() 134 bool IsStarted(const ModuleFactory* factory) const;
|
H A D | module.cc | 64 bool ModuleRegistry::IsStarted(const ModuleFactory* module) const { in IsStarted() function in bluetooth::ModuleRegistry
|
/aosp12/art/runtime/ |
H A D | art_field-inl.h | 74 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get32() 84 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set32() 94 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Get64() 104 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in Set64() 115 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in GetObj() 125 DCHECK(!IsStatic() || (object == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); in SetObj() 136 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \ 144 DCHECK(!IsStatic() || ((object) == GetDeclaringClass()) || !Runtime::Current()->IsStarted()); \
|
H A D | scoped_thread_state_change-inl.h | 39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
|
H A D | common_dex_operations.h | 68 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
|
H A D | fault_handler.cc | 179 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
|
H A D | instrumentation.cc | 854 if (runtime->IsStarted()) { in SetEntrypointsInstrumented() 905 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | mock_netlink_manager.h | 38 MOCK_CONST_METHOD0(IsStarted, bool());
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | FuseDaemon.h | 45 bool IsStarted() const;
|
H A D | com_android_providers_media_FuseDaemon.cpp | 60 return daemon->IsStarted(); in com_android_providers_media_FuseDaemon_is_started()
|
/aosp12/system/extras/simpleperf/ |
H A D | workload.h | 47 bool IsStarted() { return work_state_ == Started; } in IsStarted() function
|
/aosp12/art/runtime/jit/ |
H A D | profile_saver.h | 48 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
|
H A D | jit.cc | 406 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver() 420 DCHECK(!options_->GetSaveProfilingInfo() || !ProfileSaver::IsStarted()); in ~Jit()
|
/aosp12/art/runtime/mirror/ |
H A D | array-alloc-inl.h | 157 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
|
H A D | object.cc | 232 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
|
/aosp12/system/connectivity/wificond/net/ |
H A D | netlink_manager.h | 137 virtual bool IsStarted() const;
|
H A D | netlink_manager.cpp | 259 bool NetlinkManager::IsStarted() const { in IsStarted() function in android::wificond::NetlinkManager
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter.cc | 371 UNLIKELY(!Runtime::Current()->IsStarted()) || in Execute() 507 if (!Runtime::Current()->IsStarted()) { in EnterInterpreterFromInvoke() 684 CHECK(!Runtime::Current()->IsStarted()); in ArtInterpreterToInterpreterBridge()
|
/aosp12/system/bt/main/shim/ |
H A D | stack.cc | 271 return GetStackManager()->IsStarted<Dumpsys>(); in IsDumpsysModuleStarted()
|
/aosp12/art/runtime/gc/ |
H A D | reference_processor.cc | 300 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
|
H A D | heap-inl.h | 218 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
|
/aosp12/art/compiler/ |
H A D | common_compiler_test.cc | 238 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | scan_utils.cpp | 51 if (!netlink_manager_->IsStarted()) { in ScanUtils()
|