Searched refs:SetFieldShort (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | class-inl.h | 239 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()
|
D | object-inl.h | 515 inline void Object::SetFieldShort(MemberOffset field_offset, int16_t new_value) { in SetFieldShort() function 538 return SetFieldShort<kTransactionActive, kCheckTransaction, kVerifyFlags, true>( in SetFieldShortVolatile()
|
D | object.h | 435 ALWAYS_INLINE void SetFieldShort(MemberOffset field_offset, int16_t new_value)
|
/art/runtime/ |
D | transaction.cc | 453 obj->SetFieldShort<false, kCheckTransaction>( in UndoFieldWrite()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 300 o->SetFieldShort<false>(offset, new_value.GetS()); in SetFieldValue()
|
D | sun_misc_Unsafe.cc | 445 obj->SetFieldShort<false>(MemberOffset(offset), newValue); in Unsafe_putShort()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 346 obj->SetFieldShort<transaction_active>(field_offset, shadow_frame.GetVReg(vregA)); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
|