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

  /art/runtime/
read_barrier-inl.h 58 MirrorType* old_ref = ref; local
64 if (kAlwaysUpdateField && ref != old_ref) {
66 offset, old_ref, ref);
76 MirrorType* old_ref = ref; local
79 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) {
80 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
82 if (ref != old_ref) {
84 offset, old_ref, ref);
127 MirrorType* old_ref = ref; local
128 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
168 auto old_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); local
    [all...]
intern_table.cc 66 ObjPtr<mirror::String> old_ref = root.Read<kWithoutReadBarrier>(); local
69 if (new_ref != old_ref) {
73 strong_interns_.Remove(old_ref);
class_linker.cc 1992 ObjPtr<mirror::Class> old_ref = root.Read<kWithoutReadBarrier>(); local
2000 ObjPtr<mirror::Object> old_ref = root.Read<kWithoutReadBarrier>(); local
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 219 mirror::Object* old_ref = root->AsMirrorPtr(); local
220 mirror::Object* new_ref = visitor_->MarkObject(old_ref);
221 if (old_ref != new_ref) {
  /toolchain/binutils/binutils-2.25/ld/
ldcref.c 218 char *old_ent, *old_ref; local
244 old_ref = (char *) old_ent + entsize;
263 memcpy (old_ref, r, sizeof (struct cref_ref));
264 old_ref = (char *) old_ref + sizeof (struct cref_ref);
273 char *old_ent, *old_ref; local
285 old_ref = (char *) old_ent + entsize;
305 memcpy (r, old_ref, sizeof (struct cref_ref));
306 old_ref = (char *) old_ref + sizeof (struct cref_ref)
    [all...]
  /art/runtime/mirror/
class.cc 1041 ObjPtr<Object> old_ref = root->AsMirrorPtr(); local
    [all...]

Completed in 342 milliseconds