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

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp47 DCmdFactory::register_DCmdFactory(new DCmdFactoryImpl<ClassHistogramDCmd>(true, false));
293 ClassHistogramDCmd::ClassHistogramDCmd(outputStream* output, bool heap) : function in class:ClassHistogramDCmd
300 void ClassHistogramDCmd::execute(TRAPS) {
307 int ClassHistogramDCmd::num_arguments() {
309 ClassHistogramDCmd* dcmd = new ClassHistogramDCmd(NULL, false);
H A DdiagnosticCommand.hpp182 class ClassHistogramDCmd : public DCmdWithParser { class in inherits:DCmdWithParser
186 ClassHistogramDCmd(outputStream* output, bool heap);

Completed in 48 milliseconds