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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DFloatValueImpl.java67 return vm.theFloatType();
H A DVirtualMachineImpl.java107 private FloatType theFloatType; field in class:VirtualMachineImpl
997 FloatType theFloatType() { method in class:VirtualMachineImpl
998 if (theFloatType == null) {
1000 if (theFloatType == null) {
1001 theFloatType = new FloatTypeImpl(this);
1005 return theFloatType;
1045 return theFloatType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DFloatValueImpl.java68 return vm.theFloatType();
H A DVirtualMachineImpl.java103 private FloatType theFloatType; field in class:VirtualMachineImpl
1124 FloatType theFloatType() { method in class:VirtualMachineImpl
1125 if (theFloatType == null) {
1127 if (theFloatType == null) {
1128 theFloatType = new FloatTypeImpl(this);
1132 return theFloatType;
1172 return theFloatType();

Completed in 162 milliseconds