Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/instruction/
DConstantInstruction.java187 case InstructionConstants.OP_INVOKEINTERFACE: in stackPopCount()
210 case InstructionConstants.OP_INVOKEINTERFACE: in stackPushCount()
288 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.java145 if (opcode != InstructionConstants.OP_INVOKEINTERFACE || in visitConstantInstruction()
150 new ConstantInstruction(InstructionConstants.OP_INVOKEINTERFACE, in visitConstantInstruction()
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java115 opcode == InstructionConstants.OP_INVOKEINTERFACE || in visitConstantInstruction()
DSideEffectInstructionChecker.java128 opcode == InstructionConstants.OP_INVOKEINTERFACE) in visitConstantInstruction()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java170 case InstructionConstants.OP_INVOKEINTERFACE: in invokeMember()
DProcessor.java574 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java391 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java313 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()
DEvaluationShrinker.java488 case InstructionConstants.OP_INVOKEINTERFACE: in visitConstantInstruction()