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

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DgcCause.cpp28 const char* GCCause::to_string(GCCause::Cause cause) { function in class:GCCause
H A DgcName.hpp45 static const char* to_string(GCName name) { function in class:GCNameHelper
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1ErgoVerbose.cpp52 const char* G1ErgoVerbose::to_string(int tag) { function in class:G1ErgoVerbose
H A Dg1YCTypes.hpp40 static const char* to_string(G1YCType type) { function in class:G1YCTypeHelper
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcWhen.hpp39 static const char* to_string(GCWhen::Type when) { function in class:GCWhen
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp47 void GenDCmdArgument::to_string(jlong l, char* buf, size_t len) { function in class:GenDCmdArgument
51 void GenDCmdArgument::to_string(bool b, char* buf, size_t len) { function in class:GenDCmdArgument
55 void GenDCmdArgument::to_string(NanoTimeArgument n, char* buf, size_t len) { function in class:GenDCmdArgument
59 void GenDCmdArgument::to_string(MemorySizeArgument m, char* buf, size_t len) { function in class:GenDCmdArgument
63 void GenDCmdArgument::to_string(char* c, char* buf, size_t len) { function in class:GenDCmdArgument
67 void GenDCmdArgument::to_string(StringArrayArgument* f, char* buf, size_t len) { function in class:GenDCmdArgument
/openjdk7/hotspot/src/share/vm/opto/
H A Dphasetype.hpp61 static const char* to_string(CompilerPhaseType cpt) { function in class:CompilerPhaseTypeHelper
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingContextImpl.java861 public String to_string(org.omg.CosNaming.NameComponent[] n) method in class:NamingContextImpl
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp38 const char* GCTask::Kind::to_string(kind value) { function in class:GCTask::Kind
597 task, GCTask::Kind::to_string(task->kind()));
677 which, result, GCTask::Kind::to_string(result->kind()));
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNamingContextImpl.java1148 public String to_string(org.omg.CosNaming.NameComponent[] n) method in class:NamingContextImpl

Completed in 63 milliseconds