Home
last modified time | relevance | path

Searched refs:SetField32Volatile (Results 1 – 6 of 6) sorted by relevance

/art/runtime/mirror/
Dart_field-inl.h79 object->SetField32Volatile<kTransactionActive>(GetOffset(), new_value); in Set32()
Dclass.cc120 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()
Dobject-inl.h71 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
Dobject.h264 ALWAYS_INLINE void SetField32Volatile(MemberOffset field_offset, int32_t new_value)
/art/runtime/native/
Dsun_misc_Unsafe.cc82 obj->SetField32Volatile<false>(MemberOffset(offset), newValue); in Unsafe_putIntVolatile()
/art/runtime/
Dtransaction.cc286 obj->SetField32Volatile<false, kCheckTransaction>(field_offset, in UndoFieldWrite()