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

  /art/runtime/gc/
reference_queue.cc 95 mirror::Reference* pending_next = cur->GetPendingNext(); local
96 os << "PendingNext=" << pending_next; local
101 cur = pending_next;
  /art/runtime/mirror/
reference.h 84 void SetPendingNext(Reference* pending_next) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
85 SetFieldObject<kTransactionActive>(PendingNextOffset(), pending_next); local

Completed in 1202 milliseconds