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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java93 public static String charArrayToString(TypeArray charArray) { method in class:OopUtilities
97 return charArrayToString(charArray, 0, (int) charArray.getLength());
100 public static String charArrayToString(TypeArray charArray, int offset, int length) { method in class:OopUtilities
152 return charArrayToString((TypeArray) valueField.getValue(stringOop),
156 return charArrayToString((TypeArray) valueField.getValue(stringOop));
258 return charArrayToString((TypeArray) threadNameField.getValue(threadOop));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapGXLWriter.java154 out.print(escapeXMLChars(OopUtilities.charArrayToString(array)));

Completed in 31 milliseconds