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

  /libcore/ojluni/src/main/java/java/lang/ref/
ReferenceQueue.java 222 Reference<?> next = list.pendingNext;
224 // Make pendingNext a self-loop to preserve the invariant that
225 // once enqueued, pendingNext is non-null -- without leaking
226 // the object pendingNext was previously pointing to.
227 list.pendingNext = list;
236 Reference<?> next = list.pendingNext;
238 // Make pendingNext a self-loop to preserve the
239 // invariant that once enqueued, pendingNext is
240 // non-null -- without leaking the object pendingNext
242 list.pendingNext = list
    [all...]
Reference.java 79 * The pendingNext field is initially set by the GC. After the GC forms a
82 * ReferenceQueueDaemon can then read the pendingNext fields without
85 Reference<?> pendingNext;
  /external/r8/src/test/java/com/android/tools/r8/utils/
DexInspector.java     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 169 milliseconds