Searched refs:mMethods (Results 1 – 2 of 2) sorted by relevance
181 mMethods = null; in init()625 if (mMethods == null) { in methods()648 mMethods = new ArrayList<MethodInfo>(all.values()); in methods()649 Collections.sort(mMethods, MethodInfo.comparator); in methods()651 return mMethods; in methods()1992 private ArrayList<MethodInfo> mMethods; field in ClassInfo
447 return (MethodInfo) mMethods.obtain(o); in obtainMethod()450 private static Cache mMethods = new Cache() { field in Converter