Home
last modified time | relevance | path

Searched refs:IF_ICMPNE (Results 1 – 9 of 9) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java87 return Opcodes.IF_ICMPNE; in getInverted()
88 case Opcodes.IF_ICMPNE: 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/javassist/src/main/javassist/bytecode/
DOpcode.java148 int IF_ICMPNE = 160; field
DInstructionPrinter.java102 case IF_ICMPNE: in instructionString()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java332 testJumpInsn(IF_ICMPNE, true); in testJumpInsn()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1182 private static final int ifOp[] = { EQ, IF_ICMPEQ, IF_ICMPNE,
1183 NEQ, IF_ICMPNE, IF_ICMPEQ,
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java554 case Opcode.IF_ICMPNE : in doOpcode148_201()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java510 case IF_ICMPNE: in execute()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java745 case Opcodes.IF_ICMPNE: in getJumpTargets()
1001 case Opcodes.IF_ICMPNE: in ifType()