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

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

Completed in 460 milliseconds