Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java97 private BooleanType theBooleanType; field in VirtualMachineImpl
1057 BooleanType theBooleanType() { in theBooleanType() method in VirtualMachineImpl
1058 if (theBooleanType == null) { in theBooleanType()
1060 if (theBooleanType == null) { in theBooleanType()
1061 theBooleanType = new BooleanTypeImpl(this); in theBooleanType()
1065 return theBooleanType; in theBooleanType()
1159 return theBooleanType(); in primitiveTypeMirror()
DBooleanValueImpl.java57 return vm.theBooleanType(); in type()