Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java183 case InstructionConstants.OP_INVOKEINTERFACE: in stackPopCount()
207 case InstructionConstants.OP_INVOKEINTERFACE: in stackPushCount()
294 opcode == InstructionConstants.OP_INVOKEINTERFACE ? 2 : in constantSize()
DInstructionConstants.java215 public static final byte OP_INVOKEINTERFACE = -71; field
DInstructionFactory.java184 case InstructionConstants.OP_INVOKEINTERFACE: in create()
/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java143 if (opcode != InstructionConstants.OP_INVOKEINTERFACE || in visitConstantInstruction()
148 new ConstantInstruction(InstructionConstants.OP_INVOKEINTERFACE, in visitConstantInstruction()
DBridgeMethodFixer.java91 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java189 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
DSideEffectInstructionChecker.java229 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java171 case InstructionConstants.OP_INVOKEINTERFACE: in invokeMember()
DProcessor.java589 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java428 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java256 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
DSimpleEnumUseSimplifier.java286 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
DEvaluationSimplifier.java315 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
DEvaluationShrinker.java513 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()