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

/external/webkit/Source/JavaScriptCore/wtf/
H A DNonCopyingSort.h53 inline void heapify(RandomAccessIterator array, ptrdiff_t count, Predicate compareLess) function in namespace:WTF
67 heapify(start, count, compareLess);

Completed in 57 milliseconds