Home | History | Annotate | Download | only in src

Lines Matching refs:cantStripThis

50                 cantStripThis(cl, notStrippable, "0:0");
158 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) {
171 cantStripThis(ai.type(), notStrippable, "1:" + cl.qualifiedName());
180 cantStripThis(fInfo.type().asClassInfo(), notStrippable,
186 cantStripThis(tTypeInfo.asClassInfo(), notStrippable,
199 cantStripThis(tInfo.asClassInfo(), notStrippable, "4:" + cl.qualifiedName());
205 //cantStripThis(cl.annotationElements(), notStrippable);
207 cantStripThis(cl.allSelfMethods(), notStrippable);
208 cantStripThis(cl.allConstructors(), notStrippable);
211 cantStripThis(cl.containingClass(), notStrippable, "5:" + cl.qualifiedName());
231 cantStripThis(supr, notStrippable, "6:" + cl.realSuperclass().name()
237 private static void cantStripThis(MethodInfo[] mInfos , HashSet<ClassInfo> notStrippable) {
244 cantStripThis(tInfo.asClassInfo(), notStrippable, "8:" +
253 cantStripThis(pInfo.type().asClassInfo(), notStrippable,
267 cantStripThis(tcl, notStrippable,
279 cantStripThis(thrown, notStrippable, "11:" +
284 cantStripThis(mInfo.returnType().asClassInfo(), notStrippable,
290 cantStripThis(tyInfo.asClassInfo(), notStrippable,