Searched refs:theByteType (Results 1 – 2 of 2) sorted by relevance
98 private ByteType theByteType; field in VirtualMachineImpl1068 ByteType theByteType() { in theByteType() method in VirtualMachineImpl1069 if (theByteType == null) { in theByteType()1071 if (theByteType == null) { in theByteType()1072 theByteType = new ByteTypeImpl(this); in theByteType()1076 return theByteType; in theByteType()1161 return theByteType(); in primitiveTypeMirror()
63 return vm.theByteType(); in type()