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

  /art/runtime/mirror/
reference-inl.h 39 inline void Reference::SetPendingNext(ObjPtr<Reference> pending_next) {
41 SetFieldObject<true>(PendingNextOffset(), pending_next); local
43 SetFieldObject<false>(PendingNextOffset(), pending_next); local
reference.h 83 void SetPendingNext(ObjPtr<Reference> pending_next) REQUIRES_SHARED(Locks::mutator_lock_);
  /art/runtime/gc/
reference_queue.cc 110 ObjPtr<mirror::Reference> pending_next = cur->GetPendingNext(); local
111 os << "Reference= " << cur << " PendingNext=" << pending_next; local
116 cur = pending_next;

Completed in 468 milliseconds