Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java91 return Opcodes.IF_ICMPGE; in getInverted()
92 case Opcodes.IF_ICMPGE: in getInverted()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java139 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPGE, Opcodes.IF_ICMPLT); in testVisitJumpInsnWithProbe_IF_ICMPGE()
154 testVisitJumpInsnWithProbe(Opcodes.IF_ICMPLT, Opcodes.IF_ICMPGE); in testVisitJumpInsnWithProbe_IF_ICMPLT()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java144 int IF_ICMPGE = 162; field
DInstructionPrinter.java98 case IF_ICMPGE: in instructionString()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java334 testJumpInsn(IF_ICMPGE, true); in testJumpInsn()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1185 GE, IF_ICMPGE, IF_ICMPLT,
1186 '<', IF_ICMPLT, IF_ICMPGE,
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java556 case Opcode.IF_ICMPGE : in doOpcode148_201()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java512 case IF_ICMPGE: in execute()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java747 case Opcodes.IF_ICMPGE: in getJumpTargets()
1008 case Opcodes.IF_ICMPGE: in ifType()