HomeSort by relevance Sort by last modified time
    Searched refs:DUP2 (Results 1 - 25 of 33) sorted by null

1 2

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DUP2.java 21 * DUP2 - Duplicate two top operand stack words
26 public class DUP2 extends StackInstruction implements PushInstruction {
28 public DUP2() {
29 super(org.apache.bcel.Const.DUP2);
InstructionConst.java 84 public static final StackInstruction DUP2 = new DUP2();
215 INSTRUCTIONS[Const.DUP2] = DUP2;
InstructionConstants.java 85 StackInstruction DUP2 = new DUP2();
220 INSTRUCTIONS[Const.DUP2] = DUP2;
Visitor.java 411 void visitDUP2( DUP2 obj );
EmptyVisitor.java 663 public void visitDUP2( final DUP2 obj ) {
InstructionFactory.java 454 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP;
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 130 case ByteOps.DUP2:
ByteOps.java 119 public static final int DUP2 = 0x5c;
447 "5c - dup2;" +
Simulator.java 420 case ByteOps.DUP2: {
436 if (opcode == ByteOps.DUP2) {
    [all...]
RopperMachine.java 786 case ByteOps.DUP2:
    [all...]
BytecodeArray.java 579 case ByteOps.DUP2:
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java 648 short DUP2 = 92;
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 184 testInsn(DUP2, true);
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 64 private static final int DUP2 = InstructionConstants.OP_DUP2 & 0xff;
    [all...]
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
bcel.jar 
  /external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java 199 case Opcodes.DUP2:
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
ExecutionVisitor.java 383 public void visitDUP2(final DUP2 o) {
    [all...]
InstConstraintVisitor.java     [all...]
  /external/guice/lib/build/
asm-6.0.jar 
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 

Completed in 1381 milliseconds

1 2