Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Djvmti_weak_table-inl.h62 allow_disallow_lock_.AssertHeld(art::Thread::Current()); in AssertLocked()
99 allow_disallow_lock_.AssertHeld(self); in RemoveLocked()
144 allow_disallow_lock_.AssertHeld(self); in SetLocked()
Djvmti_weak_table.h93 allow_disallow_lock_.AssertHeld(self); in GetTagLocked()
/art/runtime/base/
Dmutex_test.cc34 mu.AssertHeld(Thread::Current()); in AssertDepth()
Dmutex.cc430 AssertHeld(self); in ExclusiveLock()
470 AssertHeld(self); in ExclusiveTryLock()
488 AssertHeld(self); in ExclusiveUnlock()
Dmutex.h255 void AssertHeld(const Thread* self) ASSERT_CAPABILITY(this) { AssertExclusiveHeld(self); } in AssertHeld() function
/art/runtime/
Dintern_table.cc414 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
425 Locks::intern_table_lock_->AssertHeld(Thread::Current()); in Find()
Dinstrumentation.cc645 Locks::instrument_entrypoints_lock_->AssertHeld(self); in SetEntrypointsInstrumented()
679 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in InstrumentQuickAllocEntryPointsLocked()
687 Locks::instrument_entrypoints_lock_->AssertHeld(Thread::Current()); in UninstrumentQuickAllocEntryPointsLocked()
Djava_vm_ext.cc212 Locks::jni_libraries_lock_->AssertHeld(Thread::Current()); in Dump()
705 Locks::jni_weak_globals_lock_->AssertHeld(self); in DecodeWeakGlobalLocked()
Dthread.cc465 Locks::thread_list_lock_->AssertHeld(soa.Self()); in FromManagedThread()
1182 Locks::thread_suspend_count_lock_->AssertHeld(self); in ModifySuspendCountInternal()
1184 Locks::thread_list_lock_->AssertHeld(self); in ModifySuspendCountInternal()
/art/runtime/gc/space/
Ddlmalloc_space.cc290 lock_.AssertHeld(Thread::Current()); in CheckMoreCoreForPrecondition()
/art/runtime/jdwp/
Djdwp_main.cc151 socket_lock_.AssertHeld(Thread::Current()); in WriteBufferedPacketLocked()
/art/runtime/gc/allocator/
Drosalloc.cc128 lock_.AssertHeld(self); in AllocPages()
308 lock_.AssertHeld(self); in FreePages()
1208 lock_.AssertHeld(Thread::Current()); in DumpPageMap()
1542 size_bracket_locks_[idx]->AssertHeld(self); in RevokeRun()