Home
last modified time | relevance | path

Searched refs:LCONST_0 (Results 1 – 19 of 19) 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()
DInstructionConst.java56 public static final Instruction LCONST_0 = new LCONST(0); field in InstructionConst
187 INSTRUCTIONS[Const.LCONST_0] = LCONST_0;
DInstructionConstants.java57 Instruction LCONST_0 = new LCONST(0); field
192 INSTRUCTIONS[Const.LCONST_0] = LCONST_0; in Clinit()
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/javassist/src/main/javassist/bytecode/
DOpcode.java187 int LCONST_0 = 9; field
DBytecode.java530 addOpcode(LCONST_0); in addConstZero()
/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/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt139 LCONST_0, LCONST_1 -> { in executeOne()
/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/javassist/src/main/javassist/compiler/
DJavac.java249 value = Opcode.LCONST_0; in makeDefaultBody()
/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()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java147 case Opcode.LCONST_0 : in doOpcode0_53()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java88 case LCONST_0: in execute()