Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java99 private CharType theCharType; field in VirtualMachineImpl
1079 CharType theCharType() { in theCharType() method in VirtualMachineImpl
1080 if (theCharType == null) { in theCharType()
1082 if (theCharType == null) { in theCharType()
1083 theCharType = new CharTypeImpl(this); in theCharType()
1087 return theCharType; in theCharType()
1163 return theCharType(); in primitiveTypeMirror()
DCharValueImpl.java62 return vm.theCharType(); in type()