Searched defs:theShortType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java104 private ShortType theShortType; field in class:VirtualMachineImpl
964 ShortType theShortType() { method in class:VirtualMachineImpl
965 if (theShortType == null) {
967 if (theShortType == null) {
968 theShortType = new ShortTypeImpl(this);
972 return theShortType;
1039 return theShortType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java100 private ShortType theShortType; field in class:VirtualMachineImpl
1091 ShortType theShortType() { method in class:VirtualMachineImpl
1092 if (theShortType == null) {
1094 if (theShortType == null) {
1095 theShortType = new ShortTypeImpl(this);
1099 return theShortType;
1166 return theShortType();

Completed in 29 milliseconds