Home
last modified time | relevance | path

Searched refs:theDoubleType (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java104 private DoubleType theDoubleType; field in VirtualMachineImpl
1134 DoubleType theDoubleType() { in theDoubleType() method in VirtualMachineImpl
1135 if (theDoubleType == null) { in theDoubleType()
1137 if (theDoubleType == null) { in theDoubleType()
1138 theDoubleType = new DoubleTypeImpl(this); in theDoubleType()
1142 return theDoubleType; in theDoubleType()
1173 return theDoubleType(); in primitiveTypeMirror()
DDoubleValueImpl.java68 return vm.theDoubleType(); in type()