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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DCharValueImpl.java60 return vm.theCharType();
H A DVirtualMachineImpl.java103 private CharType theCharType; field in class:VirtualMachineImpl
953 CharType theCharType() { method in class:VirtualMachineImpl
954 if (theCharType == null) {
956 if (theCharType == null) {
957 theCharType = new CharTypeImpl(this);
961 return theCharType;
1037 return theCharType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DCharValueImpl.java62 return vm.theCharType();
H A DVirtualMachineImpl.java99 private CharType theCharType; field in class:VirtualMachineImpl
1080 CharType theCharType() { method in class:VirtualMachineImpl
1081 if (theCharType == null) {
1083 if (theCharType == null) {
1084 theCharType = new CharTypeImpl(this);
1088 return theCharType;
1164 return theCharType();

Completed in 212 milliseconds