Searched refs:theCharType (Results 1 – 2 of 2) sorted by relevance
99 private CharType theCharType; field in VirtualMachineImpl1079 CharType theCharType() { in theCharType() method in VirtualMachineImpl1080 if (theCharType == null) { in theCharType()1082 if (theCharType == null) { in theCharType()1083 theCharType = new CharTypeImpl(this); in theCharType()1087 return theCharType; in theCharType()1163 return theCharType(); in primitiveTypeMirror()
62 return vm.theCharType(); in type()