Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dobject-inl.h476 inline void Object::SetFieldShort(MemberOffset field_offset, int16_t new_value) { in SetFieldShort() function
496 return SetFieldShort<kTransactionActive, kCheckTransaction, kVerifyFlags, true>( in SetFieldShortVolatile()
H A Dclass-inl.h265 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_), in SetMethodsPtrUnchecked()
267 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, virtual_methods_offset_), in SetMethodsPtrUnchecked()
H A Dobject.h449 ALWAYS_INLINE void SetFieldShort(MemberOffset field_offset, int16_t new_value)
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Field.cc320 o->SetFieldShort<false>(offset, new_value.GetS()); in SetFieldValue()
H A Dsun_misc_Unsafe.cc468 obj->SetFieldShort<false>(MemberOffset(offset), newValue); in Unsafe_putShort()
/aosp12/art/runtime/
H A Dtransaction.cc532 obj->SetFieldShort<false, kCheckTransaction>( in UndoFieldWrite()