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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp85 static GrowableArray<HistoEntry*>* sorted_array(int* array, int length) { function
120 GrowableArray<HistoEntry*>* profile = sorted_array(_counters, Bytecodes::number_of_codes);
162 GrowableArray<HistoEntry*>* profile = sorted_array(_counters, number_of_pairs);

Completed in 40 milliseconds