Searched defs:codeIndex (Results 1 – 12 of 12) sorted by relevance
36 private long codeIndex; field in LocationImpl41 Method method, long codeIndex) { in LocationImpl()55 long methodRef, long codeIndex) { in LocationImpl()111 public long codeIndex() { in codeIndex() method in LocationImpl
89 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex()
156 public Location locationOfCodeIndex(long codeIndex) { in locationOfCodeIndex()173 long codeIndex) { in codeIndexToLineInfo()
121 long codeIndex) { in codeIndexToLineInfo()
562 long codeIndex = readLong(); in readLocation() local
205 private long codeIndex; field in Frame.Variable250 public void setCodeIndex(long codeIndex) { in setCodeIndex()
2298 public final int getLineNumber(long classID, long methodID, long codeIndex) { in getLineNumber()
115 long codeIndex(); in codeIndex() method
340 Location locationOfCodeIndex(long codeIndex); in locationOfCodeIndex()
65 int codeIndex) throws NoDataException { in getSourcePosition()
329 long codeIndex = reply.getNextValueAsLong(); in checkMethodVariableTable() local
315 protected int codeIndex; field in ClassFileWriter.MethodWriter