Home
last modified time | relevance | path

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

12

/aosp12/art/runtime/
H A Dhandle_scope-inl.h37 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in FixedSizeHandleScope()
53 Locks::mutator_lock_->AssertSharedHeld(self_); in StackHandleScope()
61 Locks::mutator_lock_->AssertSharedHeld(self_); in ~StackHandleScope()
83 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in GetReference()
100 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in SetReference()
153 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in SetReference()
222 Locks::mutator_lock_->AssertSharedHeld(self_); in VariableSizedHandleScope()
229 Locks::mutator_lock_->AssertSharedHeld(self_); in ~VariableSizedHandleScope()
H A 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()
H A Dintern_table-inl.h33 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator()
43 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator()
51 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in operator()
H A Dreflective_handle_scope-inl.h42 Locks::mutator_lock_->AssertSharedHeld(self); in VisitTargets()
H A Dreference_table.cc131 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in Dump()
329 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in Dump()
H A Ddebugger.cc348 Locks::mutator_lock_->AssertSharedHeld(cls_self); in DdmSetThreadNotification()
725 Locks::mutator_lock_->AssertSharedHeld(self); in DdmSendHeapSegments()
H A Dintern_table.cc209 Locks::mutator_lock_->AssertSharedHeld(self); in Insert()
/aosp12/art/runtime/base/
H A Dmutex-inl.h195 AssertSharedHeld(self); in SharedLock()
201 AssertSharedHeld(self); in SharedUnlock()
294 AssertSharedHeld(self); in TransitionFromRunnableToSuspended()
300 AssertSharedHeld(self); in TransitionFromSuspendedToRunnable()
H A 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()
H A Dmutator_locked_dumpable.h49 Locks::mutator_lock_->AssertSharedHeld(Thread::Current());
H A Dmutex.h369 ALWAYS_INLINE void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { in AssertSharedHeld() function
376 AssertSharedHeld(self); in AssertReaderHeld()
H A Dmutex.cc889 AssertSharedHeld(self); in ExclusiveLockWithTimeout()
939 AssertSharedHeld(self); in SharedTryLock()
/aosp12/art/runtime/entrypoints/quick/
H A Dcallee_save_frame.h56 Locks::mutator_lock_->AssertSharedHeld(self_); in TestsOnEntry()
61 Locks::mutator_lock_->AssertSharedHeld(self_); in TestsOnExit()
/aosp12/art/runtime/native/
H A Dscoped_fast_native_object_access-inl.h29 Locks::mutator_lock_->AssertSharedHeld(Self()); in ScopedFastNativeObjectAccess()
/aosp12/art/runtime/gc/
H A Dheap-visit-objects-inl.h40 Locks::mutator_lock_->AssertSharedHeld(self); in VisitObjects()
/aosp12/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc52 Locks::mutator_lock_->AssertSharedHeld(self); // We come here as Runnable. in artFindNativeMethodRunnable()
/aosp12/art/runtime/gc/collector/
H A 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()
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc335 Locks::mutator_lock_->AssertSharedHeld(self); in EncodeGenericId()
653 Locks::mutator_lock_->AssertSharedHeld(self); in EndDefer()
/aosp12/art/openjdkjvmti/
H A Devents-inl.h449 art::Locks::mutator_lock_->AssertSharedHeld(thread_); in ScopedDisablePopFrame()
464 art::Locks::mutator_lock_->AssertSharedHeld(thread_); in ~ScopedDisablePopFrame()
H A 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()
H A Dti_method.cc565 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in Run()
1155 art::Locks::mutator_lock_->AssertSharedHeld(art::Thread::Current()); in Run()
H A Dti_redefine.cc2282 art::Locks::mutator_lock_->AssertSharedHeld(self_); in REQUIRES_SHARED()
2285 art::Locks::mutator_lock_->AssertSharedHeld(self_); in REQUIRES_SHARED()
2322 art::Locks::mutator_lock_->AssertSharedHeld(this_thread); in BeginDefineClass()
/aosp12/art/runtime/gc/space/
H A Ddlmalloc_space.cc369 Locks::mutator_lock_->AssertSharedHeld(self); in LogFragmentationAllocFailure()
/aosp12/art/runtime/mirror/
H A Dobject_array-inl.h371 Locks::mutator_lock_->AssertSharedHeld(Thread::Current()); in CheckIdx()
/aosp12/art/runtime/gc/accounting/
H A Dmod_union_table.cc320 Locks::heap_bitmap_lock_->AssertSharedHeld(Thread::Current()); in operator ()()

12