Searched refs:AssertNotHeld (Results 1 – 19 of 19) sorted by relevance
32 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()
194 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function339 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) { in AssertNotHeld() function
363 AssertNotHeld(self); in ExclusiveLock()415 AssertNotHeld(self); in ExclusiveTryLock()
36 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
325 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()326 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()409 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()410 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()522 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()523 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()524 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()678 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()679 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in SuspendAllInternal()1156 Locks::mutator_lock_->AssertNotHeld(self); in SuspendSelfForDebugger()[all …]
246 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
403 mu_.AssertNotHeld(self_); in ScopedAssertNotHeld()407 mu_.AssertNotHeld(self_); in ~ScopedAssertNotHeld()903 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
460 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
1015 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
90 Locks::thread_list_lock_->AssertNotHeld(self); in InternalAdd()91 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in InternalAdd()
366 Locks::mutator_lock_->AssertNotHeld(self); in Create()385 state->thread_start_lock_.AssertNotHeld(self); in Create()583 Locks::mutator_lock_->AssertNotHeld(thread_); in Run()
720 Locks::mutator_lock_->AssertNotHeld(self); in SetWaitForJdwpToken()
294 Locks::mutator_lock_->AssertNotHeld(self); in CollectClearedReferences()
2717 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
130 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
150 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
1001 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
74 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in ScopedNoUserCodeSuspension()
464 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()