Searched refs:methodsRef (Results 1 – 1 of 1) sorted by relevance
44 private SoftReference<List<Method>> methodsRef = null; field in ReferenceTypeImpl88 methodsRef = null; in noticeRedefineClass()451 List<Method> methods = (methodsRef == null) ? null : methodsRef.get(); in methods()477 methodsRef = new SoftReference<List<Method>>(methods); in methods()