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

  /art/runtime/
read_barrier-inl.h 60 MirrorType* old_ref = ref; local
66 if (kAlwaysUpdateField && ref != old_ref) {
68 offset, old_ref, ref);
78 MirrorType* old_ref = ref; local
81 if (heap != nullptr && heap->GetReadBarrierTable()->IsSet(old_ref)) {
82 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
84 if (ref != old_ref) {
86 offset, old_ref, ref);
129 MirrorType* old_ref = ref; local
130 ref = reinterpret_cast<MirrorType*>(Mark(old_ref));
170 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 1966 ObjPtr<mirror::Class> old_ref = root.Read<kWithoutReadBarrier>(); local
1974 ObjPtr<mirror::Object> old_ref = root.Read<kWithoutReadBarrier>(); local
    [all...]
  /art/runtime/mirror/
object-readbarrier-inl.h 215 uint32_t old_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(old_value));
220 bool success = atomic_addr->CompareAndSetStrongRelaxed(old_ref, new_ref);
244 uint32_t old_ref(PtrCompression<kPoisonHeapReferences, Object>::Compress(old_value));
249 bool success = atomic_addr->CompareAndSetStrongRelease(old_ref, new_ref);
object-inl.h 989 uint32_t old_ref = atomic_addr->ExchangeSequentiallyConsistent(new_ref); local
    [all...]
class.cc 1156 ObjPtr<Object> old_ref = root->AsMirrorPtr(); local
    [all...]
  /toolchain/binutils/binutils-2.27/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/gc/accounting/
mod_union_table.cc 221 mirror::Object* old_ref = root->AsMirrorPtr(); local
222 mirror::Object* new_ref = visitor_->MarkObject(old_ref);
223 if (old_ref != new_ref) {
  /external/libchrome/base/metrics/
field_trial_unittest.cc 1301 FieldTrial::FieldTrialRef old_ref = trial->ref_; local
    [all...]

Completed in 215 milliseconds