Home
last modified time | relevance | path

Searched refs:highestLine (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DConcreteMethodImpl.java61 final int highestLine; field in ConcreteMethodImpl.SoftLocationXRefs
64 int lowestLine, int highestLine) { in SoftLocationXRefs() argument
70 this.highestLine = highestLine; in SoftLocationXRefs()
290 int highestLine = -1; in getLocations() local
315 if (lineNumber > highestLine) { in getLocations()
316 highestLine = lineNumber; in getLocations()
344 lowestLine, highestLine); in getLocations()
372 int highestLine = -1; in getBaseLocations() local
387 if (lineNumber > highestLine) { in getBaseLocations()
388 highestLine = lineNumber; in getBaseLocations()
[all …]