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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java78 localVariableTableElementSize = type.getSize();
102 private static long localVariableTableElementSize; field in class:ConstMethod
320 offset += localVariableTableElementSize;
447 offset -= length * localVariableTableElementSize;

Completed in 30 milliseconds