Searched refs:pending_next (Results 1 – 2 of 2) sorted by relevance
95 mirror::Reference* pending_next = cur->GetPendingNext(); in Dump() local96 os << "PendingNext=" << pending_next; in Dump()101 cur = pending_next; in Dump()
84 void SetPendingNext(Reference* pending_next) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetPendingNext() argument85 SetFieldObject<kTransactionActive>(PendingNextOffset(), pending_next); in SetPendingNext()