Home | History | Annotate | Download | only in heapdump

Lines Matching defs:weak

171    * soft/weak/phantom/finalizer reference. An object is weakly reachable if
189 * object, neither through strong nor soft/weak/phantom/finalizer
388 * Returns a list of objects with soft/weak/phantom/finalizer references to
514 * include a soft/weak/phantom/finalizer reference somewhere along it.
609 // Then continue the breadth first search through weak references.
611 Queue<Reference> weak = new ArrayDeque<Reference>();
631 weak.add(childRef);
644 while (!weak.isEmpty()) {
645 Reference ref = weak.poll();
654 weak.add(childRef);