Home
last modified time | relevance | path

Searched refs:DCMPG (Results 1 – 17 of 17) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DDCMPG.java26 public class DCMPG extends Instruction implements TypedInstruction, StackProducer, StackConsumer { class
28 public DCMPG() { in DCMPG() method in DCMPG
29 super(org.apache.bcel.Const.DCMPG, (short) 1); in DCMPG()
DInstructionConst.java143 public static final Instruction DCMPG = new DCMPG(); field in InstructionConst
274 INSTRUCTIONS[Const.DCMPG] = DCMPG;
DInstructionConstants.java144 Instruction DCMPG = new DCMPG(); field
279 INSTRUCTIONS[Const.DCMPG] = DCMPG; in Clinit()
DVisitor.java426 void visitDCMPG( DCMPG obj ); in visitDCMPG()
DEmptyVisitor.java688 public void visitDCMPG( final DCMPG obj ) { in visitDCMPG()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java59 int DCMPG = 152; field
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt263 LCMP, DCMPL, DCMPG -> { in executeOne()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java900 short DCMPG = 152; field
DConst.java1255 public static final short DCMPG = 152; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java243 testInsn(DCMPG, true); in testInsn()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java294 case Opcodes.DCMPG: in visitInsn()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java512 case Opcode.DCMPG : in doOpcode148_201()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java280 public void visitDCMPG(final DCMPG o) { in visitDCMPG()
DInstConstraintVisitor.java800 public void visitDCMPG(final DCMPG o) { in visitDCMPG()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java495 case DCMPG: in execute()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt104 DCMPG
1646 DCMPG
1722 DCMPG
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1292 bytecode.addOpcode(DCMPG); in compareExpr()