/art/runtime/mirror/ |
D | dex_cache.cc | 48 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in Init() 49 SetFieldObject<false>(StringsOffset(), strings); in Init() 50 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_), resolved_types); in Init() 51 SetFieldObject<false>(ResolvedMethodsOffset(), resolved_methods); in Init() 52 SetFieldObject<false>(ResolvedFieldsOffset(), resolved_fields); in Init()
|
D | stack_trace_element.cc | 60 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, declaring_class_), in Init() 62 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, method_name_), in Init() 64 SetFieldObject<kTransactionActive>(OFFSET_OF_OBJECT_MEMBER(StackTraceElement, file_name_), in Init()
|
D | throwable.cc | 37 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_), new_detail_message); in SetDetailMessage() 39 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_), in SetDetailMessage() 50 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause() 52 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_), cause); in SetCause()
|
D | class-inl.h | 77 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, direct_methods_), new_direct_methods); in SetDirectMethods() 106 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, virtual_methods_), new_virtual_methods); in SetVirtualMethods() 142 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, vtable_), new_vtable); in SetVTable() 152 SetFieldObject<false>(MemberOffset(offset), method); in SetEmbeddedImTableEntry() 188 SetFieldObject<false>(MemberOffset(offset), method); in SetEmbeddedVTableEntry() 396 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, iftable_), new_iftable); in SetIfTable() 437 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, ifields_), new_ifields); in SetIFields() 449 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, sfields_), new_sfields); in SetSFields() 502 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Class, verify_error_class_), klass); in SetVerifyErrorClass() 504 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, verify_error_class_), klass); in SetVerifyErrorClass() [all …]
|
D | string-inl.h | 50 SetFieldObject<false, false>(OFFSET_OF_OBJECT_MEMBER(String, array_), new_array); in SetArray()
|
D | reference.h | 85 SetFieldObject<kTransactionActive>(PendingNextOffset(), pending_next); in SetPendingNext()
|
D | object_array-inl.h | 87 SetFieldObject<kTransactionActive, kCheckTransaction, kVerifyFlags>(OffsetOfElement(i), object); in Set() 98 SetFieldObject<kTransactionActive, kCheckTransaction, kVerifyFlags>(OffsetOfElement(i), object); in SetWithoutChecks()
|
D | art_method-inl.h | 58 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, declaring_class_), in SetDeclaringClass() 550 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_methods_), in SetDexCacheResolvedMethods() 555 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, dex_cache_resolved_types_), in SetDexCacheResolvedTypes()
|
D | art_field-inl.h | 47 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(ArtField, declaring_class_), new_declaring_class); in SetDeclaringClass() 121 object->SetFieldObject<kTransactionActive>(GetOffset(), new_value); in SetObj()
|
D | class.cc | 149 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_), new_dex_cache); in SetDexCache() 355 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Class, class_loader_), new_class_loader); in SetClassLoader() 357 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, class_loader_), new_class_loader); in SetClassLoader()
|
D | object-inl.h | 655 inline void Object::SetFieldObject(MemberOffset field_offset, Object* new_value) { in SetFieldObject() function 667 SetFieldObject<kTransactionActive, kCheckTransaction, kVerifyFlags, true>(field_offset, in SetFieldObjectVolatile()
|
D | class.h | 442 SetFieldObject<false, false>(ComponentTypeOffset(), new_component_type); in SetComponentType() 621 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, super_class_), new_super_class); in SetSuperClass()
|
D | object.h | 226 ALWAYS_INLINE void SetFieldObject(MemberOffset field_offset, Object* new_value)
|
/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 150 obj->SetFieldObject<false>(MemberOffset(offset), newValue); in Unsafe_putObject() 169 obj->SetFieldObject<false>(MemberOffset(offset), newValue); in Unsafe_putOrderedObject()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 110 obj->SetFieldObject<true>(MemberOffset(offset), newValue); in UnstartedRuntimeJni() 112 obj->SetFieldObject<false>(MemberOffset(offset), newValue); in UnstartedRuntimeJni()
|
D | interpreter_common.cc | 356 obj->SetFieldObject<transaction_active>(field_offset, shadow_frame.GetVRegReference(vregA)); in DoIPutQuick()
|
/art/runtime/ |
D | transaction.cc | 305 obj->SetFieldObject<false, kCheckTransaction>(field_offset, in UndoFieldWrite()
|