Searched refs:getBytecodeByteArg (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java75 return method.getBytecodeByteArg(bci + offset);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java62 case 2: cpCacheIndex = method.getBytecodeByteArg(bci); break;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethod.java189 public byte getBytecodeByteArg(int bci) { method in class:Method
190 return getConstMethod().getBytecodeByteArg(bci);
H A DConstMethod.java163 public byte getBytecodeByteArg(int bci) { method in class:ConstMethod

Completed in 38 milliseconds