Searched defs:short_name (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.hpp79 virtual const char* short_name() const { return "ASParNew"; } function in class:ASParNewGeneration
H A DparNewGeneration.hpp376 virtual const char* short_name() const { return "ParNew"; } function in class:ParNewGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSOldGen.hpp66 virtual const char* short_name() const { return "ASPSOldGen"; } function in class:ASPSOldGen
H A DasPSYoungGen.hpp74 virtual const char* short_name() const { return "ASPSYoungGen"; } function in class:ASPSYoungGen
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsPermGen.hpp77 const char* short_name() const { function in class:CMSPermGenGen
H A DconcurrentMarkSweepGeneration.hpp1323 virtual const char* short_name() const { return "CMS"; } function in class:ConcurrentMarkSweepGeneration
1360 virtual const char* short_name() const { return "ASCMS"; } function in class:ASConcurrentMarkSweepGeneration
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.hpp69 const char* short_name() const { return "Tenured"; } function in class:TenuredGeneration
H A DcompactingPermGenGen.hpp130 const char* short_name() const { function in class:CompactingPermGenGen
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CFGPrinter.cpp57 char* method_name(ciMethod* method, bool short_name = false);
147 char* CFGPrinterOutput::method_name(ciMethod* method, bool short_name) { argument
149 if (short_name) {
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp514 const char *short_name = "short_name"; local
518 print_prop(short_name, "PA");
521 print_prop(short_name, buffer);
524 print_prop(short_name, "T");
526 print_prop(short_name, "F");
537 print_prop(short_name, buffer);
539 print_prop(short_name, "I");
542 print_prop(short_name, "^");
551 print_prop(short_name, buffe
[all...]

Completed in 76 milliseconds