Home
last modified time | relevance | path

Searched refs:DCONST_0 (Results 1 – 25 of 77) sorted by relevance

1234

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DDCONST.java41 super(org.apache.bcel.Const.DCONST_0, (short) 1); in DCONST()
43 super.setOpcode(org.apache.bcel.Const.DCONST_0); in DCONST()
DInstructionConstants.java62 Instruction DCONST_0 = new DCONST(0); field
197 INSTRUCTIONS[Const.DCONST_0] = DCONST_0; in Clinit()
DInstructionConst.java61 public static final Instruction DCONST_0 = new DCONST(0); field in InstructionConst
192 INSTRUCTIONS[Const.DCONST_0] = DCONST_0;
DPUSH.java99 instruction = InstructionConst.DCONST_0; in PUSH()
DInstructionFactory.java700 return InstructionConst.DCONST_0; in createNull()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java76 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()
DLabelFlowAnalyzerTest.java163 testInsn(DCONST_0, true); in testInsn()
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Dactivation_layer_quant.cl43 …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/
DOpcode.java61 int DCONST_0 = 14; field
DBytecode.java534 addOpcode(DCONST_0); in addConstZero()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBug62060793TestDataGenerator.java29 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/
DOpcodes.java420 int DCONST_0 = 14; // - field
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DSourceInterpreter.java84 case DCONST_0: in newOperation()
DBasicInterpreter.java128 case DCONST_0: in newOperation()
DFrame.java314 case Opcodes.DCONST_0: in execute()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DInstructionAdapter.java100 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()
DAdviceAdapter.java199 case DCONST_0: in visitInsn()
DAnalyzerAdapter.java589 case Opcodes.DCONST_0: in execute()
DGeneratorAdapter.java370 mv.visitInsn(Opcodes.DCONST_0 + (int) value); in push()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt158 DCONST_0, DCONST_1 -> { in executeOne()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java348 …map.put("dconst", new String(new char[] { '(', makeChar(Const.DCONST_0), '|', makeChar(Const.DCONS…
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java336 short DCONST_0 = 14; field
DConst.java550 public static final short DCONST_0 = 14; field in Const
/external/javassist/src/main/javassist/compiler/
DJavac.java245 value = Opcode.DCONST_0; in makeDefaultBody()
/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaDesugaring.java607 return opcode == Opcodes.DCONST_0 in isPushForType()

1234