Searched refs:theBooleanType (Results 1 – 2 of 2) sorted by relevance
57 return vm.theBooleanType(); in type()
97 private BooleanType theBooleanType; field in VirtualMachineImpl1057 BooleanType theBooleanType() { in theBooleanType() method in VirtualMachineImpl1058 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()