Home
last modified time | relevance | path

Searched refs:IFGE (Results 1 – 18 of 18) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIFGE.java27 public class IFGE extends IfInstruction { class
33 IFGE() { in IFGE() method in IFGE
37 public IFGE(final InstructionHandle target) { in IFGE() method in IFGE
38 super(org.apache.bcel.Const.IFGE, target); in IFGE()
DIFLT.java47 return new IFGE(super.getTarget()); in negate()
DInstruction.java350 case Const.IFGE: in readInstruction()
351 obj = new IFGE(); in readInstruction()
DInstructionFactory.java722 case Const.IFGE: in createBranchInstruction()
723 return new IFGE(target); in createBranchInstruction()
DVisitor.java171 void visitIFGE( IFGE obj ); in visitIFGE()
DEmptyVisitor.java263 public void visitIFGE( final IFGE obj ) { in visitIFGE()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java79 return Opcodes.IFGE; in getInverted()
80 case Opcodes.IFGE: in getInverted()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java99 testVisitJumpInsnWithProbe(Opcodes.IFGE, Opcodes.IFLT); in testVisitJumpInsnWithProbe_IFGE()
114 testVisitJumpInsnWithProbe(Opcodes.IFLT, Opcodes.IFGE); in testVisitJumpInsnWithProbe_IFLT()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java131 case Opcodes.IFGE: in jumpPopCount()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java160 case Const.IFGE: in codeToHTML()
457 case Const.IFGE: in findGotos()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java916 short IFGE = 156; field
DConst.java1275 public static final short IFGE = 156; field in Const
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java328 testJumpInsn(IFGE, true); in testJumpInsn()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java518 case Opcodes.IFGE: in visitJumpInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java260 case Const.IFGE: in codeToString()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java728 public void visitIFGE(final IFGE o) { in visitIFGE()
DInstConstraintVisitor.java1648 public void visitIFGE(final IFGE o) { in visitIFGE()
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt1649 IFGE L3
1725 IFGE L3