Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_queue.cc52 ref->SetPendingNext(head); in EnqueueReference()
55 list_->SetPendingNext(ref); in EnqueueReference()
68 list_->SetPendingNext(next); in DequeuePendingReference()
70 ref->SetPendingNext(nullptr); in DequeuePendingReference()
Dreference_processor.cc333 reference->SetPendingNext(reference); in MakeCircularListIfUnenqueued()
/art/runtime/mirror/
Dreference-inl.h39 inline void Reference::SetPendingNext(ObjPtr<Reference> pending_next) { in SetPendingNext() function
Dreference.h83 void SetPendingNext(ObjPtr<Reference> pending_next) REQUIRES_SHARED(Locks::mutator_lock_);