Searched refs:to_string (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1YCTypes.hpp40 static const char* to_string(G1YCType type) { function in class:G1YCTypeHelper
H A Dg1ErgoVerbose.cpp52 const char* G1ErgoVerbose::to_string(int tag) { function in class:G1ErgoVerbose
H A Dg1ErgoVerbose.hpp110 static const char* to_string(int tag);
155 G1ErgoVerbose::to_string((_tag_)), \
H A Dg1CollectorPolicy.cpp1432 GCCause::to_string(gc_cause));
1440 GCCause::to_string(gc_cause));
/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/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
H A DgcCause.hpp89 static const char* to_string(GCCause::Cause cause);
103 _position = jio_snprintf(_buffer, _length, "%s (%s)", prefix, GCCause::to_string(cause));
H A DcollectedHeap.hpp346 _perf_gc_lastcause->set_value(GCCause::to_string(_gc_lastcause));
347 _perf_gc_cause->set_value(GCCause::to_string(v));
H A DcollectedHeap.cpp160 80, GCCause::to_string(_gc_cause), CHECK);
164 80, GCCause::to_string(_gc_lastcause), CHECK);
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp121 void to_string(jlong l, char* buf, size_t len);
122 void to_string(bool b, char* buf, size_t len);
123 void to_string(char* c, char* buf, size_t len);
124 void to_string(NanoTimeArgument n, char* buf, size_t len);
125 void to_string(MemorySizeArgument f, char* buf, size_t len);
126 void to_string(StringArrayArgument* s, char* buf, size_t len);
154 void value_as_str(char *buf, size_t len) { return to_string(_value, buf, len);}
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
H A DmemoryManager.cpp322 GCCause::to_string(cause));
/openjdk7/hotspot/src/share/vm/opto/
H A Dphasetype.hpp61 static const char* to_string(CompilerPhaseType cpt) { function in class:CompilerPhaseTypeHelper
H A Dcompile.hpp575 if (_printer) _printer->print_method(this, CompilerPhaseTypeHelper::to_string(cpt), level);
/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp184 void to_string(char* buffer, size_t buflen) const;
H A Djava.cpp771 void JDK_Version::to_string(char* buffer, size_t buflen) const {
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A Dnameservice.idl451 StringName to_string( in Name n ) raises (InvalidName);
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp895 GCCause::to_string(gch->gc_cause()));
902 GCCause::to_string(gch->gc_cause()));
919 GCCause::to_string(gch->gc_cause()));
925 GCCause::to_string(gch->gc_cause()));
/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()));
H A DgcTaskManager.hpp71 static const char* to_string(kind value);
/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/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
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp453 JDK_Version::current().to_string(buf, sizeof(buf));
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1048 static const char* to_string(CMSExpansionCause::Cause cause);

Completed in 120 milliseconds

12