Searched refs:constantPoolBytesRef (Results 1 – 1 of 1) sorted by relevance
62 private SoftReference<byte[]> constantPoolBytesRef = null; field in ReferenceTypeImpl984 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()