Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVirtualMachineImpl.java98 private ByteType theByteType; field in VirtualMachineImpl
1068 ByteType theByteType() { in theByteType() method in VirtualMachineImpl
1069 if (theByteType == null) { in theByteType()
1071 if (theByteType == null) { in theByteType()
1072 theByteType = new ByteTypeImpl(this); in theByteType()
1076 return theByteType; in theByteType()
1161 return theByteType(); in primitiveTypeMirror()
DByteValueImpl.java63 return vm.theByteType(); in type()