Home
last modified time | relevance | path

Searched refs:AssertNotHeld (Results 1 – 22 of 22) sorted by relevance

/art/runtime/base/
Dmutex_test.cc32 mu.AssertNotHeld(Thread::Current()); in AssertDepth()
141 mu.AssertNotHeld(Thread::Current()); in TEST_F()
147 mu.AssertNotHeld(Thread::Current()); in TEST_F()
152 mu.AssertNotHeld(Thread::Current()); in TEST_F()
157 mu.AssertNotHeld(Thread::Current()); in TEST_F()
163 mu.AssertNotHeld(Thread::Current()); in SharedTryLockUnlockTest()
167 mu.AssertNotHeld(Thread::Current()); in SharedTryLockUnlockTest()
Dmutex.h209 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function
384 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc435 AssertNotHeld(self); in ExclusiveLock()
570 AssertNotHeld(self); in ExclusiveTryLock()
/art/runtime/
Dplugin.cc38 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in Load()
62 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in Unload()
Dthread_list.cc314 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()
315 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()
401 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
402 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
514 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
515 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()
516 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()
662 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()
663 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in SuspendAllInternal()
1118 Locks::mutator_lock_->AssertNotHeld(self); in WaitForOtherNonDaemonThreadsToExit()
[all …]
Dthread-inl.h270 GetMutatorLock()->AssertNotHeld(this); // Otherwise we starve GC. in TransitionFromSuspendedToRunnable()
Dinstrumentation.cc951 Locks::thread_list_lock_->AssertNotHeld(self); in UpdateStubs()
975 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
Doat_file_manager.cc186 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
Dtrace.cc1017 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
Dmonitor.cc950 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
Dthread.cc1727 Locks::thread_list_lock_->AssertNotHeld(self_thread); in RequestSynchronousCheckpoint()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc130 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
/art/openjdkjvmti/
Dti_stack.cc1256 art::Locks::mutator_lock_->AssertNotHeld(self_); in SetupMethodExitEvents()
1257 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in SetupMethodExitEvents()
1258 art::Locks::thread_list_lock_->AssertNotHeld(self_); in SetupMethodExitEvents()
1266 art::Locks::mutator_lock_->AssertNotHeld(self_);
1267 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_);
1268 art::Locks::thread_list_lock_->AssertNotHeld(self_);
Dti_thread.cc75 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in ScopedNoUserCodeSuspension()
/art/runtime/gc/
Dreference_processor.cc377 Locks::mutator_lock_->AssertNotHeld(self); in CollectClearedReferences()
Dheap.cc2094 Locks::mutator_lock_->AssertNotHeld(self); in PerformHomogeneousSpaceCompact()
2656 Locks::mutator_lock_->AssertNotHeld(self); in CollectGarbageInternal()
2666 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
/art/runtime/gc/collector/
Dsemi_space.cc110 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dmark_sweep.cc150 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dconcurrent_copying.cc213 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
766 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
/art/adbconnection/
Dadbconnection.cc532 art::Locks::mutator_lock_->AssertNotHeld(self); in RunPollLoop()
/art/runtime/jni/
Djava_vm_ext.cc1036 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
/art/compiler/jni/
Djni_compiler_test.cc509 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()