Searched refs:Set32 (Results 1 – 4 of 4) sorted by relevance
73 inline void ArtField::Set32(mirror::Object* object, uint32_t new_value) { in Set32() function195 Set32<kTransactionActive>(object, i); in SetInt()227 Set32<kTransactionActive>(object, bits.GetI()); in SetFloat()
139 void Set32(mirror::Object* object, uint32_t new_value)
400 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()
588 field->Set32<false>(obj, new_value); in artSet32InstanceFromMterp()