Searched defs:charArrayToString (Results 1 - 1 of 1) 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));

Completed in 84 milliseconds