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

  /art/runtime/entrypoints/portable/
portable_field_entrypoints.cc 54 field->Set64<false>(field->GetDeclaringClass(), new_value);
61 field->Set64<false>(field->GetDeclaringClass(), new_value);
161 field->Set64<false>(obj, new_value);
168 field->Set64<false>(obj, new_value);
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 180 field->Set64<false>(field->GetDeclaringClass(), new_value);
187 field->Set64<false>(field->GetDeclaringClass(), new_value);
259 field->Set64<false>(obj, new_value);
272 field->Set64<false>(obj, new_value);
  /art/runtime/mirror/
art_field-inl.h 95 inline void ArtField::Set64(Object* object, uint64_t new_value) {
200 Set64<kTransactionActive>(object, j);
230 Set64<kTransactionActive>(object, bits.GetJ());
art_field.h 132 void Set64(Object* object, uint64_t new_value) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 531 } Set64;
host_amd64_defs.c 779 i->Ain.Set64.cond = cond;
780 i->Ain.Set64.dst = dst;
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 302 milliseconds