Searched defs:sort_helper (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhistogram.cpp66 int Histogram::sort_helper(HistogramElement** e1, HistogramElement** e2) { function in class:Histogram
86 elements()->sort(Histogram::sort_helper);
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp180 int KlassInfoHisto::sort_helper(KlassInfoEntry** e1, KlassInfoEntry** e2) { function in class:KlassInfoHisto
198 elements()->sort(KlassInfoHisto::sort_helper);

Completed in 35 milliseconds