Home
last modified time | relevance | path

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

123

/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/javassist/src/main/javassist/bytecode/
DOpcode.java188 int LCONST_1 = 10; field
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DOpcodes.java416 int LCONST_1 = 10; // - field
DFrame.java715 case Opcodes.LCONST_1: in execute()
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DSourceInterpreter.java83 case LCONST_1: in newOperation()
DBasicInterpreter.java122 case LCONST_1: in newOperation()
DFrame.java310 case Opcodes.LCONST_1: in execute()
/external/ow2-asm/asm-util/src/test/resources/
Djdk8.AllFrames.txt131 LCONST_1
165 LCONST_1
314 LCONST_1
Djdk3.AllInstructions.txt330 LCONST_1
477 LCONST_1
1514 LCONST_1
1538 LCONST_1
Djdk5.AllInstructions.txt356 LCONST_1
503 LCONST_1
1541 LCONST_1
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt152 LCONST_0, LCONST_1 -> { in executeOne()
/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java159 testInsn(LCONST_1, true); in testInsn()
/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/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DAdviceAdapter.java198 case LCONST_1: in visitInsn()
DAnalyzerAdapter.java580 case Opcodes.LCONST_1: in execute()
/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()
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DAdviceAdapterTest.java229 .insn(Opcodes.LCONST_1) in testAllMethods_constructorWithUninitThisInTwoBranches()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java148 case Opcode.LCONST_1 : in doOpcode0_53()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java89 case LCONST_1: in execute()

123