Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java100 private ShortType theShortType; field in VirtualMachineImpl
1090 ShortType theShortType() { in theShortType() method in VirtualMachineImpl
1091 if (theShortType == null) { in theShortType()
1093 if (theShortType == null) { in theShortType()
1094 theShortType = new ShortTypeImpl(this); in theShortType()
1098 return theShortType; in theShortType()
1165 return theShortType(); in primitiveTypeMirror()
DShortValueImpl.java62 return vm.theShortType(); in type()