Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h239 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_), in SetMethodsPtrUnchecked()
241 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, virtual_methods_offset_), in SetMethodsPtrUnchecked()
Dobject-inl.h515 inline void Object::SetFieldShort(MemberOffset field_offset, int16_t new_value) { in SetFieldShort() function
538 return SetFieldShort<kTransactionActive, kCheckTransaction, kVerifyFlags, true>( in SetFieldShortVolatile()
Dobject.h435 ALWAYS_INLINE void SetFieldShort(MemberOffset field_offset, int16_t new_value)
/art/runtime/
Dtransaction.cc453 obj->SetFieldShort<false, kCheckTransaction>( in UndoFieldWrite()
/art/runtime/native/
Djava_lang_reflect_Field.cc300 o->SetFieldShort<false>(offset, new_value.GetS()); in SetFieldValue()
Dsun_misc_Unsafe.cc445 obj->SetFieldShort<false>(MemberOffset(offset), newValue); in Unsafe_putShort()
/art/runtime/interpreter/
Dinterpreter_common.cc346 obj->SetFieldShort<transaction_active>(field_offset, shadow_frame.GetVReg(vregA)); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()