Searched refs:theDoubleType (Results 1 – 2 of 2) sorted by relevance
104 private DoubleType theDoubleType; field in VirtualMachineImpl1134 DoubleType theDoubleType() { in theDoubleType() method in VirtualMachineImpl1135 if (theDoubleType == null) { in theDoubleType()1137 if (theDoubleType == null) { in theDoubleType()1138 theDoubleType = new DoubleTypeImpl(this); in theDoubleType()1142 return theDoubleType; in theDoubleType()1173 return theDoubleType(); in primitiveTypeMirror()
68 return vm.theDoubleType(); in type()