Searched refs:mMethods (Results 1 – 2 of 2) sorted by relevance
145 mMethods = null; in init()419 if (mMethods == null) { in methods()442 mMethods = new ArrayList<MethodInfo>(all.values()); in methods()443 Collections.sort(mMethods, MethodInfo.comparator); in methods()445 return mMethods; in methods()1735 private ArrayList<MethodInfo> mMethods; field in ClassInfo
389 return (MethodInfo) mMethods.obtain(o); in obtainMethod()392 private static Cache mMethods = new Cache() { field in Converter