Searched refs:Set32 (Results 1 – 5 of 5) sorted by relevance
/art/runtime/mirror/ |
D | art_field-inl.h | 64 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()
|
D | art_field.h | 115 void Set32(Object* object, uint32_t new_value) const
|
/art/runtime/entrypoints/portable/ |
D | portable_field_entrypoints.cc | 33 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/ |
D | quick_field_entrypoints.cc | 157 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/ |
D | debugger.cc | 1539 f->Set32(o, value); in SetFieldValueImpl()
|