Searched refs:theDoubleType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DDoubleValueImpl.java67 return vm.theDoubleType();
H A DVirtualMachineImpl.java108 private DoubleType theDoubleType; field in class:VirtualMachineImpl
1008 DoubleType theDoubleType() { method in class:VirtualMachineImpl
1009 if (theDoubleType == null) {
1011 if (theDoubleType == null) {
1012 theDoubleType = new DoubleTypeImpl(this);
1016 return theDoubleType;
1047 return theDoubleType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DDoubleValueImpl.java68 return vm.theDoubleType();
H A DVirtualMachineImpl.java104 private DoubleType theDoubleType; field in class:VirtualMachineImpl
1135 DoubleType theDoubleType() { method in class:VirtualMachineImpl
1136 if (theDoubleType == null) {
1138 if (theDoubleType == null) {
1139 theDoubleType = new DoubleTypeImpl(this);
1143 return theDoubleType;
1174 return theDoubleType();

Completed in 44 milliseconds