Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java184 case InstructionConstants.OP_INVOKEDYNAMIC: in stackPopCount()
208 case InstructionConstants.OP_INVOKEDYNAMIC: in stackPushCount()
293 opcode == InstructionConstants.OP_INVOKEDYNAMIC || in constantSize()
DInstructionConstants.java216 public static final byte OP_INVOKEDYNAMIC = -70; field
DInstructionFactory.java185 case InstructionConstants.OP_INVOKEDYNAMIC: in create()
/external/proguard/src/proguard/optimize/info/
DDynamicInvocationMarker.java52 if (constantInstruction.opcode == InstructionConstants.OP_INVOKEDYNAMIC) in visitConstantInstruction()
DExceptionInstructionChecker.java190 case InstructionConstants.OP_INVOKEDYNAMIC: in visitConstantInstruction()
DSideEffectInstructionChecker.java230 case InstructionConstants.OP_INVOKEDYNAMIC: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java165 case InstructionConstants.OP_INVOKEDYNAMIC: in invokeMember()
DProcessor.java590 case InstructionConstants.OP_INVOKEDYNAMIC: in visitConstantInstruction()