Searched refs:isPrepared (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DInterfaceTypeImpl.java62 if (interfaze.isPrepared() && interfaze.superinterfaces().contains(this)) {
75 if (clazz.isPrepared() && clazz.interfaces().contains(this)) {
176 return isPrepared();
H A DClassLoaderReferenceImpl.java55 if (type.isPrepared() &&
H A DArrayTypeImpl.java191 public boolean isPrepared() { return true; } method in class:ArrayTypeImpl
H A DReferenceTypeImpl.java52 private boolean isPrepared = false; field in class:ReferenceTypeImpl
268 public boolean isPrepared() { method in class:ReferenceTypeImpl
276 return isPrepared;
1054 isPrepared = true;
1067 isPrepared = true;
/openjdk7/jdk/test/com/sun/jdi/
H A DUnpreparedByName.java67 boolean preped = cls.isPrepared();
H A DUnpreparedClasses.java65 boolean preped = cls.isPrepared() || (cls instanceof ArrayReference);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DInterfaceTypeImpl.java67 if (interfaze.isPrepared() && interfaze.superinterfaces().contains(this)) {
88 if (clazz.isPrepared() && clazz.interfaces().contains(this)) {
198 return isPrepared();
H A DArrayTypeImpl.java201 public boolean isPrepared() { return true; } method in class:ArrayTypeImpl
H A DReferenceTypeImpl.java203 public boolean isPrepared() { method in class:ReferenceTypeImpl
208 if (! isPrepared()) {
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DReferenceType.java263 boolean isPrepared(); method in interface:ReferenceType
280 * same value as {@link #isPrepared()}.
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEventRequestSpec.java124 if (refType.isPrepared() && refSpec.matches(refType)) {
/openjdk7/hotspot/agent/test/jdi/
H A Dsagdoit.java258 pp("isPrepared() = " + xx.isPrepared());

Completed in 82 milliseconds