Searched refs:InstructionSequenceMatcher (Results 1 – 5 of 5) sorted by relevance
62 public static final int CLASS_INDEX = InstructionSequenceMatcher.X;63 public static final int MEMBER_NAME_INDEX = InstructionSequenceMatcher.Y;64 public static final int TYPE_CLASS_INDEX = InstructionSequenceMatcher.Z;66 public static final int PARAMETER0_CLASS_INDEX = InstructionSequenceMatcher.A;67 public static final int PARAMETER1_CLASS_INDEX = InstructionSequenceMatcher.B;68 public static final int PARAMETER2_CLASS_INDEX = InstructionSequenceMatcher.C;69 public static final int PARAMETER3_CLASS_INDEX = InstructionSequenceMatcher.D;368 private final InstructionSequenceMatcher constantGetFieldMatcher =369 new InstructionSequenceMatcher(GET_FIELD_CONSTANTS,372 private final InstructionSequenceMatcher constantGetDeclaredFieldMatcher =[all …]
53 public static final int X = InstructionSequenceMatcher.X;54 public static final int Y = InstructionSequenceMatcher.Y;55 public static final int Z = InstructionSequenceMatcher.Z;57 public static final int A = InstructionSequenceMatcher.A;58 public static final int B = InstructionSequenceMatcher.B;59 public static final int C = InstructionSequenceMatcher.C;60 public static final int D = InstructionSequenceMatcher.D;185 private final InstructionSequenceMatcher constantClassForNameMatcher =186 new InstructionSequenceMatcher(CLASS_FOR_NAME_CONSTANTS,189 private final InstructionSequenceMatcher classForNameCastMatcher =[all …]
39 public class InstructionSequenceMatcher class86 public InstructionSequenceMatcher(Constant[] patternConstants, in InstructionSequenceMatcher() method in InstructionSequenceMatcher
51 public static final int X = InstructionSequenceMatcher.X;52 public static final int Y = InstructionSequenceMatcher.Y;53 public static final int Z = InstructionSequenceMatcher.Z;55 public static final int A = InstructionSequenceMatcher.A;56 public static final int B = InstructionSequenceMatcher.B;57 public static final int C = InstructionSequenceMatcher.C;58 public static final int D = InstructionSequenceMatcher.D;85 private final InstructionSequenceMatcher instructionSequenceMatcher;141 …this.instructionSequenceMatcher = new InstructionSequenceMatcher(patternConstants, patternInstruct… in InstructionSequenceReplacer()
META-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter ...