Home
last modified time | relevance | path

Searched refs:PARAMETER0_CLASS_INDEX (Results 1 – 1 of 1) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DDynamicMemberReferenceInitializer.java66 public static final int PARAMETER0_CLASS_INDEX = InstructionSequenceMatcher.A; field in DynamicMemberReferenceInitializer
228 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
242 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
291 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
303 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
329 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
342 new ConstantInstruction(InstructionConstants.OP_LDC, PARAMETER0_CLASS_INDEX),
819 PARAMETER0_CLASS_INDEX + count); in printDynamicInvocationNote()
866 …int memberArgumentIndex = noteSequenceMatcher.matchedConstantIndex(PARAMETER0_CLASS_INDEX + count); in printDynamicInvocationNote()