Home
last modified time | relevance | path

Searched refs:AssertSharedHeld (Results 1 – 21 of 21) sorted by relevance

/art/runtime/
Dscoped_thread_state_change-inl.h78 Locks::mutator_lock_->AssertSharedHeld(Self()); in AddLocalReference()
88 Locks::mutator_lock_->AssertSharedHeld(Self()); in Decode()
108 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedObjectAccessUnchecked()
114 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedObjectAccessUnchecked()
Dhandle_scope-inl.h35 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in FixedSizeHandleScope()
57 Locks::mutator_lock_->AssertSharedHeld(self_); in ~StackHandleScope()
77 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in GetReference()
94 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in SetReference()
137 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in SetReference()
Dintern_table.cc220 Locks::mutator_lock_->AssertSharedHeld(self); in Insert()
322 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
332 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
340 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
Dreference_table.cc129 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in Dump()
279 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in Dump()
Dart_method.cc843 Locks::mutator_lock_->AssertSharedHeld(self); in GetAccessFlagsDCheck()
Dmonitor.cc310 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in PrettyContentionInfo()
Ddebugger.cc4832 Locks::mutator_lock_->AssertSharedHeld(self); in DdmSendHeapSegments()
/art/runtime/base/
Dmutex-inl.h147 AssertSharedHeld(self); in SharedLock()
153 AssertSharedHeld(self); in SharedUnlock()
245 AssertSharedHeld(self); in TransitionFromRunnableToSuspended()
251 AssertSharedHeld(self); in TransitionFromSuspendedToRunnable()
Ddumpable-inl.h28 Locks::mutator_lock_->AssertSharedHeld(Thread::Current());
Dmutex_test.cc144 mu.AssertSharedHeld(Thread::Current()); in TEST_F()
154 mu.AssertSharedHeld(Thread::Current()); in TEST_F()
165 mu.AssertSharedHeld(Thread::Current()); in SharedTryLockUnlockTest()
Dmutex.h369 ALWAYS_INLINE void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { in AssertSharedHeld() function
376 AssertSharedHeld(self); in AssertReaderHeld()
Dmutex.cc736 AssertSharedHeld(self); in ExclusiveLockWithTimeout()
783 AssertSharedHeld(self); in SharedTryLock()
/art/runtime/native/
Dscoped_fast_native_object_access-inl.h29 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedFastNativeObjectAccess()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h57 Locks::mutator_lock_->AssertSharedHeld(self_); in TestsOnEntry()
62 Locks::mutator_lock_->AssertSharedHeld(self_); in TestsOnExit()
/art/runtime/gc/
Dheap-visit-objects-inl.h40 Locks::mutator_lock_->AssertSharedHeld(self); in VisitObjects()
/art/runtime/gc/collector/
Dmark_sweep.cc280 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
692 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in VisitRoot()
1332 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
1350 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in VisitRoot()
Dconcurrent_copying.cc642 Locks::mutator_lock_->AssertSharedHeld(self_); in operator ()()
/art/runtime/gc/space/
Ddlmalloc_space.cc311 Locks::mutator_lock_->AssertSharedHeld(self); in LogFragmentationAllocFailure()
/art/runtime/gc/accounting/
Dmod_union_table.cc319 Locks::heap_bitmap_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
/art/runtime/openjdkjvmti/
Dti_heap.cc1450 art::Locks::mutator_lock_->AssertSharedHeld(self); in GetObjectHeapId()
/art/compiler/jni/
Djni_compiler_test.cc468 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in expectValidMutatorLockHeld()