/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | DCONST.java | 41 super(org.apache.bcel.Const.DCONST_0, (short) 1); in DCONST() 43 super.setOpcode(org.apache.bcel.Const.DCONST_0); in DCONST()
|
D | InstructionConstants.java | 62 Instruction DCONST_0 = new DCONST(0); field 197 INSTRUCTIONS[Const.DCONST_0] = DCONST_0; in Clinit()
|
D | InstructionConst.java | 61 public static final Instruction DCONST_0 = new DCONST(0); field in InstructionConst 192 INSTRUCTIONS[Const.DCONST_0] = DCONST_0;
|
D | PUSH.java | 99 instruction = InstructionConst.DCONST_0; in PUSH()
|
D | InstructionFactory.java | 700 return InstructionConst.DCONST_0; in createNull()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | FrameSnapshotTest.java | 76 analyzer.visitInsn(Opcodes.DCONST_0); in should_combine_slots_when_doube_or_long_types_are_given() 84 analyzer.visitInsn(Opcodes.DCONST_0); in should_combine_slots_when_doube_or_long_types_are_given()
|
D | LabelFlowAnalyzerTest.java | 163 testInsn(DCONST_0, true); in testInsn()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/common/ |
D | activation_layer_quant.cl | 43 …constant zero should be given as a preprocessor argument using -DCONST_0=value. e.g. -DCONST_0=128. 116 …constant zero should be given as a preprocessor argument using -DCONST_0=value. e.g. -DCONST_0=128.
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 61 int DCONST_0 = 14; field
|
D | Bytecode.java | 534 addOpcode(DCONST_0); in addConstZero()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | Bug62060793TestDataGenerator.java | 29 import static org.objectweb.asm.Opcodes.DCONST_0; 250 mv.visitInsn(DCONST_0); in createClass()
|
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | Opcodes.java | 420 int DCONST_0 = 14; // - field
|
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
D | SourceInterpreter.java | 84 case DCONST_0: in newOperation()
|
D | BasicInterpreter.java | 128 case DCONST_0: in newOperation()
|
D | Frame.java | 314 case Opcodes.DCONST_0: in execute()
|
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
D | InstructionAdapter.java | 100 case Opcodes.DCONST_0: in visitInsn() 102 dconst((double) (opcode - Opcodes.DCONST_0)); in visitInsn() 754 mv.visitInsn(Opcodes.DCONST_0 + (int) doubleValue); in dconst()
|
D | AdviceAdapter.java | 199 case DCONST_0: in visitInsn()
|
D | AnalyzerAdapter.java | 589 case Opcodes.DCONST_0: in execute()
|
D | GeneratorAdapter.java | 370 mv.visitInsn(Opcodes.DCONST_0 + (int) value); in push()
|
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/ |
D | FlowAnalyzer.kt | 158 DCONST_0, DCONST_1 -> { in executeOne()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | InstructionFinder.java | 348 …map.put("dconst", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONS…
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/ |
D | Constants.java | 336 short DCONST_0 = 14; field
|
D | Const.java | 550 public static final short DCONST_0 = 14; field in Const
|
/external/javassist/src/main/javassist/compiler/ |
D | Javac.java | 245 value = Opcode.DCONST_0; in makeDefaultBody()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | LambdaDesugaring.java | 607 return opcode == Opcodes.DCONST_0 in isPushForType()
|