Home
last modified time | relevance | path

Searched refs:Set32 (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dart_field-inl.h64 inline void ArtField::Set32(Object* object, uint32_t new_value) const { in Set32() function
103 Set32(object, z); in SetBoolean()
115 Set32(object, b); in SetByte()
127 Set32(object, c); in SetChar()
139 Set32(object, s); in SetShort()
155 Set32(object, i); in SetInt()
187 Set32(object, bits.GetI()); in SetFloat()
Dart_field.h115 void Set32(Object* object, uint32_t new_value) const
/art/runtime/entrypoints/portable/
Dportable_field_entrypoints.cc33 field->Set32(field->GetDeclaringClass(), new_value); in art_portable_set32_static_from_code()
43 field->Set32(field->GetDeclaringClass(), new_value); in art_portable_set32_static_from_code()
142 field->Set32(obj, new_value); in art_portable_set32_instance_from_code()
148 field->Set32(obj, new_value); in art_portable_set32_instance_from_code()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc157 field->Set32(field->GetDeclaringClass(), new_value); in artSet32StaticFromCode()
163 field->Set32(field->GetDeclaringClass(), new_value); in artSet32StaticFromCode()
215 field->Set32(obj, new_value); in artSet32InstanceFromCode()
226 field->Set32(obj, new_value); in artSet32InstanceFromCode()
/art/runtime/
Ddebugger.cc1539 f->Set32(o, value); in SetFieldValueImpl()