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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java105 private IntegerType theIntegerType; field in class:VirtualMachineImpl
975 IntegerType theIntegerType() { method in class:VirtualMachineImpl
976 if (theIntegerType == null) {
978 if (theIntegerType == null) {
979 theIntegerType = new IntegerTypeImpl(this);
983 return theIntegerType;
1041 return theIntegerType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java101 private IntegerType theIntegerType; field in class:VirtualMachineImpl
1102 IntegerType theIntegerType() { method in class:VirtualMachineImpl
1103 if (theIntegerType == null) {
1105 if (theIntegerType == null) {
1106 theIntegerType = new IntegerTypeImpl(this);
1110 return theIntegerType;
1168 return theIntegerType();

Completed in 64 milliseconds