Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java62 private static final int DUP_X1 = InstructionConstants.OP_DUP_X1 & 0xff; field in EvaluationShrinker
81 private static final int SWAP_DUP_X1 = SWAP | (DUP_X1 << 8);
82 private static final int SWAP_DUP_X1_SWAP = SWAP | (DUP_X1 << 8) | (SWAP << 16);
84 private static final int SWAP_POP_DUP_X1 = SWAP | (POP << 8) | (DUP_X1 << 16);
1102 stackEntryNecessary0 ? DUP_X1 : // ...XO -> ...OXO in fixedDup_x1()
1160 stackEntryNecessary0 ? DUP_X1 : // ...YO -> ...OYO in fixedDup_x2()
1194 stackEntryNecessary0 ? DUP_X1 : // ...XO -> ...OXO in fixedDup_x2()
1250 stackEntryNecessary0 ? DUP_X1 : // ...AB -> ...BAB in fixedDup2()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java82 int DUP_X1 = 90; field
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DRuntimeData.java234 mv.visitInsn(Opcodes.DUP_X1); in generateAccessCall()
/external/javassist/src/main/javassist/expr/
DNewExpr.java144 else if (op == Opcode.DUP_X1 in canReplace()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java399 case Opcode.DUP_X1 : in doOpcode54_95()
401 int len = op - Opcode.DUP_X1 + 2; in doOpcode54_95()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java182 testInsn(DUP_X1, true); in testInsn()
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java807 dup_code = (is2w ? DUP2_X1 : DUP_X1); in atFieldAssign()
997 dup_code = (is2w ? DUP2_X1 : DUP_X1); in atFieldPlusPlus()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java259 case DUP_X1: in execute()
265 int insert = end - (opcode - DUP_X1) - 1; in execute()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1198 case Opcodes.DUP_X1: { in updateState()
1913 case Opcodes.DUP_X1: { in build()