Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java2137 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Y),
2591 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2595 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2631 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2635 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2699 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2703 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2711 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2715 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
2779 new ConstantInstruction(InstructionConstants.OP_GETFIELD, Z),
[all …]
/external/proguard/src/proguard/optimize/info/
DReadWriteFieldMarker.java69 case InstructionConstants.OP_GETFIELD: in visitConstantInstruction()
DExceptionInstructionChecker.java110 opcode == InstructionConstants.OP_GETFIELD || in visitConstantInstruction()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java210 public static final byte OP_GETFIELD = -76; field
DConstantInstruction.java206 case InstructionConstants.OP_GETFIELD: in stackPushCount()
DInstructionFactory.java178 case InstructionConstants.OP_GETFIELD: in create()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java154 case InstructionConstants.OP_GETFIELD: in invokeMember()
DProcessor.java569 case InstructionConstants.OP_GETFIELD: in visitConstantInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java306 case InstructionConstants.OP_GETFIELD: in visitConstantInstruction()