Home
last modified time | relevance | path

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

12

/art/runtime/
Dscoped_thread_state_change-inl.h77 Locks::mutator_lock_->AssertSharedHeld(Self()); in AddLocalReference()
87 Locks::mutator_lock_->AssertSharedHeld(Self()); in Decode()
107 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedObjectAccessUnchecked()
113 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedObjectAccessUnchecked()
Dhandle_scope-inl.h37 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in FixedSizeHandleScope()
60 Locks::mutator_lock_->AssertSharedHeld(self_); in ~StackHandleScope()
80 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in GetReference()
97 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in SetReference()
150 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in SetReference()
Dreflective_handle_scope-inl.h42 Locks::mutator_lock_->AssertSharedHeld(self); in VisitTargets()
Dintern_table.cc209 Locks::mutator_lock_->AssertSharedHeld(self); in Insert()
317 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
327 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
335 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
Dreference_table.cc131 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in Dump()
329 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in Dump()
Ddebugger.cc348 Locks::mutator_lock_->AssertSharedHeld(cls_self); in DdmSetThreadNotification()
725 Locks::mutator_lock_->AssertSharedHeld(self); in DdmSendHeapSegments()
Dmonitor.cc403 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in PrettyContentionInfo()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h56 Locks::mutator_lock_->AssertSharedHeld(self_); in TestsOnEntry()
61 Locks::mutator_lock_->AssertSharedHeld(self_); in TestsOnExit()
/art/runtime/native/
Dscoped_fast_native_object_access-inl.h29 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedFastNativeObjectAccess()
/art/runtime/base/
Dmutex-inl.h195 AssertSharedHeld(self); in SharedLock()
201 AssertSharedHeld(self); in SharedUnlock()
294 AssertSharedHeld(self); in TransitionFromRunnableToSuspended()
300 AssertSharedHeld(self); in TransitionFromSuspendedToRunnable()
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()
Dmutator_locked_dumpable.h49 Locks::mutator_lock_->AssertSharedHeld(Thread::Current());
Dmutex.h353 ALWAYS_INLINE void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { in AssertSharedHeld() function
360 AssertSharedHeld(self); in AssertReaderHeld()
Dmutex.cc811 AssertSharedHeld(self); in ExclusiveLockWithTimeout()
861 AssertSharedHeld(self); in SharedTryLock()
/art/runtime/gc/
Dheap-visit-objects-inl.h40 Locks::mutator_lock_->AssertSharedHeld(self); in VisitObjects()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc52 Locks::mutator_lock_->AssertSharedHeld(self); // We come here as Runnable. in artFindNativeMethodRunnable()
/art/runtime/gc/collector/
Dmark_sweep.cc305 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
717 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in VisitRoot()
1356 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator ()()
1374 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in VisitRoot()
/art/runtime/gc/space/
Ddlmalloc_space.cc369 Locks::mutator_lock_->AssertSharedHeld(self); in LogFragmentationAllocFailure()
/art/runtime/jni/
Djni_id_manager.cc335 Locks::mutator_lock_->AssertSharedHeld(self); in EncodeGenericId()
653 Locks::mutator_lock_->AssertSharedHeld(self); in EndDefer()
/art/openjdkjvmti/
Devents-inl.h449 art::Locks::mutator_lock_->AssertSharedHeld(thread_); in ScopedDisablePopFrame()
464 art::Locks::mutator_lock_->AssertSharedHeld(thread_); in ~ScopedDisablePopFrame()
Dti_stack.cc859 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in VisitFrame()
869 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in AppendOwnedMonitors()
905 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in Run()
Dti_method.cc562 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in Run()
1152 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in Run()
Dti_redefine.cc2283 art::Locks::mutator_lock_->AssertSharedHeld(self_); in REQUIRES_SHARED()
2286 art::Locks::mutator_lock_->AssertSharedHeld(self_); in REQUIRES_SHARED()
2323 art::Locks::mutator_lock_->AssertSharedHeld(this_thread); in BeginDefineClass()
/art/runtime/mirror/
Dobject_array-inl.h371 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in CheckIdx()
/art/runtime/gc/accounting/
Dmod_union_table.cc320 Locks::heap_bitmap_lock_->AssertSharedHeld(Thread::Current()); in operator ()()

12