Searched defs:sourceFileName (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberInfo.java34 private String sourceFileName; field in class:BasicLineNumberInfo
39 public BasicLineNumberInfo(String sourceFileName, argument
43 this.sourceFileName = sourceFileName;
50 public String getSourceFileName() { return sourceFileName; }
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DStackFrame.java58 private String sourceFileName; field in class:StackFrame
62 String className, String sourceFileName, int lineNumber) {
66 this.sourceFileName = sourceFileName;
86 return sourceFileName;
61 StackFrame(String methodName, String methodSignature, String className, String sourceFileName, int lineNumber) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java1061 private String sourceFileName; field in class:BugSpot.JavaUserData
1065 JavaUserData(String packageName, String sourceFileName) { argument
1067 this.sourceFileName = sourceFileName;
1071 String sourceFileName() { return sourceFileName; } method in class:BugSpot.JavaUserData
1320 getAgent().toggleJavaBreakpoint(data.sourceFileName(),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java77 sourceFileName = type.getAddressField("_source_file_name");
135 private static AddressField sourceFileName; field in class:InstanceKlass
344 public Symbol getSourceFileName() { return getSymbol(sourceFileName); }

Completed in 306 milliseconds