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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java453 return (int) getHandle().getCIntegerAt(offsetOfExceptionTableLength(), 2, true);
459 private long offsetOfExceptionTableLength() { method in class:ConstMethod
471 long offset = offsetOfExceptionTableLength();

Completed in 26 milliseconds