Searched refs:AssertNotHeld (Results 1 – 21 of 21) 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()
260 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function381 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) { in AssertNotHeld() function
411 AssertNotHeld(self); in ExclusiveLock()457 AssertNotHeld(self); in ExclusiveTryLock()
35 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
311 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()312 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()396 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()397 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()504 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()505 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()537 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()538 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()539 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()693 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()[all …]
244 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
395 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
628 Locks::thread_list_lock_->AssertNotHeld(self); in ConfigureStubs()671 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
863 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
1033 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
757 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
1464 Locks::thread_list_lock_->AssertNotHeld(self_thread); in RequestSynchronousCheckpoint()
253 Locks::mutator_lock_->AssertNotHeld(self); in Create()272 state->thread_start_lock_.AssertNotHeld(self); in Create()470 Locks::mutator_lock_->AssertNotHeld(thread_); in Run()
90 Locks::thread_list_lock_->AssertNotHeld(self); in InternalAdd()91 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in InternalAdd()
720 Locks::mutator_lock_->AssertNotHeld(self); in SetWaitForJdwpToken()
269 Locks::mutator_lock_->AssertNotHeld(self); in EnqueueClearedReferences()
1890 Locks::mutator_lock_->AssertNotHeld(self); in PerformHomogeneousSpaceCompact()1968 Locks::mutator_lock_->AssertNotHeld(self); in TransitionCollector()2511 Locks::mutator_lock_->AssertNotHeld(self); in CollectGarbageInternal()2519 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
129 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
162 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()613 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
147 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
466 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()