Searched defs:getLineNumberFromBCI (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java251 public int getLineNumberFromBCI(int bci) { method in class:ConstMethod
H A DMethod.java295 public int getLineNumberFromBCI(int bci) { method in class:Method
296 return getConstMethod().getLineNumberFromBCI(bci);

Completed in 281 milliseconds