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.h206 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function
381 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc436 AssertNotHeld(self); in ExclusiveLock()
565 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()
667 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()
668 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in SuspendAllInternal()
1116 Locks::mutator_lock_->AssertNotHeld(self); in WaitForOtherNonDaemonThreadsToExit()
[all …]
Dthread-inl.h249 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
Dinstrumentation.cc791 Locks::thread_list_lock_->AssertNotHeld(self); in UpdateStubs()
852 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
Doat_file_manager.cc181 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
Dtrace.cc1020 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
Dmonitor.cc947 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
Dthread.cc1680 Locks::thread_list_lock_->AssertNotHeld(self_thread); in RequestSynchronousCheckpoint()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc126 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.cc294 Locks::mutator_lock_->AssertNotHeld(self); in CollectClearedReferences()
Dheap.cc2062 Locks::mutator_lock_->AssertNotHeld(self); in PerformHomogeneousSpaceCompact()
2601 Locks::mutator_lock_->AssertNotHeld(self); in CollectGarbageInternal()
2611 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()
761 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.cc1010 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
/art/compiler/jni/
Djni_compiler_test.cc545 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()