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

/openjdk7/hotspot/src/share/vm/utilities/
H A DquickSort.cpp79 bool QuickSort::compare_arrays(int* actual, int* expected, int length) { function in class:QuickSort
93 return compare_arrays(arrayToSort, expectedResult, length);
209 assert(compare_arrays(test_array, expected_array, length), "Sorting identical arrays rendered different results");
211 assert(compare_arrays(test_array, expected_array, length), "Sorting already sorted array changed order of elements - not idempotent");
H A DquickSort.hpp131 static bool compare_arrays(int* actual, int* expected, int length);

Completed in 31 milliseconds