Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFCONST.java41 super(org.apache.bcel.Const.FCONST_0, (short) 1); in FCONST()
43 super.setOpcode(org.apache.bcel.Const.FCONST_0); in FCONST()
DInstructionConstants.java59 Instruction FCONST_0 = new FCONST(0); field
194 INSTRUCTIONS[Const.FCONST_0] = FCONST_0; in Clinit()
DInstructionConst.java58 public static final Instruction FCONST_0 = new FCONST(0); field in InstructionConst
189 INSTRUCTIONS[Const.FCONST_0] = FCONST_0;
DPUSH.java67 instruction = InstructionConst.FCONST_0; in PUSH()
DInstructionFactory.java698 return InstructionConst.FCONST_0; in createNull()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java64 analyzer.visitInsn(Opcodes.FCONST_0); in should_capture_frame_when_frame_is_defined()
77 analyzer.visitInsn(Opcodes.FCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
DLabelFlowAnalyzerTest.java158 testInsn(FCONST_0, true); in testInsn()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBug62060793TestDataGenerator.java32 import static org.objectweb.asm.Opcodes.FCONST_0;
249 mv.visitInsn(FCONST_0); in createClass()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java349 …map.put("fconst", new String(new char[] { '(', makeChar(Const.FCONST_0), '|', makeChar(Const.FCONS…
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java324 short FCONST_0 = 11; field
DConst.java535 public static final short FCONST_0 = 11; field in Const
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java602 return opcode == Opcodes.FCONST_0 in isPushForType()
DBytecodeTypeInference.java116 case Opcodes.FCONST_0: in visitInsn()