Home
last modified time | relevance | path

Searched refs:AssertNotHeld (Results 1 – 16 of 16) 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.h236 void AssertNotHeld(const Thread* self) { AssertNotHeldExclusive(self); } in AssertNotHeld() function
350 void AssertNotHeld(const Thread* self) { in AssertNotHeld() function
Dmutex.cc316 AssertNotHeld(self); in ExclusiveLock()
359 AssertNotHeld(self); in ExclusiveTryLock()
/art/runtime/
Dthread_list.cc201 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpoint()
202 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpoint()
280 Locks::thread_list_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()
281 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in RunCheckpointOnRunnableThreads()
315 Locks::mutator_lock_->AssertNotHeld(self); in SuspendAll()
316 Locks::thread_list_lock_->AssertNotHeld(self); in SuspendAll()
317 Locks::thread_suspend_count_lock_->AssertNotHeld(self); in SuspendAll()
668 Locks::mutator_lock_->AssertNotHeld(self); in SuspendSelfForDebugger()
800 Locks::mutator_lock_->AssertNotHeld(self); in WaitForOtherNonDaemonThreadsToExit()
Dthread-inl.h118 Locks::mutator_lock_->AssertNotHeld(this); // Otherwise we starve GC.. in TransitionFromSuspendedToRunnable()
Dinstrumentation.cc589 Locks::thread_list_lock_->AssertNotHeld(self); in ConfigureStubs()
627 Locks::mutator_lock_->AssertNotHeld(self); in SetEntrypointsInstrumented()
Dtrace.cc721 Locks::thread_list_lock_->AssertNotHeld(self); in DumpThreadList()
Dmonitor.cc535 self->GetWaitMutex()->AssertNotHeld(self); in Wait()
Dclass_linker.cc609 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); // Avoid starving GC. in GenerateOatFile()
1449 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); // Avoid starving GC. in PatchAndRetrieveOat()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc34 Locks::mutator_lock_->AssertNotHeld(self); // We come here as Native. in artFindNativeMethod()
/art/runtime/jdwp/
Djdwp_main.cc237 Locks::mutator_lock_->AssertNotHeld(self); in Create()
429 Locks::mutator_lock_->AssertNotHeld(thread_); in Run()
/art/runtime/gc/
Dreference_processor.cc217 Locks::mutator_lock_->AssertNotHeld(self); in EnqueueClearedReferences()
Dheap.cc1598 Locks::mutator_lock_->AssertNotHeld(self); in PerformHomogeneousSpaceCompact()
1669 Locks::mutator_lock_->AssertNotHeld(self); in TransitionCollector()
2141 Locks::mutator_lock_->AssertNotHeld(self); in CollectGarbageInternal()
2147 gc_complete_lock_->AssertNotHeld(self); in CollectGarbageInternal()
/art/runtime/gc/collector/
Dsemi_space.cc116 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
Dmark_sweep.cc143 Locks::mutator_lock_->AssertNotHeld(self); in RunPhases()
/art/compiler/jni/
Djni_compiler_test.cc199 Locks::mutator_lock_->AssertNotHeld(Thread::Current()); in Java_MyClassNatives_foo()
931 Locks::mutator_lock_->AssertNotHeld(self); in Java_MyClassNatives_GetSinkProperties()