Searched refs:sourceLine (Results 1 – 3 of 3) sorted by relevance
35 public int sourceLine; field in JavaStackFrameSnapshot49 this.sourceLine = that.sourceLine; in JavaStackFrameSnapshot()
212 frame.sourceLine = Integer.parseInt(javaRe.group(5)); in parse()320 + " / " + jf.sourceFile + " / " + jf.sourceLine in parse()
348 hdf.setValue("sourceLine", Integer.toString(f.sourceLine)); in makeStackFrameSnapshotHdf()