Searched refs:isClassConstructor (Results 1 – 3 of 3) sorted by relevance
105 assert rewriter.factory.isClassConstructor(direct.method); in process()148 return method.accessFlags.isStatic() && !rewriter.factory.isClassConstructor(method.method); in isStaticMethod()
461 public boolean isClassConstructor(DexMethod method) { in isClassConstructor() method in DexItemFactory
289 if (application.dexItemFactory.isClassConstructor(method.method)) { in checkInterfaceMethods()