Searched refs:shortAt (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DStackValueCollection.java47 public short shortAt(int slot) { return (short) get(slot).getInteger(); } method in class:StackValueCollection
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaValueArray.java236 res[i] = shortAt(index, data);
316 return shortAt(index << 1, getValue());
394 short val = shortAt(i, value);
H A DJavaLazyReadObject.java143 protected static short shortAt(int index, byte[] value) { method in class:JavaLazyReadObject
H A DJavaObject.java289 short value = shortAt(index, data);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java183 value = new Short(values.shortAt(slot));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DStackFrameImpl.java282 valueImpl = (ShortValueImpl) vm.mirrorOf(values.shortAt(ss));

Completed in 1010 milliseconds