Searched refs:theVoidType (Results 1 – 3 of 3) sorted by relevance
48 return vm.theVoidType(); in type()
106 private VoidType theVoidType; field in VirtualMachineImpl1145 VoidType theVoidType() { in theVoidType() method in VirtualMachineImpl1146 if (theVoidType == null) { in theVoidType()1148 if (theVoidType == null) { in theVoidType()1149 theVoidType = new VoidTypeImpl(this); in theVoidType()1153 return theVoidType; in theVoidType()
1145 type = vm.theVoidType(); in findType()