Home
last modified time | relevance | path

Searched refs:AssertNotHeld (Results 1 – 20 of 20) 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.h263 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) { in AssertNotHeld() function
388 void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) { in AssertNotHeld() function
Dmutex.cc391 AssertNotHeld(self); in ExclusiveLock()
437 AssertNotHeld(self); in ExclusiveTryLock()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc35 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
/art/runtime/
Dthread_list.cc302 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()
303 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()
387 Locks::thread_list_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
388 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunEmptyCheckpoint()
495 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()
496 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()
527 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
528 Locks::thread_list_lock_->AssertNotHeld(self); in FlipThreadRoots()
529 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in FlipThreadRoots()
677 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAllInternal()
[all …]
Dthread-inl.h240 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
Dinstrumentation.cc601 Locks::thread_list_lock_->AssertNotHeld(self); in ConfigureStubs()
644 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
Doat_file_manager.cc615 Locks::mutator_lock_->AssertNotHeld(self); in OpenDexFilesFromOat()
Djava_vm_ext.cc833 Locks::mutator_lock_->AssertNotHeld(self); in LoadNativeLibrary()
Dtrace.cc1026 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
Dmonitor.cc712 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
/art/runtime/jdwp/
Djdwp_main.cc253 Locks::mutator_lock_->AssertNotHeld(self); in Create()
272 state->thread_start_lock_.AssertNotHeld(self); in Create()
470 Locks::mutator_lock_->AssertNotHeld(thread_); in Run()
Dobject_registry.cc90 Locks::thread_list_lock_->AssertNotHeld(self); in InternalAdd()
91 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in InternalAdd()
Djdwp_event.cc720 Locks::mutator_lock_->AssertNotHeld(self); in SetWaitForJdwpToken()
/art/runtime/gc/
Dreference_processor.cc268 Locks::mutator_lock_->AssertNotHeld(self); in EnqueueClearedReferences()
Dheap.cc2026 Locks::mutator_lock_->AssertNotHeld(self); in PerformHomogeneousSpaceCompact()
2104 Locks::mutator_lock_->AssertNotHeld(self); in TransitionCollector()
2654 Locks::mutator_lock_->AssertNotHeld(self); in CollectGarbageInternal()
2662 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
/art/runtime/gc/collector/
Dsemi_space.cc129 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dconcurrent_copying.cc161 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
541 Locks::mutator_lock_->AssertNotHeld(self); in FlipThreadRoots()
Dmark_sweep.cc147 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
/art/compiler/jni/
Djni_compiler_test.cc463 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in expectValidMutatorLockHeld()