Searched refs:theLongType (Results 1 – 2 of 2) sorted by relevance
102 private LongType theLongType; field in VirtualMachineImpl1112 LongType theLongType() { in theLongType() method in VirtualMachineImpl1113 if (theLongType == null) { in theLongType()1115 if (theLongType == null) { in theLongType()1116 theLongType = new LongTypeImpl(this); in theLongType()1120 return theLongType; in theLongType()1169 return theLongType(); in primitiveTypeMirror()
68 return vm.theLongType(); in type()