Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java94 case Opcodes.IF_ICMPGT: in getInverted()
97 return Opcodes.IF_ICMPGT; in getInverted()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java144 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPGT, Opcodes.IF_ICMPLE); in testVisitJumpInsnWithProbe_IF_ICMPGT()
149 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPLE, Opcodes.IF_ICMPGT); in testVisitJumpInsnWithProbe_IF_ICMPLE()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java145 int IF_ICMPGT = 163; field
DInstructionPrinter.java99 case IF_ICMPGT: in instructionString()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java335 testJumpInsn(IF_ICMPGT, true); in testJumpInsn()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1184 LE, IF_ICMPLE, IF_ICMPGT,
1187 '>', IF_ICMPGT, IF_ICMPLE };
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java557 case Opcode.IF_ICMPGT : in doOpcode148_201()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java513 case IF_ICMPGT: in execute()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java748 case Opcodes.IF_ICMPGT: in getJumpTargets()
1011 case Opcodes.IF_ICMPGT: in ifType()