Searched refs:newClsCtors (Results 1 – 1 of 1) sorted by relevance
498 ArrayList<MethodInfo> newClsCtors = null; in isConsistent() local509 newClsCtors = new ArrayList<>(); in isConsistent()511 if (!cInfo.isConsistent(pInfo.mClasses.get(cInfo.name()), newClsCtors, newClsApis)) { in isConsistent()515 if (diffMode && !(newClsCtors.isEmpty() && newClsApis.isEmpty())) { in isConsistent()517 ClassInfo deltaClsInfo = createDeltaClass(cInfo, newClsCtors, newClsApis); in isConsistent()