Searched refs:theBooleanType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DBooleanValueImpl.java56 return vm.theBooleanType();
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 DBooleanValueImpl.java57 return vm.theBooleanType();
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 96 milliseconds