Home
last modified time | relevance | path

Searched refs:IFEQ (Results 1 – 25 of 47) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIFEQ.java27 public class IFEQ extends IfInstruction { class
33 IFEQ() { in IFEQ() method in IFEQ
37 public IFEQ(final InstructionHandle target) { in IFEQ() method in IFEQ
38 super(org.apache.bcel.Const.IFEQ, target); in IFEQ()
DIFNE.java47 return new IFEQ(super.getTarget()); in negate()
DInstruction.java341 case Const.IFEQ: in readInstruction()
342 obj = new IFEQ(); in readInstruction()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DKotlinWhenStringFilterTest.java66 m.visitJumpInsn(Opcodes.IFEQ, sameHash); in should_filter()
75 m.visitJumpInsn(Opcodes.IFEQ, defaultCase); in should_filter()
84 m.visitJumpInsn(Opcodes.IFEQ, defaultCase); in should_filter()
DStringSwitchJavacFilterTest.java56 m.visitJumpInsn(Opcodes.IFEQ, h1_2); in createFirstSwitch()
69 m.visitJumpInsn(Opcodes.IFEQ, secondSwitch); in createFirstSwitch()
82 m.visitJumpInsn(Opcodes.IFEQ, secondSwitch); in createFirstSwitch()
DKotlinCoroutineFilterTest.java154 m.visitJumpInsn(Opcodes.IFEQ, label); in should_filter_suspending_lambdas()
192 m.visitJumpInsn(Opcodes.IFEQ, label); in should_filter_suspending_lambdas()
250 m.visitJumpInsn(Opcodes.IFEQ, createStateInstance); in should_filter_suspending_functions()
261 m.visitJumpInsn(Opcodes.IFEQ, createStateInstance); in should_filter_suspending_functions()
312 m.visitJumpInsn(Opcodes.IFEQ, label); in should_filter_suspending_functions()
343 m.visitJumpInsn(Opcodes.IFEQ, label); in should_filter_suspending_functions()
DKotlinWhenFilterTest.java42 m.visitJumpInsn(Opcodes.IFEQ, label); in should_filter_implicit_else()
70 m.visitJumpInsn(Opcodes.IFEQ, label); in should_not_filter_explicit_else()
DKotlinDefaultArgumentsFilterTest.java36 m.visitJumpInsn(Opcodes.IFEQ, label); in createMethod()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DKotlinCoroutineFilter.java157 nextIs(Opcodes.IFEQ); in nextIsThrowOnFailure()
168 nextIs(Opcodes.IFEQ); in nextIsCreateStateInstance()
184 nextIs(Opcodes.IFEQ); in nextIsCreateStateInstance()
DKotlinDefaultArgumentsFilter.java82 nextIs(Opcodes.IFEQ); in match()
DStringSwitchJavacFilter.java80 nextIs(Opcodes.IFEQ); in match()
DKotlinWhenStringFilter.java80 nextIs(Opcodes.IFEQ); in match()
DKotlinWhenFilter.java59 if (i.getOpcode() == Opcodes.IFEQ in match()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodAnalyzerTest.java147 method.visitJumpInsn(Opcodes.IFEQ, l1); in createIfBranch()
297 method.visitJumpInsn(Opcodes.IFEQ, l1); in createIfBranchMerge()
415 method.visitJumpInsn(Opcodes.IFEQ, l1); in createJumpToFirst()
789 method.visitJumpInsn(Opcodes.IFEQ, l1); in createTryFinally()
797 method.visitJumpInsn(Opcodes.IFEQ, l3); in createTryFinally()
827 assertEquals(Opcodes.IFEQ, i1.getOpcode());
828 assertEquals(Opcodes.IFEQ, i2.getOpcode());
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java85 analyzer.visitJumpInsn(IFEQ, label); in testFlowScenario06()
93 analyzer.visitJumpInsn(IFEQ, label); in testFlowScenario07()
101 analyzer.visitJumpInsn(IFEQ, label); in testFlowScenario08()
325 testJumpInsn(IFEQ, true); in testJumpInsn()
DClassProbesAdapterTest.java162 mv.visitJumpInsn(Opcodes.IFEQ, l); in writeMethodWithBranch()
/external/apache-commons-bcel/src/examples/Mini/
DASTIfExpr.java25 import org.apache.bcel.generic.IFEQ;
171 i = il.append(new IFEQ(null)); // If POP() == FALSE(i.e. 0) then branch to ELSE in byte_code()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java74 case Opcodes.IFEQ: in getInverted()
77 return Opcodes.IFEQ; in getInverted()
/external/javassist/src/main/javassist/bytecode/analysis/
DUtil.java34 …return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == J… in isJumpInstruction()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
DClassFileVersionsTest.java20 import static org.objectweb.asm.Opcodes.IFEQ;
197 mv.visitJumpInsn(IFEQ, l1); in createClass()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java94 testVisitJumpInsnWithProbe(Opcodes.IFEQ, Opcodes.IFNE); in testVisitJumpInsnWithProbe_IFEQ()
119 testVisitJumpInsnWithProbe(Opcodes.IFNE, Opcodes.IFEQ); in testVisitJumpInsnWithProbe_IFNE()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java134 int IFEQ = 153; field
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowDecorator.java56 generator.visitJumpInsn(Opcodes.IFEQ, notInstanceOfThis); // jump if no (is not instance) in decorateMethodPreClassHandler()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAsmUtil.kt102 … GOTO, TABLESWITCH, LOOKUPSWITCH, ATHROW, IFEQ, IFNE, IFLT, IFGE, IFGT, IFLE, IFNULL, IFNONNULL, in nextVarLoad()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java128 case Opcodes.IFEQ: in jumpPopCount()

12