Home
last modified time | relevance | path

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

/art/runtime/mirror/
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()
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()
Dobject.h447 ALWAYS_INLINE void SetFieldShort(MemberOffset field_offset, int16_t new_value)
/art/runtime/native/
Djava_lang_reflect_Field.cc306 o->SetFieldShort<false>(offset, new_value.GetS()); in SetFieldValue()
Dsun_misc_Unsafe.cc468 obj->SetFieldShort<false>(MemberOffset(offset), newValue); in Unsafe_putShort()
/art/runtime/
Dtransaction.cc531 obj->SetFieldShort<false, kCheckTransaction>( in UndoFieldWrite()
/art/runtime/interpreter/
Dinterpreter_common.h770 obj->SetFieldShort<transaction_active>(field_offset, shadow_frame.GetVReg(vregA)); in DoIPutQuick()