Home
last modified time | relevance | path

Searched refs:theIntegerType (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java101 private IntegerType theIntegerType; field in VirtualMachineImpl
1101 IntegerType theIntegerType() { in theIntegerType() method in VirtualMachineImpl
1102 if (theIntegerType == null) { in theIntegerType()
1104 if (theIntegerType == null) { in theIntegerType()
1105 theIntegerType = new IntegerTypeImpl(this); in theIntegerType()
1109 return theIntegerType; in theIntegerType()
1167 return theIntegerType(); in primitiveTypeMirror()
DIntegerValueImpl.java62 return vm.theIntegerType(); in type()