Home
last modified time | relevance | path

Searched refs:AssertHeld (Results 1 – 14 of 14) sorted by relevance

/art/openjdkjvmti/
Djvmti_weak_table-inl.h63 allow_disallow_lock_.AssertHeld(art::Thread::Current()); in AssertLocked()
100 allow_disallow_lock_.AssertHeld(self); in RemoveLocked()
145 allow_disallow_lock_.AssertHeld(self); in SetLocked()
Djvmti_weak_table.h94 allow_disallow_lock_.AssertHeld(self); in GetTagLocked()
Dti_thread.cc83 art::Locks::user_code_suspension_lock_->AssertHeld(self_); in ScopedNoUserCodeSuspension()
680 art::Locks::thread_list_lock_->AssertHeld(art::Thread::Current()); in RemoveTLSData()
/art/runtime/base/
Dmutex_test.cc34 mu.AssertHeld(Thread::Current()); in AssertDepth()
Dmutex-inl.h252 inline void Mutex::AssertHeld(const Thread* self) const { in AssertHeld() function
Dmutex.cc480 AssertHeld(self); in ExclusiveLock()
520 AssertHeld(self); in ExclusiveTryLock()
580 AssertHeld(self); in ExclusiveUnlock()
Dmutex.h198 ALWAYS_INLINE void AssertHeld(const Thread* self) const ASSERT_CAPABILITY(this);
/art/runtime/
Dintern_table.cc392 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
403 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
Dinstrumentation.cc853 Locks::instrument_entrypoints_lock_->AssertHeld(self); in SetEntrypointsInstrumented()
887 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in InstrumentQuickAllocEntryPointsLocked()
895 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in UninstrumentQuickAllocEntryPointsLocked()
Dthread.cc667 Locks::thread_list_lock_->AssertHeld(soa.Self()); in FromManagedThread()
1417 Locks::thread_suspend_count_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1419 Locks::thread_list_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1425 Locks::user_code_suspension_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1665 Locks::thread_list_lock_->AssertHeld(self_thread); in RequestSynchronousCheckpoint()
/art/runtime/gc/space/
Ddlmalloc_space.cc349 lock_.AssertHeld(Thread::Current()); in CheckMoreCoreForPrecondition()
/art/runtime/jni/
Djava_vm_ext.cc247 Locks::jni_libraries_lock_->AssertHeld(Thread::Current()); in Dump()
830 Locks::jni_weak_globals_lock_->AssertHeld(self); in DecodeWeakGlobalLocked()
/art/runtime/jit/
Ddebugger_interface.cc240 Locks::jit_lock_->AssertHeld(Thread::Current()); in Memory()
/art/runtime/gc/allocator/
Drosalloc.cc131 lock_.AssertHeld(self); in AllocPages()
311 lock_.AssertHeld(self); in FreePages()
1211 lock_.AssertHeld(Thread::Current()); in DumpPageMap()
1544 size_bracket_locks_[idx]->AssertHeld(self); in RevokeRun()