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

/openjdk7/hotspot/src/share/vm/runtime/
H A Daprofiler.cpp37 GrowableArray<klassOop>* AllocationProfiler::_print_array = NULL; member in class:AllocationProfiler
86 _print_array->append(k);
108 _print_array->sort(&AllocationProfiler::compare_classes);
115 for (int index = 0; index < _print_array->length(); index++) {
116 klassOop k = _print_array->at(index);
151 _print_array = new GrowableArray<klassOop>(SystemDictionary::number_of_classes()*2);
161 _print_array = new GrowableArray<klassOop>(64);
173 _print_array = new GrowableArray<klassOop>(SystemDictionary::number_of_classes()*2);
H A Daprofiler.hpp49 static GrowableArray<klassOop>* _print_array; // temporary array for printing member in class:AllocationProfiler

Completed in 56 milliseconds