Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIF_ICMPEQ.java27 public class IF_ICMPEQ extends IfInstruction { class
33 IF_ICMPEQ() { in IF_ICMPEQ() method in IF_ICMPEQ
37 public IF_ICMPEQ(final InstructionHandle target) { in IF_ICMPEQ() method in IF_ICMPEQ
38 super(org.apache.bcel.Const.IF_ICMPEQ, target); in IF_ICMPEQ()
DIF_ICMPNE.java47 return new IF_ICMPEQ(super.getTarget()); in negate()
DInstruction.java359 case Const.IF_ICMPEQ: in readInstruction()
360 obj = new IF_ICMPEQ(); in readInstruction()
DInstructionFactory.java728 case Const.IF_ICMPEQ: in createBranchInstruction()
729 return new IF_ICMPEQ(target); in createBranchInstruction()
DVisitor.java480 void visitIF_ICMPEQ( IF_ICMPEQ obj ); in visitIF_ICMPEQ()
DEmptyVisitor.java768 public void visitIF_ICMPEQ( final IF_ICMPEQ obj ) { in visitIF_ICMPEQ()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java86 case Opcodes.IF_ICMPEQ: in getInverted()
89 return Opcodes.IF_ICMPEQ; in getInverted()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java134 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPEQ, Opcodes.IF_ICMPNE); in testVisitJumpInsnWithProbe_IF_ICMPEQ()
159 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPNE, Opcodes.IF_ICMPEQ); in testVisitJumpInsnWithProbe_IF_ICMPNE()
/external/apache-commons-bcel/src/examples/Mini/
DASTExpr.java25 import org.apache.bcel.generic.IF_ICMPEQ;
282 case NEQ: bh = il.append(new IF_ICMPEQ(null)); ASTFunDecl.pop(2); break; in byte_code()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java210 adapter.visitJumpInsn(Opcodes.IF_ICMPEQ, label); in testVisitJumpInsn4()
214 expectedVisitor.visitJumpInsnWithProbe(Opcodes.IF_ICMPEQ, label, 1000, in testVisitJumpInsn4()
DLabelFlowAnalyzerTest.java331 testJumpInsn(IF_ICMPEQ, true); in testJumpInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java169 case Const.IF_ICMPEQ: in codeToHTML()
466 case Const.IF_ICMPEQ: in findGotos()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java928 short IF_ICMPEQ = 159; field
DConst.java1290 public static final short IF_ICMPEQ = 159; field in Const
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java523 case Opcodes.IF_ICMPEQ: in visitJumpInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java270 case Const.IF_ICMPEQ: in codeToString()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java687 public void visitIF_ICMPEQ(final IF_ICMPEQ o) { in visitIF_ICMPEQ()
DInstConstraintVisitor.java1560 public void visitIF_ICMPEQ(final IF_ICMPEQ o) { in visitIF_ICMPEQ()