Searched refs:SetField32Volatile (Results 1 – 7 of 7) sorted by relevance
/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 84 obj->SetField32Volatile<false>(MemberOffset(offset), newValue); in Unsafe_putIntVolatile()
|
D | java_lang_reflect_Field.cc | 264 o->SetField32Volatile<false>(offset, new_value.GetI()); in SetFieldValue()
|
/art/runtime/ |
D | art_field-inl.h | 76 object->SetField32Volatile<kTransactionActive>(GetOffset(), new_value); in Set32()
|
D | transaction.cc | 404 obj->SetField32Volatile<false, kCheckTransaction>(field_offset, in UndoFieldWrite()
|
/art/runtime/mirror/ |
D | class.cc | 114 h_this->SetField32Volatile<true>(OFFSET_OF_OBJECT_MEMBER(Class, status_), new_status); in SetStatus() 116 h_this->SetField32Volatile<false>(OFFSET_OF_OBJECT_MEMBER(Class, status_), new_status); in SetStatus()
|
D | object-inl.h | 73 SetField32Volatile<false, false>(OFFSET_OF_OBJECT_MEMBER(Object, monitor_), new_val.GetValue()); in SetLockWord() 624 inline void Object::SetField32Volatile(MemberOffset field_offset, int32_t new_value) { in SetField32Volatile() function
|
D | object.h | 364 ALWAYS_INLINE void SetField32Volatile(MemberOffset field_offset, int32_t new_value)
|