Searched defs:getIntAt (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java73 public int getIntAt(long index) { method in class:TypeArray
H A DConstantPoolCache.java110 public int getIntAt(int entry, int fld) { method in class:ConstantPoolCache
H A DConstantPool.java158 public int getIntAt(long index){ method in class:ConstantPool
196 int res = getIntAt(i);
207 int i = getIntAt(which);
254 int ref_index = getIntAt(i);
268 return extractHighShortFromInt(getIntAt(which));
337 int res = extractHighShortFromInt(getIntAt(i));
349 int res = extractLowShortFromInt(getIntAt(i));
361 int res = getIntAt(i);
373 int bsmSpec = extractLowShortFromInt(this.getIntAt(i));
523 dos.writeInt(getIntAt(c
[all...]
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DConstantPool.java48 public int getIntAt (int index) { return getIntAt0 (constantPoolOop, index); } method in class:ConstantPool
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaValueArray.java319 public int getIntAt(int index) { method in class:JavaValueArray
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java386 public int getIntAt(int off) { method in class:Instruction
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DFrame.java248 public int getIntAt(int slot) { return addressOfStackSlot(slot).getJIntAt(0); } method in class:Frame

Completed in 47 milliseconds