Home
last modified time | relevance | path

Searched refs:SetPendingNext (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/
Dreference_queue.cc53 ref->SetPendingNext(head); in EnqueueReference()
56 list_->SetPendingNext(ref); in EnqueueReference()
69 list_->SetPendingNext(next); in DequeuePendingReference()
71 ref->SetPendingNext(nullptr); in DequeuePendingReference()
Dreference_processor.cc361 reference->SetPendingNext(reference); in MakeCircularListIfUnenqueued()
/art/runtime/mirror/
Dreference-inl.h38 inline void Reference::SetPendingNext(ObjPtr<Reference> pending_next) { in SetPendingNext() function
Dreference.h83 void SetPendingNext(ObjPtr<Reference> pending_next) REQUIRES_SHARED(Locks::mutator_lock_);