Searched refs:mConstructors (Results 1 – 1 of 1) sorted by relevance
180 mConstructors = null; in init()556 if (mConstructors == null) { in constructors()561 mConstructors = new ArrayList<MethodInfo>(); in constructors()564 mConstructors.add(m); in constructors()568 Collections.sort(mConstructors, MethodInfo.comparator); in constructors()570 return mConstructors; in constructors()1987 private ArrayList<MethodInfo> mConstructors; field in ClassInfo2066 mConstructors = null; // flush this, hopefully it hasn't been used yet. in addConstructor()