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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java56 public int getIndexU4() { return method.getNativeIntArg(bci() + 1); }
H A DBytecodeStream.java135 public int getIndexU4() { return _method.getNativeIntArg(bci() + 1); }
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethod.java213 public int getNativeIntArg(int bci) { method in class:Method
214 return getConstMethod().getNativeIntArg(bci);
H A DConstMethod.java200 public int getNativeIntArg(int bci) { method in class:ConstMethod

Completed in 33 milliseconds