Searched refs:INSTANCE_INITIALIZER_NAME (Results 1 – 9 of 9) sorted by relevance
138 public static final String INSTANCE_INITIALIZER_NAME = "<init>"; field in Constants
67 if (!getInvokedMethod().name.toString().equals(Constants.INSTANCE_INITIALIZER_NAME)) { in sameConstructorReceiverValue()
70 if (name.equals(Constants.INSTANCE_INITIALIZER_NAME) || ownerType == clazz) { in visitMethodInsn()
250 (string.equals(Constants.INSTANCE_INITIALIZER_NAME) || in isValidMethodName()
97 public DexString constructorMethodName = createString(Constants.INSTANCE_INITIALIZER_NAME);
578 if (name.equals(Constants.INSTANCE_INITIALIZER_NAME) || name.equals( in createMethodAccessFlags()
114 this.constructorName = factory.createString(Constants.INSTANCE_INITIALIZER_NAME); in LambdaRewriter()
527 defaultRuleBuilder.setName(Constants.INSTANCE_INITIALIZER_NAME); in parseMemberRules()
884 if (owner == clazz || method.name.equals(Constants.INSTANCE_INITIALIZER_NAME)) { in invokeType()2600 if (owner == clazz || handle.getName().equals(Constants.INSTANCE_INITIALIZER_NAME)) { in getMethodHandleType()