Searched refs:SetField32Volatile (Results 1 – 6 of 6) sorted by relevance
/art/runtime/mirror/ |
D | art_field-inl.h | 79 object->SetField32Volatile<kTransactionActive>(GetOffset(), new_value); in Set32()
|
D | class.cc | 120 SetField32Volatile<true>(OFFSET_OF_OBJECT_MEMBER(Class, status_), new_status); in SetStatus() 122 SetField32Volatile<false>(OFFSET_OF_OBJECT_MEMBER(Class, status_), new_status); in SetStatus()
|
D | object-inl.h | 71 SetField32Volatile<false, false>(OFFSET_OF_OBJECT_MEMBER(Object, monitor_), new_val.GetValue()); in SetLockWord() 452 inline void Object::SetField32Volatile(MemberOffset field_offset, int32_t new_value) { in SetField32Volatile() function
|
D | object.h | 264 ALWAYS_INLINE void SetField32Volatile(MemberOffset field_offset, int32_t new_value)
|
/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 82 obj->SetField32Volatile<false>(MemberOffset(offset), newValue); in Unsafe_putIntVolatile()
|
/art/runtime/ |
D | transaction.cc | 286 obj->SetField32Volatile<false, kCheckTransaction>(field_offset, in UndoFieldWrite()
|