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

  /art/runtime/
read_barrier-inl.h 171 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); local
173 if (new_ref.AsMirrorPtr() != old_ref.AsMirrorPtr()) {
176 atomic_root->CompareExchangeStrongRelaxed(old_ref, new_ref);
intern_table.cc 70 ObjPtr<mirror::String> new_ref = root.Read<kWithoutReadBarrier>(); local
71 if (new_ref != old_ref) {
76 strong_interns_.Insert(new_ref);
thread.cc 3204 mirror::Object* new_ref = ref; local
3249 mirror::Object* new_ref = klass.Ptr(); variable
3287 mirror::Object* new_ref = ref; local
    [all...]
class_linker.cc 2101 ObjPtr<mirror::Class> new_ref = root.Read<kWithoutReadBarrier>(); local
2111 ObjPtr<mirror::Object> new_ref = root.Read<kWithoutReadBarrier>(); local
    [all...]
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 48 int new_ref = --_ref_count; local
49 assert(new_ref >= 0);
50 if (new_ref == 0) {
63 return new_ref;
  /art/runtime/gc/accounting/
mod_union_table.cc 221 mirror::Object* new_ref = visitor_->MarkObject(old_ref); local
222 if (old_ref != new_ref) {
223 root->Assign(new_ref);
  /art/runtime/mirror/
class.cc 1107 ObjPtr<Object> new_ref = ReadBarrier::BarrierForRoot(root); local
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 2048 mirror::Object* new_ref = to_ref; local
2074 mirror::Object* new_ref = to_ref; local
2092 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); local
    [all...]
  /art/runtime/gc/space/
image_space.cc 917 mirror::Object* new_ref = ForwardObject(ref); local
    [all...]

Completed in 2408 milliseconds