Home
last modified time | relevance | path

Searched refs:LCONST_1 (Results 1 – 10 of 10) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLCONST.java45 super.setOpcode(org.apache.bcel.Const.LCONST_1); in LCONST()
DInstructionConstants.java58 Instruction LCONST_1 = new LCONST(1); field
193 INSTRUCTIONS[Const.LCONST_1] = LCONST_1; in Clinit()
DInstructionConst.java57 public static final Instruction LCONST_1 = new LCONST(1); field in InstructionConst
188 INSTRUCTIONS[Const.LCONST_1] = LCONST_1;
DPUSH.java86 instruction = InstructionConst.LCONST_1; in PUSH()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java347 …st", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONST_1), ')' }));
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java320 short LCONST_1 = 10; field
DConst.java530 public static final short LCONST_1 = 10; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java157 testInsn(LCONST_1, true); in testInsn()
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java599 || opcode == Opcodes.LCONST_1; in isPushForType()
DBytecodeTypeInference.java112 case Opcodes.LCONST_1: in visitInsn()