Searched refs:oh (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DObjectHistogram.java55 ObjectHistogram oh = new ObjectHistogram();
56 oh.start(args);
57 oh.stop();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciObject.java55 OopHandle oh = handleField.getValue(getAddress()).getOopHandleAt(0);
56 return VM.getVM().getObjectHeap().newOop(oh);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DCompileTask.java59 OopHandle oh = methodField.getValue(getAddress()).getOopHandleAt(0);
60 return (Method)VM.getVM().getObjectHeap().newOop(oh);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DStringTable.java67 ObjectHeap oh = VM.getVM().getObjectHeap();
72 Instance s = (Instance)oh.newOop(e.literalValue().addOffsetToAsOopHandle(0));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DSOQLEngine.java204 ObjectHeap oh = VM.getVM().getObjectHeap();
205 oh.iterateObjectsOfKlass(new HeapVisitor() {
/openjdk7/jdk/test/java/io/Serializable/oldTests/
H A DCheckingEquality.java178 transient Object oh; field in class:Thirdpsio
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp613 float ow = 0.0f, oh = 0.0f; local
615 ADJUST_PGRAM(oy, oy21, oh);
617 ADJUST_PGRAM(oy, oy12, oh);
621 float oy22 = ceil(oy + oh);

Completed in 39 milliseconds