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

  /art/runtime/
art_field-inl.h 93 inline void ArtField::Set64(mirror::Object* object, uint64_t new_value) {
212 Set64<kTransactionActive>(object, j);
242 Set64<kTransactionActive>(object, bits.GetJ());
art_field.h 145 void Set64(mirror::Object* object, uint64_t new_value) SHARED_REQUIRES(Locks::mutator_lock_);
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 421 field->Set64<false>(field->GetDeclaringClass(), new_value);
427 field->Set64<false>(field->GetDeclaringClass(), new_value);
578 field->Set64<false>(obj, new_value);
588 field->Set64<false>(obj, new_value);
  /art/runtime/interpreter/mterp/
mterp.cc 535 field->Set64<false>(field->GetDeclaringClass(), *new_value);
541 field->Set64<false>(field->GetDeclaringClass(), *new_value);
600 field->Set64<false>(obj, *new_value);
  /external/valgrind/VEX/priv/
host_amd64_defs.h 549 } Set64;
host_amd64_defs.c 782 i->Ain.Set64.cond = cond;
783 i->Ain.Set64.dst = dst;
    [all...]

Completed in 1492 milliseconds