Searched refs:SetFieldShort (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | class-inl.h | 255 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_), in SetMethodsPtrUnchecked() 257 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, virtual_methods_offset_), in SetMethodsPtrUnchecked()
|
D | object-inl.h | 508 inline void Object::SetFieldShort(MemberOffset field_offset, int16_t new_value) { in SetFieldShort() function 531 return SetFieldShort<kTransactionActive, kCheckTransaction, kVerifyFlags, true>( in SetFieldShortVolatile()
|
D | object.h | 462 ALWAYS_INLINE void SetFieldShort(MemberOffset field_offset, int16_t new_value)
|
/art/runtime/ |
D | transaction.cc | 497 obj->SetFieldShort<false, kCheckTransaction>( in UndoFieldWrite()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 302 o->SetFieldShort<false>(offset, new_value.GetS()); in SetFieldValue()
|
D | sun_misc_Unsafe.cc | 454 obj->SetFieldShort<false>(MemberOffset(offset), newValue); in Unsafe_putShort()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 384 obj->SetFieldShort<transaction_active>(field_offset, shadow_frame.GetVReg(vregA)); in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
|