Searched refs:kStrong (Results 1 – 10 of 10) sorted by relevance
/art/libartbase/base/ |
D | atomic.h | 32 kStrong, enumerator 112 return mode == CASMode::kStrong in PACKED()
|
/art/runtime/ |
D | read_barrier-inl.h | 66 CASMode::kStrong, in Barrier() 84 CASMode::kStrong, in Barrier()
|
D | transaction_test.cc | 367 CASMode::kStrong, in TEST_F() 377 CASMode::kStrong, in TEST_F()
|
/art/runtime/mirror/ |
D | class_ext-inl.h | 63 off, nullptr, new_arr.Get(), CASMode::kStrong, std::memory_order_seq_cst); in EnsureJniIdsArrayPresent() 66 off, nullptr, new_arr.Get(), CASMode::kStrong, std::memory_order_seq_cst); in EnsureJniIdsArrayPresent()
|
D | object.cc | 201 if (current_this->CasLockWord(lw, hash_word, CASMode::kStrong, std::memory_order_relaxed)) { in IdentityHashCodeHelper()
|
D | var_handle.cc | 942 CASMode::kStrong, in Dispatch() 948 CASMode::kStrong, in Dispatch()
|
D | class.cc | 139 CASMode::kStrong, in EnsureExtDataPresent() 145 CASMode::kStrong, in EnsureExtDataPresent()
|
/art/runtime/native/ |
D | jdk_internal_misc_Unsafe.cc | 63 CASMode::kStrong, in Unsafe_compareAndSetInt() 122 CASMode::kStrong, in Unsafe_compareAndSetReference()
|
D | sun_misc_Unsafe.cc | 49 CASMode::kStrong, in Unsafe_compareAndSwapInt() 88 CASMode::kStrong, in Unsafe_compareAndSwapObject()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1657 CASMode::kStrong, in UnstartedJdkUnsafeCompareAndSwapObject() 1663 CASMode::kStrong, in UnstartedJdkUnsafeCompareAndSwapObject() 2181 CASMode::kStrong, in UnstartedJNIJdkUnsafeCompareAndSwapInt() 2187 CASMode::kStrong, in UnstartedJNIJdkUnsafeCompareAndSwapInt()
|