Searched refs:bytecodesRef (Results 1 – 1 of 1) sorted by relevance
81 private SoftReference<byte[]> bytecodesRef = null; field in ConcreteMethodImpl249 byte[] bytecodes = (bytecodesRef == null) ? null : in bytecodes()250 bytecodesRef.get(); in bytecodes()258 bytecodesRef = new SoftReference<byte[]>(bytecodes); in bytecodes()