Searched refs:sourceDebugExtension (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/sde/
H A DSourceDebugExtensionTest.java60 String sde = targetClass.sourceDebugExtension();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSDE.java233 final String sourceDebugExtension; field in class:SDE
238 SDE(String sourceDebugExtension) { argument
239 this.sourceDebugExtension = sourceDebugExtension;
244 this.sourceDebugExtension = null;
249 if (sdePos >= sourceDebugExtension.length()) {
252 return sourceDebugExtension.charAt(sdePos);
256 if (sdePos >= sourceDebugExtension.length()) {
259 return sourceDebugExtension.charAt(sdePos++);
596 if ((sourceDebugExtension
[all...]
H A DReferenceTypeImpl.java670 public String sourceDebugExtension() method in class:ReferenceTypeImpl
679 return sde.sourceDebugExtension;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSDE.java234 final String sourceDebugExtension; field in class:SDE
239 SDE(String sourceDebugExtension) { argument
240 this.sourceDebugExtension = sourceDebugExtension;
245 this.sourceDebugExtension = null;
250 if (sdePos >= sourceDebugExtension.length()) {
253 return sourceDebugExtension.charAt(sdePos);
257 if (sdePos >= sourceDebugExtension.length()) {
260 return sourceDebugExtension.charAt(sdePos++);
597 if ((sourceDebugExtension
[all...]
H A DReferenceTypeImpl.java771 public String sourceDebugExtension() method in class:ReferenceTypeImpl
780 return sde.sourceDebugExtension;
/openjdk7/jdk/src/share/back/
H A DSDE.c101 private String sourceDebugExtension; variable
125 if ( sourceDebugExtension!=null ) {
126 jvmtiDeallocate(sourceDebugExtension);
128 sourceDebugExtension = null;
146 if (getSourceDebugExtension(clazz, &sourceDebugExtension) ==
148 sdePos = sourceDebugExtension;
290 (int)(sdePos-sourceDebugExtension),
653 if (strlen(sourceDebugExtension) <= 4 ||
H A DReferenceTypeImpl.c469 sourceDebugExtension(PacketInputStream *in, PacketOutputStream *out) function
620 ,(void *)sourceDebugExtension
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DReferenceType.java223 String sourceDebugExtension() throws AbsentInformationException; method in interface:ReferenceType
/openjdk7/hotspot/agent/test/jdi/
H A Dsagdoit.java250 //try {zz =xx.sourceDebugExtension();} catch(AbsentInformationException ee) { zz = ee;} pp("sourceDebugExtension() = " + zz);
251 //fixme: jj; should sourceDebugExtension throw UnsupportedOperationException?
252 try {zz =xx.sourceDebugExtension();} catch(Exception ee) { zz = ee;} pp("sourceDebugExtension() = " + zz);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java78 sourceDebugExtension = type.getAddressField("_source_debug_extension");
136 private static AddressField sourceDebugExtension; field in class:InstanceKlass
345 public String getSourceDebugExtension(){ return CStringUtilities.getString(sourceDebugExtension.getValue(getHandle())); }
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java2082 extension = cls.sourceDebugExtension();

Completed in 70 milliseconds