Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java95 return Opcodes.IF_ICMPLE; in getInverted()
96 case Opcodes.IF_ICMPLE: 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.java146 int IF_ICMPLE = 164; field
DInstructionPrinter.java100 case IF_ICMPLE: in instructionString()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java336 testJumpInsn(IF_ICMPLE, 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.java558 case Opcode.IF_ICMPLE : in doOpcode148_201()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java514 case IF_ICMPLE: in execute()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java749 case Opcodes.IF_ICMPLE: in getJumpTargets()
1014 case Opcodes.IF_ICMPLE: in ifType()