Home
last modified time | relevance | path

Searched refs:IsStarted (Results 1 – 25 of 46) sorted by relevance

12

/aosp12/system/bt/gd/
H A Dmodule_unittest.cc227 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 Dstack_manager.h36 bool IsStarted() const { in IsStarted() function
37 return registry_.IsStarted(&T::Factory); in IsStarted()
H A Dmodule.h130 bool IsStarted() const { in IsStarted() function
131 return IsStarted(&T::Factory); in IsStarted()
134 bool IsStarted(const ModuleFactory* factory) const;
H A Dmodule.cc64 bool ModuleRegistry::IsStarted(const ModuleFactory* module) const { in IsStarted() function in bluetooth::ModuleRegistry
/aosp12/art/runtime/
H A Dart_field-inl.h74 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 Dscoped_thread_state_change-inl.h39 CHECK(runtime == nullptr || !runtime->IsStarted() || runtime->IsShuttingDown(self_)); in ScopedThreadStateChange()
H A Dcommon_dex_operations.h68 if (LIKELY(Runtime::Current()->IsStarted())) { in PerformCall()
H A Dfault_handler.cc179 DCHECK(Runtime::Current()->IsStarted()); in HandleFaultByOtherHandlers()
H A Dinstrumentation.cc854 if (runtime->IsStarted()) { in SetEntrypointsInstrumented()
905 if (runtime->IsStarted()) { in ResetQuickAllocEntryPoints()
/aosp12/system/connectivity/wificond/tests/
H A Dmock_netlink_manager.h38 MOCK_CONST_METHOD0(IsStarted, bool());
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.h45 bool IsStarted() const;
H A Dcom_android_providers_media_FuseDaemon.cpp60 return daemon->IsStarted(); in com_android_providers_media_FuseDaemon_is_started()
/aosp12/system/extras/simpleperf/
H A Dworkload.h47 bool IsStarted() { return work_state_ == Started; } in IsStarted() function
/aosp12/art/runtime/jit/
H A Dprofile_saver.h48 static bool IsStarted() REQUIRES(!Locks::profiler_lock_);
H A Djit.cc406 if (options_->GetSaveProfilingInfo() && ProfileSaver::IsStarted()) { in StopProfileSaver()
420 DCHECK(!options_->GetSaveProfilingInfo() || !ProfileSaver::IsStarted()); in ~Jit()
/aosp12/art/runtime/mirror/
H A Darray-alloc-inl.h157 if (kIsDebugBuild && result != nullptr && Runtime::Current()->IsStarted()) { in Alloc()
H A Dobject.cc232 if (runtime->GetClassLinker() == nullptr || !runtime->IsStarted() || in CheckFieldAssignmentImpl()
/aosp12/system/connectivity/wificond/net/
H A Dnetlink_manager.h137 virtual bool IsStarted() const;
H A Dnetlink_manager.cpp259 bool NetlinkManager::IsStarted() const { in IsStarted() function in android::wificond::NetlinkManager
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc371 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 Dstack.cc271 return GetStackManager()->IsStarted<Dumpsys>(); in IsDumpsysModuleStarted()
/aosp12/art/runtime/gc/
H A Dreference_processor.cc300 if (LIKELY(Runtime::Current()->IsStarted())) { in CollectClearedReferences()
H A Dheap-inl.h218 if (kIsDebugBuild && Runtime::Current()->IsStarted()) { in AllocObjectWithAllocator()
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc238 DCHECK(!Runtime::Current()->IsStarted()); in CompileMethod()
/aosp12/system/connectivity/wificond/scanning/
H A Dscan_utils.cpp51 if (!netlink_manager_->IsStarted()) { in ScanUtils()

12