Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java62 private SoftReference<byte[]> constantPoolBytesRef = null; field in ReferenceTypeImpl
984 if (constantPoolBytesRef == null) { in getConstantPoolInfo()
987 byte[] cpbytes = constantPoolBytesRef.get(); in getConstantPoolInfo()
998 constantPoolBytesRef = null; in getConstantPoolInfo()
1008 constantPoolBytesRef = new SoftReference<byte[]>(cpbytes); in getConstantPoolInfo()