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.cc84 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.cc39 mu.AssertHeld(Thread::Current()); in AssertDepth()
Dmutex-inl.h262 inline void Mutex::AssertHeld(const Thread* self) const { in AssertHeld() function
Dmutex.cc511 AssertHeld(self); in ExclusiveLock()
609 AssertHeld(self); in ExclusiveTryLock()
669 AssertHeld(self); in ExclusiveUnlock()
Dmutex.h201 ALWAYS_INLINE void AssertHeld(const Thread* self) const ASSERT_CAPABILITY(this);
/art/runtime/
Dintern_table.cc338 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
356 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
Dinstrumentation.cc996 Locks::instrument_entrypoints_lock_->AssertHeld(self); in SetEntrypointsInstrumented()
1030 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in InstrumentQuickAllocEntryPointsLocked()
1038 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in UninstrumentQuickAllocEntryPointsLocked()
Dthread.cc688 Locks::thread_list_lock_->AssertHeld(soa.Self()); in FromManagedThread()
1482 Locks::thread_suspend_count_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1484 Locks::thread_list_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1490 Locks::user_code_suspension_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1747 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()
859 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()