Searched refs:mConstructors (Results 1 – 1 of 1) sorted by relevance
174 mConstructors = null; in init()514 if (mConstructors == null) { in constructors()519 mConstructors = new ArrayList<MethodInfo>(); in constructors()522 mConstructors.add(m); in constructors()526 Collections.sort(mConstructors, MethodInfo.comparator); in constructors()528 return mConstructors; in constructors()1901 private ArrayList<MethodInfo> mConstructors; field in ClassInfo1980 mConstructors = null; // flush this, hopefully it hasn't been used yet. in addConstructor()