Searched defs:theBooleanType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java101 private BooleanType theBooleanType; field in class:VirtualMachineImpl
931 BooleanType theBooleanType() { method in class:VirtualMachineImpl
932 if (theBooleanType == null) {
934 if (theBooleanType == null) {
935 theBooleanType = new BooleanTypeImpl(this);
939 return theBooleanType;
1033 return theBooleanType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java97 private BooleanType theBooleanType; field in class:VirtualMachineImpl
1058 BooleanType theBooleanType() { method in class:VirtualMachineImpl
1059 if (theBooleanType == null) {
1061 if (theBooleanType == null) {
1062 theBooleanType = new BooleanTypeImpl(this);
1066 return theBooleanType;
1160 return theBooleanType();

Completed in 393 milliseconds