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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLongValueImpl.java67 return vm.theLongType();
H A DVirtualMachineImpl.java106 private LongType theLongType; field in class:VirtualMachineImpl
986 LongType theLongType() { method in class:VirtualMachineImpl
987 if (theLongType == null) {
989 if (theLongType == null) {
990 theLongType = new LongTypeImpl(this);
994 return theLongType;
1043 return theLongType();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLongValueImpl.java68 return vm.theLongType();
H A DVirtualMachineImpl.java102 private LongType theLongType; field in class:VirtualMachineImpl
1113 LongType theLongType() { method in class:VirtualMachineImpl
1114 if (theLongType == null) {
1116 if (theLongType == null) {
1117 theLongType = new LongTypeImpl(this);
1121 return theLongType;
1170 return theLongType();

Completed in 37 milliseconds