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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java68 cpCacheIndex = method.getBytecodeIntArg(bci);
164 operand += method.getBytecodeIntArg(bci + 1);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java67 return method.getBytecodeIntArg(bci + offset);
H A DBytecodeStream.java127 public int dest_w() { return bci() + _method.getBytecodeIntArg(bci() + 1); }
H A DBytecodes.java315 int lo = method.getBytecodeIntArg(alignedBCI + 1*jintSize);
316 int hi = method.getBytecodeIntArg(alignedBCI + 2*jintSize);
325 int npairs = method.getBytecodeIntArg(alignedBCI + jintSize);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethod.java207 public int getBytecodeIntArg(int bci) { method in class:Method
208 return getConstMethod().getBytecodeIntArg(bci);
H A DConstMethod.java189 public int getBytecodeIntArg(int bci) { method in class:ConstMethod

Completed in 39 milliseconds