Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DLCONST.java41 super(org.apache.bcel.Const.LCONST_0, (short) 1); in LCONST()
43 super.setOpcode(org.apache.bcel.Const.LCONST_0); in LCONST()
DInstructionConstants.java57 Instruction LCONST_0 = new LCONST(0); field
192 INSTRUCTIONS[Const.LCONST_0] = LCONST_0; in Clinit()
DInstructionConst.java56 public static final Instruction LCONST_0 = new LCONST(0); field in InstructionConst
187 INSTRUCTIONS[Const.LCONST_0] = LCONST_0;
DPUSH.java84 instruction = InstructionConst.LCONST_0; in PUSH()
DInstructionFactory.java702 return InstructionConst.LCONST_0; in createNull()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java81 analyzer.visitInsn(Opcodes.LCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
95 analyzer.visitInsn(Opcodes.LCONST_0); in should_decrease_stack_when_popCount_is_given()
DLabelFlowAnalyzerTest.java156 testInsn(LCONST_0, true); in testInsn()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBug62060793TestDataGenerator.java46 import static org.objectweb.asm.Opcodes.LCONST_0;
251 mv.visitInsn(LCONST_0); in createClass()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java347 …map.put("lconst", new String(new char[] { '(', makeChar(Const.LCONST_0), '|', makeChar(Const.LCONS…
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java316 short LCONST_0 = 9; field
DConst.java525 public static final short LCONST_0 = 9; field in Const
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java598 return opcode == Opcodes.LCONST_0 in isPushForType()
DBytecodeTypeInference.java111 case Opcodes.LCONST_0: in visitInsn()