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

/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp180 int KlassInfoHisto::sort_helper(KlassInfoEntry** e1, KlassInfoEntry** e2) {
184 KlassInfoHisto::KlassInfoHisto(const char* title) : function in class:KlassInfoHisto
189 KlassInfoHisto::~KlassInfoHisto() {
193 void KlassInfoHisto::add(KlassInfoEntry* cie) {
197 void KlassInfoHisto::sort() {
198 elements()->sort(KlassInfoHisto::sort_helper);
201 void KlassInfoHisto::print_elements(outputStream* st) const {
215 void KlassInfoHisto
[all...]
H A DheapInspection.hpp41 // KlassInfoHisto is a growable array of pointers
109 class KlassInfoHisto : public StackObj { class in inherits:StackObj
119 KlassInfoHisto(const char* title);
120 ~KlassInfoHisto();

Completed in 30 milliseconds