Searched refs:getSlot (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DSlotWidget.java76 public Slot getSlot() { method in class:SlotWidget
97 if (getSlot().getShortName() != null && getSlot().getShortName().length() > 0 && scene.getRealZoomFactor() >= TEXT_ZOOM_FACTOR) {
100 Rectangle2D r1 = g.getFontMetrics().getStringBounds(getSlot().getShortName(), g);
101 g.drawString(getSlot().getShortName(), (int) (this.getBounds().width - r1.getWidth()) / 2, (int) (this.getBounds().height + r1.getHeight()) / 2);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DVariablePanel.java108 local.getSlot());
115 local.getSlot());
128 " at slot " + local.getSlot());
136 node = new sun.jvm.hotspot.ui.tree.FloatTreeNodeAdapter(coll.floatAt(local.getSlot()), f, true);
140 node = new sun.jvm.hotspot.ui.tree.DoubleTreeNodeAdapter(coll.doubleAt(local.getSlot()), f, true);
144 node = new sun.jvm.hotspot.ui.tree.CharTreeNodeAdapter((char) coll.intAt(local.getSlot()), f, true);
150 node = new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter(coll.intAt(local.getSlot()), f, true);
155 ((coll.intAt(local.getSlot()) != 0) ? true : false), f, true
160 node = new sun.jvm.hotspot.ui.tree.LongTreeNodeAdapter(coll.longAt(local.getSlot()), f, true);
166 VM.getVM().getObjectHeap().newOop(coll.oopHandleAt(local.getSlot())),
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DHierarchicalGraphLayout.java65 return from.getSlot();
69 return to.getSlot();
134 public Port getSlot() { method in class:HierarchicalGraphLayout.VertexWrapper
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DLocalVariableTableElement.java89 public int getSlot() { method in class:LocalVariableTableElement
H A DMethod.java322 slot == local.getSlot()) {
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DReflectAccess.java116 return c.getSlot();
H A DConstructor.java592 int getSlot() { method in class:Constructor
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java167 int slot = cur.getSlot();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConcreteMethodImpl.java437 int slot = locals[ii].getSlot();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java628 dos.writeShort((short) localVariableTable[l].getSlot());

Completed in 66 milliseconds