Home
last modified time | relevance | path

Searched refs:theVoidType (Results 1 – 3 of 3) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVoidValueImpl.java48 return vm.theVoidType(); in type()
DVirtualMachineImpl.java106 private VoidType theVoidType; field in VirtualMachineImpl
1145 VoidType theVoidType() { in theVoidType() method in VirtualMachineImpl
1146 if (theVoidType == null) { in theVoidType()
1148 if (theVoidType == null) { in theVoidType()
1149 theVoidType = new VoidTypeImpl(this); in theVoidType()
1153 return theVoidType; in theVoidType()
DReferenceTypeImpl.java1145 type = vm.theVoidType(); in findType()