Home
last modified time | relevance | path

Searched refs:AssertNotHeld (Results 1 – 21 of 21) 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.h278 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function
399 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc433 AssertNotHeld(self); in ExclusiveLock()
479 AssertNotHeld(self); in ExclusiveTryLock()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc36 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
/art/runtime/
Dthread_list.cc323 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()
324 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()
407 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
408 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
515 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()
516 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()
548 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
549 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()
550 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()
704 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()
[all …]
Dthread-inl.h245 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
Dmonitor.cc399 mu_.AssertNotHeld(self_); in ScopedAssertNotHeld()
403 mu_.AssertNotHeld(self_); in ~ScopedAssertNotHeld()
849 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
Doat_file_manager.cc407 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
Dinstrumentation.cc674 Locks::thread_list_lock_->AssertNotHeld(self); in ConfigureStubs()
717 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
Djava_vm_ext.cc956 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
Dtrace.cc1049 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
Dthread.cc1481 Locks::thread_list_lock_->AssertNotHeld(self_thread); in RequestSynchronousCheckpoint()
/art/runtime/jdwp/
Dobject_registry.cc90 Locks::thread_list_lock_->AssertNotHeld(self); in InternalAdd()
91 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in InternalAdd()
Djdwp_main.cc366 Locks::mutator_lock_->AssertNotHeld(self); in Create()
385 state->thread_start_lock_.AssertNotHeld(self); in Create()
583 Locks::mutator_lock_->AssertNotHeld(thread_); in Run()
Djdwp_event.cc720 Locks::mutator_lock_->AssertNotHeld(self); in SetWaitForJdwpToken()
/art/runtime/gc/
Dreference_processor.cc269 Locks::mutator_lock_->AssertNotHeld(self); in EnqueueClearedReferences()
Dheap.cc2532 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
/art/runtime/gc/collector/
Dsemi_space.cc129 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dconcurrent_copying.cc164 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
615 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
Dmark_sweep.cc148 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
/art/compiler/jni/
Djni_compiler_test.cc464 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()