Searched refs:mMethods (Results 1 – 2 of 2) sorted by relevance
135 mMethods = null; in init()404 if (mMethods == null) { in methods()427 mMethods = new ArrayList<MethodInfo>(all.values()); in methods()428 Collections.sort(mMethods, MethodInfo.comparator); in methods()430 return mMethods; in methods()1467 private ArrayList<MethodInfo> mMethods; field in ClassInfo
324 return (MethodInfo) mMethods.obtain(o); in obtainMethod()328 return (MethodInfo) mMethods.obtain(o); in obtainMethod()331 private static Cache mMethods = new Cache() { field in Converter