Searched refs:theVoidType (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVoidValueImpl.java44 return vm.theVoidType();
H A DVirtualMachineImpl.java110 private VoidType theVoidType; field in class:VirtualMachineImpl
1019 VoidType theVoidType() { method in class:VirtualMachineImpl
1020 if (theVoidType == null) {
1022 if (theVoidType == null) {
1023 theVoidType = new VoidTypeImpl(this);
1027 return theVoidType;
H A DReferenceTypeImpl.java905 type = vm.theVoidType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVoidValueImpl.java48 return vm.theVoidType();
H A DVirtualMachineImpl.java106 private VoidType theVoidType; field in class:VirtualMachineImpl
1146 VoidType theVoidType() { method in class:VirtualMachineImpl
1147 if (theVoidType == null) {
1149 if (theVoidType == null) {
1150 theVoidType = new VoidTypeImpl(this);
1154 return theVoidType;
H A DReferenceTypeImpl.java1141 type = vm.theVoidType();

Completed in 51 milliseconds