Home
last modified time | relevance | path

Searched refs:DCONST_0 (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DDCONST.java41 super(org.apache.bcel.Const.DCONST_0, (short) 1); in DCONST()
43 super.setOpcode(org.apache.bcel.Const.DCONST_0); in DCONST()
DInstructionConstants.java62 Instruction DCONST_0 = new DCONST(0); field
197 INSTRUCTIONS[Const.DCONST_0] = DCONST_0; in Clinit()
DInstructionConst.java61 public static final Instruction DCONST_0 = new DCONST(0); field in InstructionConst
192 INSTRUCTIONS[Const.DCONST_0] = DCONST_0;
DPUSH.java99 instruction = InstructionConst.DCONST_0; in PUSH()
DInstructionFactory.java700 return InstructionConst.DCONST_0; in createNull()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java75 analyzer.visitInsn(Opcodes.DCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
83 analyzer.visitInsn(Opcodes.DCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
DLabelFlowAnalyzerTest.java161 testInsn(DCONST_0, true); in testInsn()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBug62060793TestDataGenerator.java29 import static org.objectweb.asm.Opcodes.DCONST_0;
250 mv.visitInsn(DCONST_0); in createClass()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java348 …map.put("dconst", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONS…
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java336 short DCONST_0 = 14; field
DConst.java550 public static final short DCONST_0 = 14; field in Const
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java607 return opcode == Opcodes.DCONST_0 in isPushForType()
DBytecodeTypeInference.java121 case Opcodes.DCONST_0: in visitInsn()