Home
last modified time | relevance | path

Searched refs:SetFieldObject (Results 1 – 17 of 17) sorted by relevance

/art/runtime/mirror/
Ddex_cache.cc48 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()
Dstack_trace_element.cc60 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()
Dthrowable.cc37 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()
Dclass-inl.h77 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 …]
Dstring-inl.h50 SetFieldObject<false, false>(OFFSET_OF_OBJECT_MEMBER(String, array_), new_array); in SetArray()
Dreference.h85 SetFieldObject<kTransactionActive>(PendingNextOffset(), pending_next); in SetPendingNext()
Dobject_array-inl.h87 SetFieldObject<kTransactionActive, kCheckTransaction, kVerifyFlags>(OffsetOfElement(i), object); in Set()
98 SetFieldObject<kTransactionActive, kCheckTransaction, kVerifyFlags>(OffsetOfElement(i), object); in SetWithoutChecks()
Dart_method-inl.h58 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()
Dart_field-inl.h47 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(ArtField, declaring_class_), new_declaring_class); in SetDeclaringClass()
121 object->SetFieldObject<kTransactionActive>(GetOffset(), new_value); in SetObj()
Dclass.cc149 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()
Dobject-inl.h655 inline void Object::SetFieldObject(MemberOffset field_offset, Object* new_value) { in SetFieldObject() function
667 SetFieldObject<kTransactionActive, kCheckTransaction, kVerifyFlags, true>(field_offset, in SetFieldObjectVolatile()
Dclass.h442 SetFieldObject<false, false>(ComponentTypeOffset(), new_component_type); in SetComponentType()
621 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, super_class_), new_super_class); in SetSuperClass()
Dobject.h226 ALWAYS_INLINE void SetFieldObject(MemberOffset field_offset, Object* new_value)
/art/runtime/native/
Dsun_misc_Unsafe.cc150 obj->SetFieldObject<false>(MemberOffset(offset), newValue); in Unsafe_putObject()
169 obj->SetFieldObject<false>(MemberOffset(offset), newValue); in Unsafe_putOrderedObject()
/art/runtime/interpreter/
Dinterpreter.cc110 obj->SetFieldObject<true>(MemberOffset(offset), newValue); in UnstartedRuntimeJni()
112 obj->SetFieldObject<false>(MemberOffset(offset), newValue); in UnstartedRuntimeJni()
Dinterpreter_common.cc356 obj->SetFieldObject<transaction_active>(field_offset, shadow_frame.GetVRegReference(vregA)); in DoIPutQuick()
/art/runtime/
Dtransaction.cc305 obj->SetFieldObject<false, kCheckTransaction>(field_offset, in UndoFieldWrite()