Searched refs:getIntAt (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
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...]
H A DConstantPoolCache.java110 public int getIntAt(int entry, int fld) { method in class:ConstantPoolCache
H A DTypeArray.java73 public int getIntAt(long index) { method in class:TypeArray
H A DInstanceKlass.java774 int originalIndex = getMethodOrdering().getIntAt(index);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaTypeArrayKlass.java88 return new Integer(typeArr.getIntAt(index));
H A Dsa.js782 write(expTbl.getIntAt(i), '\t',
783 expTbl.getIntAt(i + 1), '\t',
784 expTbl.getIntAt(i + 2), '\t');
785 var cpIndex = expTbl.getIntAt(i + 3);
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java333 return Byte.valueOf((byte) constPool.getIntAt(constIndex));
335 return Character.valueOf((char) constPool.getIntAt(constIndex));
341 return Integer.valueOf(constPool.getIntAt(constIndex));
345 return Short.valueOf((short) constPool.getIntAt(constIndex));
347 return Boolean.valueOf(constPool.getIntAt(constIndex) != 0);
501 result[i] = (byte) constPool.getIntAt(index);
520 result[i] = (char) constPool.getIntAt(index);
577 result[i] = constPool.getIntAt(index);
615 result[i] = (short) constPool.getIntAt(index);
634 result[i] = (constPool.getIntAt(inde
[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/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java203 dos.writeInt(cpool.getIntAt(ci));
204 if (DEBUG) debugMessage("CP[" + ci + "] = int " + cpool.getIntAt(ci));
281 int value = cpool.getIntAt(ci);
293 int value = cpool.getIntAt(ci);
305 int value = cpool.getIntAt(ci);
317 int value = cpool.getIntAt(ci);
326 int value = cpool.getIntAt(ci);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayReferenceImpl.java129 valueImpl = (IntegerValueImpl) vm.mirrorOf(typeArray.getIntAt(ii));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java505 buf.cell(Integer.toString(cpool.getIntAt(index)));
569 buf.cell(genLowHighShort(cpool.getIntAt(index)));
574 buf.cell(genLowHighShort(cpool.getIntAt(index)));
579 buf.cell(genLowHighShort(cpool.getIntAt(index)));
584 buf.cell(genLowHighShort(cpool.getIntAt(index)));
589 buf.cell(Integer.toString(cpool.getIntAt(index)));
594 buf.cell(Integer.toString(cpool.getIntAt(index)));
599 buf.cell(genLowHighShort(cpool.getIntAt(index)));
604 buf.cell(Integer.toString(cpool.getIntAt(index)));
609 buf.cell(genLowHighShort(cpool.getIntAt(inde
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadConstant.java159 return "<int " + Integer.toString(cpool.getIntAt(cpIndex)) +">";
/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/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
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DInstruction.java386 public int getIntAt(int off) { method in class:Instruction

Completed in 61 milliseconds