Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DBaseLineInfo.java55 return declaringType.baseSourcePath(); in liSourcePath()
DReferenceTypeImpl.java41 private String baseSourcePath = null; field in ReferenceTypeImpl
85 baseSourcePath = null; in noticeRedefineClass()
742 String baseSourcePath() throws AbsentInformationException { in baseSourcePath() method in ReferenceTypeImpl
743 String bsp = baseSourcePath; in baseSourcePath()
746 baseSourcePath = bsp; in baseSourcePath()