Searched refs:pending_next (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/
H A Dreference_queue.cc95 mirror::Reference* pending_next = cur->GetPendingNext(); local
96 os << "PendingNext=" << pending_next; local
101 cur = pending_next;
/art/runtime/mirror/
H A Dreference.h84 void SetPendingNext(Reference* pending_next) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
85 SetFieldObject<kTransactionActive>(PendingNextOffset(), pending_next); local

Completed in 37 milliseconds