Home
last modified time | relevance | path

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

/art/runtime/
Dart_field-inl.h73 inline void ArtField::Set32(mirror::Object* object, uint32_t new_value) { in Set32() function
195 Set32<kTransactionActive>(object, i); in SetInt()
227 Set32<kTransactionActive>(object, bits.GetI()); in SetFloat()
Dart_field.h139 void Set32(mirror::Object* object, uint32_t new_value)
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc400 field->Set32<false>(field->GetDeclaringClass(), new_value); in artSet32StaticFromCode()
406 field->Set32<false>(field->GetDeclaringClass(), new_value); in artSet32StaticFromCode()
552 field->Set32<false>(obj, new_value); in artSet32InstanceFromCode()
562 field->Set32<false>(obj, new_value); in artSet32InstanceFromCode()
/art/runtime/interpreter/mterp/
Dmterp.cc588 field->Set32<false>(obj, new_value); in artSet32InstanceFromMterp()