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()
677 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.h253 inline void Mutex::AssertHeld(const Thread* self) const { in AssertHeld() function
Dmutex.cc408 AssertHeld(self); in ExclusiveLock()
448 AssertHeld(self); in ExclusiveTryLock()
466 AssertHeld(self); in ExclusiveUnlock()
Dmutex.h186 ALWAYS_INLINE void AssertHeld(const Thread* self) const ASSERT_CAPABILITY(this);
/art/runtime/
Dintern_table.cc377 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
388 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
Dinstrumentation.cc802 Locks::instrument_entrypoints_lock_->AssertHeld(self); in SetEntrypointsInstrumented()
836 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in InstrumentQuickAllocEntryPointsLocked()
844 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in UninstrumentQuickAllocEntryPointsLocked()
Dthread.cc658 Locks::thread_list_lock_->AssertHeld(soa.Self()); in FromManagedThread()
1406 Locks::thread_suspend_count_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1408 Locks::thread_list_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1414 Locks::user_code_suspension_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1657 Locks::thread_list_lock_->AssertHeld(self_thread); in RequestSynchronousCheckpoint()
/art/runtime/gc/space/
Ddlmalloc_space.cc349 lock_.AssertHeld(Thread::Current()); in CheckMoreCoreForPrecondition()
/art/runtime/jdwp/
Djdwp_main.cc264 socket_lock_.AssertHeld(Thread::Current()); in WriteBufferedPacketLocked()
/art/runtime/jni/
Djava_vm_ext.cc245 Locks::jni_libraries_lock_->AssertHeld(Thread::Current()); in Dump()
821 Locks::jni_weak_globals_lock_->AssertHeld(self); in DecodeWeakGlobalLocked()
/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()