Searched refs:OopUtilities (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadGroupReferenceImpl.java29 import sun.jvm.hotspot.oops.OopUtilities;
46 return OopUtilities.threadGroupOopGetName(ref());
51 (Instance)OopUtilities.threadGroupOopGetParent(ref()));
66 Oop[] myThreads = OopUtilities.threadGroupOopGetThreads(ref());
70 JavaThread jt = OopUtilities.threadOopGetJavaThread(myThreads[ii]);
80 Oop[] myGroups = OopUtilities.threadGroupOopGetGroups(ref());
H A DStringReferenceImpl.java29 import sun.jvm.hotspot.oops.OopUtilities;
38 value = OopUtilities.stringOopToString(oRef);
H A DThreadReferenceImpl.java39 import sun.jvm.hotspot.oops.OopUtilities;
71 myJavaThread = OopUtilities.threadOopGetJavaThread(oRef);
88 return OopUtilities.threadOopGetName(ref());
116 int state = OopUtilities.threadOopGetThreadStatus(ref());
174 (Instance)OopUtilities.threadOopGetThreadGroup(ref()));
H A DObjectReferenceImpl.java36 import sun.jvm.hotspot.oops.OopUtilities;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DConcurrentLocksPrinter.java55 Oop threadOop = OopUtilities.abstractOwnableSynchronizerGetOwnerThread(oop);
59 return OopUtilities.threadOopGetJavaThread(threadOop);
H A DDeadlockDetector.java94 Oop threadOop = OopUtilities.abstractOwnableSynchronizerGetOwnerThread(waitingToLockBlocker);
96 currentThread = OopUtilities.threadOopGetJavaThread(threadOop);
198 Oop threadOop = OopUtilities.abstractOwnableSynchronizerGetOwnerThread(waitingToLockBlocker);
199 currentThread = OopUtilities.threadOopGetJavaThread(threadOop);
H A DJavaThread.java344 return OopUtilities.threadOopGetName(threadObj);
385 return OopUtilities.threadOopGetParkBlocker(threadObj);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstance.java75 tty.print("\"" + OopUtilities.stringOopToString(this) + "\"");
H A DOopUtilities.java38 public class OopUtilities implements /* imports */ JVMTIThreadState { class in inherits:JVMTIThreadState
H A DConstantPool.java573 String str = OopUtilities.stringOopToString(getObjAtRaw(ci));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaThread.java41 this.jthread = OopUtilities.threadOopGetJavaThread(threadOop);
95 return OopUtilities.threadOopGetName(getOop());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadConstant.java175 return "<String \"" + OopUtilities.stringOopToString(obj.getOop()) + "\">";
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapGXLWriter.java154 out.print(escapeXMLChars(OopUtilities.charArrayToString(array)));
H A DObjectReader.java239 return OopUtilities.stringOopToString(oop);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java258 String str = OopUtilities.stringOopToString(cpool.getObjAtRaw(ci));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java564 escapeHTMLSpecialChars(OopUtilities.stringOopToString(cpool.getObjAtRaw(index))) + "\"");

Completed in 53 milliseconds