Searched defs:codeIndex (Results 1 – 5 of 5) sorted by relevance
205 private long codeIndex; field in Frame.Variable247 public void setCodeIndex(long codeIndex) { in setCodeIndex()
2337 public final int getLineNumber(long classID, long methodID, long codeIndex) { in getLineNumber()
65 int codeIndex) throws NoDataException { in getSourcePosition()
328 long codeIndex = reply.getNextValueAsLong(); in checkMethodVariableTable() local
315 protected int codeIndex; field in ClassFileWriter.MethodWriter