Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java102 private LongType theLongType; field in VirtualMachineImpl
1112 LongType theLongType() { in theLongType() method in VirtualMachineImpl
1113 if (theLongType == null) { in theLongType()
1115 if (theLongType == null) { in theLongType()
1116 theLongType = new LongTypeImpl(this); in theLongType()
1120 return theLongType; in theLongType()
1169 return theLongType(); in primitiveTypeMirror()
DLongValueImpl.java68 return vm.theLongType(); in type()