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.h194 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function
339 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc363 AssertNotHeld(self); in ExclusiveLock()
415 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.cc325 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 …]
Dthread-inl.h246 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
Dmonitor.cc403 mu_.AssertNotHeld(self_); in ScopedAssertNotHeld()
407 mu_.AssertNotHeld(self_); in ~ScopedAssertNotHeld()
903 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
Doat_file_manager.cc460 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
Dtrace.cc1015 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
/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.cc294 Locks::mutator_lock_->AssertNotHeld(self); in CollectClearedReferences()
Dheap.cc2717 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
/art/runtime/gc/collector/
Dsemi_space.cc130 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dmark_sweep.cc150 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
/art/runtime/jni/
Djava_vm_ext.cc1001 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
/art/openjdkjvmti/
Dti_thread.cc74 art::Locks::user_code_suspension_lock_->AssertNotHeld(self_); in ScopedNoUserCodeSuspension()
/art/compiler/jni/
Djni_compiler_test.cc464 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()