Home
last modified time | relevance | path

Searched refs:DCONST_1 (Results 1 – 11 of 11) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DDCONST.java45 super.setOpcode(org.apache.bcel.Const.DCONST_1); in DCONST()
DInstructionConstants.java63 Instruction DCONST_1 = new DCONST(1); field
198 INSTRUCTIONS[Const.DCONST_1] = DCONST_1; in Clinit()
DInstructionConst.java62 public static final Instruction DCONST_1 = new DCONST(1); field in InstructionConst
193 INSTRUCTIONS[Const.DCONST_1] = DCONST_1;
DPUSH.java101 instruction = InstructionConst.DCONST_1; in PUSH()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java348 …st", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONST_1), ')' }));
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java340 short DCONST_1 = 15; field
DConst.java555 public static final short DCONST_1 = 15; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java162 testInsn(DCONST_1, true); in testInsn()
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java608 || opcode == Opcodes.DCONST_1; in isPushForType()
DBytecodeTypeInference.java122 case Opcodes.DCONST_1: in visitInsn()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt942 DCONST_1
1625 DCONST_1
1632 DCONST_1
1679 DCONST_1
1708 DCONST_1
1758 DCONST_1