Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc37 mu.AssertNotHeld(Thread::Current()); in AssertDepth()
149 mu.AssertNotHeld(Thread::Current()); in TEST_F()
155 mu.AssertNotHeld(Thread::Current()); in TEST_F()
160 mu.AssertNotHeld(Thread::Current()); in TEST_F()
165 mu.AssertNotHeld(Thread::Current()); in TEST_F()
171 mu.AssertNotHeld(Thread::Current()); in SharedTryLockUnlockTest()
175 mu.AssertNotHeld(Thread::Current()); in SharedTryLockUnlockTest()
Dmutex.h213 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function
388 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc455 AssertNotHeld(self); in ExclusiveLock()
595 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.cc311 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()
312 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()
426 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
427 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
545 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
546 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()
547 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()
833 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()
834 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in SuspendAllInternal()
1220 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendThreadByPeer()
[all …]
Dthread-inl.h351 GetMutatorLock()->AssertNotHeld(this); // Otherwise we starve GC. in TransitionFromSuspendedToRunnable()
Dinstrumentation.cc1068 Locks::thread_list_lock_->AssertNotHeld(self); in UpdateStubs()
1096 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
Dmonitor.cc950 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
Druntime.cc3112 Locks::mutator_lock_->AssertNotHeld(self); in SetupLinearAllocForPostZygoteFork()
Dthread.cc1776 Locks::thread_list_lock_->AssertNotHeld(self); in RequestSynchronousCheckpoint()
Dclass_linker.cc349 Locks::mutator_lock_->AssertNotHeld(self); in MakeInitializedClassesVisiblyInitialized()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc131 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
/art/openjdkjvmti/
Dti_stack.cc1257 art::Locks::mutator_lock_->AssertNotHeld(self_); in SetupMethodExitEvents()
1258 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in SetupMethodExitEvents()
1259 art::Locks::thread_list_lock_->AssertNotHeld(self_); in SetupMethodExitEvents()
1267 art::Locks::mutator_lock_->AssertNotHeld(self_);
1268 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_);
1269 art::Locks::thread_list_lock_->AssertNotHeld(self_);
Dti_thread.cc74 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in ScopedNoUserCodeSuspension()
/art/runtime/gc/
Dreference_processor.cc376 Locks::mutator_lock_->AssertNotHeld(self); in CollectClearedReferences()
Dheap.cc1658 Locks::mutator_lock_->AssertNotHeld(self); in StartGC()
2206 Locks::mutator_lock_->AssertNotHeld(self); in PerformHomogeneousSpaceCompact()
2777 Locks::mutator_lock_->AssertNotHeld(self); in CollectGarbageInternal()
2793 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.cc231 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
766 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
/art/runtime/oat/
Doat_file_manager.cc208 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
/art/adbconnection/
Dadbconnection.cc668 art::Locks::mutator_lock_->AssertNotHeld(self); in RunPollLoop()
/art/runtime/jni/
Djava_vm_ext.cc1045 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
/art/dex2oat/
Ddex2oat.cc3058 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in DoCompilation()
/art/compiler/jni/
Djni_compiler_test.cc514 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()