Home
last modified time | relevance | path

Searched refs:IFNE (Results 1 – 25 of 96) sorted by relevance

1234

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIFNE.java27 public class IFNE extends IfInstruction { class
33 IFNE() { in IFNE() method in IFNE
37 public IFNE(final InstructionHandle target) { in IFNE() method in IFNE
38 super(org.apache.bcel.Const.IFNE, target); in IFNE()
DIFEQ.java47 return new IFNE(super.getTarget()); in negate()
DInstruction.java344 case Const.IFNE: in readInstruction()
345 obj = new IFNE(); in readInstruction()
DInstructionFactory.java718 case Const.IFNE: in createBranchInstruction()
719 return new IFNE(target); in createBranchInstruction()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchFilterTest.java66 m.visitJumpInsn(Opcodes.IFNE, case1); in should_filter()
73 m.visitJumpInsn(Opcodes.IFNE, case2); in should_filter()
85 m.visitJumpInsn(Opcodes.IFNE, case3); in should_filter()
142 m.visitJumpInsn(Opcodes.IFNE, case1); in should_filter_when_default_is_first()
202 m.visitJumpInsn(Opcodes.IFNE, case1); in should_filter_Kotlin_1_5()
208 m.visitJumpInsn(Opcodes.IFNE, case2); in should_filter_Kotlin_1_5()
217 m.visitJumpInsn(Opcodes.IFNE, case3); in should_filter_Kotlin_1_5()
223 m.visitJumpInsn(Opcodes.IFNE, case4); in should_filter_Kotlin_1_5()
232 m.visitJumpInsn(Opcodes.IFNE, case5); in should_filter_Kotlin_1_5()
238 m.visitJumpInsn(Opcodes.IFNE, case6); in should_filter_Kotlin_1_5()
DStringSwitchJavacFilterTest.java135 m.visitJumpInsn(Opcodes.IFNE, cases); in should_not_filter_code_generated_by_ECJ()
142 m.visitJumpInsn(Opcodes.IFNE, cases); in should_not_filter_code_generated_by_ECJ()
153 m.visitJumpInsn(Opcodes.IFNE, cases); in should_not_filter_code_generated_by_ECJ()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java76 return Opcodes.IFNE; in getInverted()
77 case Opcodes.IFNE: in getInverted()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java95 testVisitJumpInsnWithProbe(Opcodes.IFEQ, Opcodes.IFNE); in testVisitJumpInsnWithProbe_IFEQ()
120 testVisitJumpInsnWithProbe(Opcodes.IFNE, Opcodes.IFEQ); in testVisitJumpInsnWithProbe_IFNE()
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DMethodNodeBuilder.java92 methodNode.visitJumpInsn(Opcodes.IFNE, label); in ifne()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchFilter.java86 nextIs(Opcodes.IFNE); in match()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java139 int IFNE = 154; field
DInstructionPrinter.java106 case IFNE: in instructionString()
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DConstants.java164 static final int ASM_IFNE = Opcodes.IFNE + ASM_OPCODE_DELTA;
DOpcodes.java518 int IFNE = 154; // - field
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java130 case Opcodes.IFNE: in jumpPopCount()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAsmUtil.kt124 … GOTO, TABLESWITCH, LOOKUPSWITCH, ATHROW, IFEQ, IFNE, IFLT, IFGE, IFGT, IFLE, IFNULL, IFNONNULL, in nextVarLoad()
DFlowAnalyzer.kt139 … GOTO, TABLESWITCH, LOOKUPSWITCH, ATHROW, IFEQ, IFNE, IFLT, IFGE, IFGT, IFLE, IFNULL, IFNONNULL, in executeOne()
/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/
DMethodNodeBuilder.java182 methodNode.visitJumpInsn(Opcodes.IFNE, label); in ifne()
/external/ow2-asm/asm-util/src/test/resources/
Djdk8.AllInstructions.txt81 IFNE L1
Djdk8.AllFrames.txt113 IFNE L2
147 IFNE L6
502 IFNE L3
Djdk5.AllInstructions.txt283 IFNE L53
394 IFNE L13
613 IFNE L13
822 IFNE L13
Djdk3.AllInstructions.txt257 IFNE L53
368 IFNE L13
587 IFNE L13
796 IFNE L13
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DMethodNodeBuilder.java187 methodNode.visitJumpInsn(Opcodes.IFNE, label); in ifne()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java164 case Const.IFNE: in codeToHTML()
461 case Const.IFNE: in findGotos()
/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DBasicInterpreter.java208 case IFNE: in unaryOperation()

1234