Searched refs:mSelfMethods (Results 1 – 1 of 1) sorted by relevance
176 mSelfMethods = null; in init()695 if (mSelfMethods == null) { in selfMethods()722 mSelfMethods = new ArrayList<MethodInfo>(methods.values()); in selfMethods()723 Collections.sort(mSelfMethods, MethodInfo.comparator); in selfMethods()725 return mSelfMethods; in selfMethods()880 mSelfMethods = null; // flush this, hopefully it hasn't been used yet. in addMethod()1903 private ArrayList<MethodInfo> mSelfMethods; field in ClassInfo