Home
last modified time | relevance | path

Searched refs:AssertNotHeld (Results 1 – 19 of 19) 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
365 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc422 AssertNotHeld(self); in ExclusiveLock()
487 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.cc323 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()
324 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()
410 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
411 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
523 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
524 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()
525 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()
676 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()
677 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in SuspendAllInternal()
1116 Locks::mutator_lock_->AssertNotHeld(self); in WaitForOtherNonDaemonThreadsToExit()
[all …]
Dthread-inl.h248 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.cc467 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
Dtrace.cc1020 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
Dmonitor.cc943 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc55 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.cc74 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in ScopedNoUserCodeSuspension()
/art/runtime/gc/
Dreference_processor.cc294 Locks::mutator_lock_->AssertNotHeld(self); in CollectClearedReferences()
/art/runtime/gc/collector/
Dsemi_space.cc110 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dmark_sweep.cc150 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
/art/adbconnection/
Dadbconnection.cc522 art::Locks::mutator_lock_->AssertNotHeld(self); in RunPollLoop()
/art/runtime/jni/
Djava_vm_ext.cc1008 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
/art/compiler/jni/
Djni_compiler_test.cc465 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()