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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java102 private ByteType theByteType; field in class:VirtualMachineImpl
942 ByteType theByteType() { method in class:VirtualMachineImpl
943 if (theByteType == null) {
945 if (theByteType == null) {
946 theByteType = new ByteTypeImpl(this);
950 return theByteType;
1035 return theByteType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java98 private ByteType theByteType; field in class:VirtualMachineImpl
1069 ByteType theByteType() { method in class:VirtualMachineImpl
1070 if (theByteType == null) {
1072 if (theByteType == null) {
1073 theByteType = new ByteTypeImpl(this);
1077 return theByteType;
1162 return theByteType();

Completed in 35 milliseconds