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 59 MirrorType* old_ref = ref; local
65 if (kAlwaysUpdateField && ref != old_ref) {
67 offset, old_ref, ref);
77 MirrorType* old_ref = ref; local
80 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) {
81 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
83 if (ref != old_ref) {
85 offset, old_ref, ref);
128 MirrorType* old_ref = ref; local
129 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
169 auto old_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); local
    [all...]
intern_table.cc 68 ObjPtr<mirror::String> old_ref = root.Read<kWithoutReadBarrier>(); local
71 if (new_ref != old_ref) {
75 strong_interns_.Remove(old_ref);
class_linker.cc 2099 ObjPtr<mirror::Class> old_ref = root.Read<kWithoutReadBarrier>(); local
2107 ObjPtr<mirror::Object> old_ref = root.Read<kWithoutReadBarrier>(); local
    [all...]
  /art/runtime/gc/accounting/
mod_union_table.cc 220 mirror::Object* old_ref = root->AsMirrorPtr(); local
221 mirror::Object* new_ref = visitor_->MarkObject(old_ref);
222 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 1106 ObjPtr<Object> old_ref = root->AsMirrorPtr(); local
    [all...]

Completed in 285 milliseconds