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

1 2

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
LCONST.java 41 super(org.apache.bcel.Const.LCONST_0, (short) 1);
43 super.setOpcode(org.apache.bcel.Const.LCONST_0);
PUSH.java 84 instruction = InstructionConst.LCONST_0;
InstructionConst.java 56 public static final Instruction LCONST_0 = new LCONST(0);
187 INSTRUCTIONS[Const.LCONST_0] = LCONST_0;
InstructionConstants.java 57 Instruction LCONST_0 = new LCONST(0);
192 INSTRUCTIONS[Const.LCONST_0] = LCONST_0;
InstructionFactory.java 702 return InstructionConst.LCONST_0;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
FrameSnapshotTest.java 81 analyzer.visitInsn(Opcodes.LCONST_0);
95 analyzer.visitInsn(Opcodes.LCONST_0);
LabelFlowAnalyzerTest.java 156 testInsn(LCONST_0, true);
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
Bug62060793TestDataGenerator.java 46 import static org.objectweb.asm.Opcodes.LCONST_0;
251 mv.visitInsn(LCONST_0);
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 36 public static final int LCONST_0 = 0x09;
364 "09 - lconst_0;" +
BytecodeArray.java 181 * {@code lconst_0} qualify for this treatment.</li>
272 case ByteOps.LCONST_0: {
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
InstructionFinder.java 347 map.put("lconst", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONST_1), ')' }));
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java 525 public static final short LCONST_0 = 9;
    [all...]
Constants.java 316 short LCONST_0 = 9;
    [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/
LambdaDesugaring.java 598 return opcode == Opcodes.LCONST_0
BytecodeTypeInference.java 111 case Opcodes.LCONST_0:
  /external/guice/lib/build/
asm-6.0.jar 
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
guice-2.0.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
javassist.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 

Completed in 1831 milliseconds

1 2