HomeSort by relevance Sort by last modified time
    Searched refs:Set32 (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
art_field-inl.h 75 inline void ArtField::Set32(Object* object, uint32_t new_value) {
133 Set32<kTransactionActive>(object, z);
144 Set32<kTransactionActive>(object, b);
155 Set32<kTransactionActive>(object, c);
166 Set32<kTransactionActive>(object, s);
183 Set32<kTransactionActive>(object, i);
215 Set32<kTransactionActive>(object, bits.GetI());
art_field.h 129 void Set32(Object* object, uint32_t new_value) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/entrypoints/portable/
portable_field_entrypoints.cc 34 field->Set32<false>(field->GetDeclaringClass(), new_value);
41 field->Set32<false>(field->GetDeclaringClass(), new_value);
141 field->Set32<false>(obj, new_value);
148 field->Set32<false>(obj, new_value);
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 159 field->Set32<false>(field->GetDeclaringClass(), new_value);
166 field->Set32<false>(field->GetDeclaringClass(), new_value);
225 field->Set32<false>(obj, new_value);
241 field->Set32<false>(obj, new_value);
  /external/valgrind/main/VEX/priv/
host_x86_defs.c 714 i->Xin.Set32.cond = cond;
715 i->Xin.Set32.dst = dst;
    [all...]
host_x86_defs.h 504 } Set32;
  /art/runtime/
debugger.cc     [all...]

Completed in 113 milliseconds