Home
last modified time | relevance | path

Searched refs:heapify (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DPriorityBlockingQueue.java248 boolean heapify = true; // true if not known to be in heap order in PriorityBlockingQueue()
253 heapify = false; in PriorityBlockingQueue()
261 heapify = false; in PriorityBlockingQueue()
275 if (heapify) in PriorityBlockingQueue()
276 heapify(); in PriorityBlockingQueue()
436 private void heapify() { in heapify() method in PriorityBlockingQueue
/libcore/ojluni/src/main/java/java/util/
DTimer.java468 queue.heapify(); in purge()
716 void heapify() {
DPriorityQueue.java275 heapify(); in initFromCollection()
734 private void heapify() { in heapify() method in PriorityQueue
799 heapify(); in readObject()