Searched refs:heapify (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DMultiValuedNodeHeapIterator.java202 heapify(0);
206 heapify(0);
223 heapify(i);
243 private void heapify(int i) { method in class:MultiValuedNodeHeapIterator
276 heapify(i);
289 heapify(i);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DPriorityBlockingQueue.java237 boolean heapify = true; // true if not known to be in heap order
242 heapify = false;
250 heapify = false;
264 if (heapify)
265 heapify();
427 private void heapify() { method in class:PriorityBlockingQueue
/openjdk7/jdk/src/share/classes/java/util/
H A DTimer.java468 queue.heapify();
716 void heapify() { method in class:TaskQueue
H A DPriorityQueue.java260 heapify();
711 private void heapify() { method in class:PriorityQueue
773 heapify();

Completed in 169 milliseconds