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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java72 bytecodeOffset = type.getSize();
99 private static long bytecodeOffset; field in class:ConstMethod
160 return getHandle().getJByteAt(bytecodeOffset + bci) & 0xFF;
217 long offs = bytecodeOffset + i;
370 return bytecodeOffset + getCodeSize();
H A DMethod.java63 bytecodeOffset = type.getSize();
94 private static long bytecodeOffset; field in class:Method

Completed in 81 milliseconds