HomeSort by relevance Sort by last modified time
    Searched refs:SetFieldShort (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
class-inl.h 240 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, copied_methods_offset_),
242 SetFieldShort<false>(OFFSET_OF_OBJECT_MEMBER(Class, virtual_methods_offset_),
    [all...]
object-inl.h 514 inline void Object::SetFieldShort(MemberOffset field_offset, int16_t new_value) {
537 return SetFieldShort<kTransactionActive, kCheckTransaction, kVerifyFlags, true>(
    [all...]
object.h 440 ALWAYS_INLINE void SetFieldShort(MemberOffset field_offset, int16_t new_value)
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 302 o->SetFieldShort<false>(offset, new_value.GetS());
sun_misc_Unsafe.cc 449 obj->SetFieldShort<false>(MemberOffset(offset), newValue);
  /art/runtime/
transaction.cc 455 obj->SetFieldShort<false, kCheckTransaction>(
  /art/runtime/interpreter/
interpreter_common.cc 362 obj->SetFieldShort<transaction_active>(field_offset, shadow_frame.GetVReg(vregA));
    [all...]

Completed in 2298 milliseconds