Searched refs:theIntegerType (Results 1 – 2 of 2) sorted by relevance
101 private IntegerType theIntegerType; field in VirtualMachineImpl1101 IntegerType theIntegerType() { in theIntegerType() method in VirtualMachineImpl1102 if (theIntegerType == null) { in theIntegerType()1104 if (theIntegerType == null) { in theIntegerType()1105 theIntegerType = new IntegerTypeImpl(this); in theIntegerType()1109 return theIntegerType; in theIntegerType()1167 return theIntegerType(); in primitiveTypeMirror()
62 return vm.theIntegerType(); in type()