Searched refs:theFloatType (Results 1 – 2 of 2) sorted by relevance
103 private FloatType theFloatType; field in VirtualMachineImpl1123 FloatType theFloatType() { in theFloatType() method in VirtualMachineImpl1124 if (theFloatType == null) { in theFloatType()1126 if (theFloatType == null) { in theFloatType()1127 theFloatType = new FloatTypeImpl(this); in theFloatType()1131 return theFloatType; in theFloatType()1171 return theFloatType(); in primitiveTypeMirror()
68 return vm.theFloatType(); in type()