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

/openjdk7/hotspot/src/share/vm/utilities/
H A DquickSort.cpp71 void QuickSort::print_array(const char* prefix, int* array, int length) { function in class:QuickSort
82 print_array("Sorted array ", actual, length);
83 print_array("Expected array", expected, length);
H A DquickSort.hpp130 static void print_array(const char* prefix, int* array, int length);

Completed in 29 milliseconds