Home
last modified time | relevance | path

Searched refs:IFLT (Results 1 – 20 of 20) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIFLT.java27 public class IFLT extends IfInstruction { class
33 IFLT() { in IFLT() method in IFLT
37 public IFLT(final InstructionHandle target) { in IFLT() method in IFLT
38 super(org.apache.bcel.Const.IFLT, target); in IFLT()
DIFGE.java47 return new IFLT(super.getTarget()); in negate()
DInstruction.java347 case Const.IFLT: in readInstruction()
348 obj = new IFLT(); in readInstruction()
DInstructionFactory.java720 case Const.IFLT: in createBranchInstruction()
721 return new IFLT(target); in createBranchInstruction()
DVisitor.java126 void visitIFLT( IFLT obj ); in visitIFLT()
DEmptyVisitor.java188 public void visitIFLT( final IFLT obj ) { in visitIFLT()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DMethodProbesAdapterTest.java185 adapter.visitJumpInsn(Opcodes.IFLT, label); in testVisitJumpInsn2()
189 .visitJumpInsnWithProbe(Opcodes.IFLT, label, 1000, frame); in testVisitJumpInsn2()
197 adapter.visitJumpInsn(Opcodes.IFLT, label); in testVisitJumpInsn3()
200 expectedVisitor.visitJumpInsn(Opcodes.IFLT, label); in testVisitJumpInsn3()
DLabelFlowAnalyzerTest.java327 testJumpInsn(IFLT, true); in testJumpInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
DMethodInstrumenter.java78 case Opcodes.IFLT: in getInverted()
81 return Opcodes.IFLT; in getInverted()
/external/python/cpython2/Objects/
Dlistobject.c1037 #define IFLT(X, Y) if ((k = ISLT(X, Y, compare)) < 0) goto fail; \ macro
1076 IFLT(pivot, *p) in binarysort()
1130 IFLT(*lo, *(lo-1)) { in count_run()
1133 IFLT(*lo, *(lo-1)) in count_run()
1141 IFLT(*lo, *(lo-1)) in count_run()
1184 IFLT(*a, key) { in gallop_left()
1190 IFLT(a[ofs], key) { in gallop_left()
1211 IFLT(*(a-ofs), key) in gallop_left()
1237 IFLT(a[m], key) in gallop_left()
1275 IFLT(key, *a) { in gallop_right()
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java99 testVisitJumpInsnWithProbe(Opcodes.IFGE, Opcodes.IFLT); in testVisitJumpInsnWithProbe_IFGE()
114 testVisitJumpInsnWithProbe(Opcodes.IFLT, Opcodes.IFGE); in testVisitJumpInsnWithProbe_IFLT()
/external/python/cpython3/Objects/
Dlistobject.c1095 #define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail; \ macro
1202 IFLT(pivot, *p) in binarysort()
1265 IFLT(*lo, *(lo-1)) { in count_run()
1268 IFLT(*lo, *(lo-1)) in count_run()
1276 IFLT(*lo, *(lo-1)) in count_run()
1319 IFLT(*a, key) { in gallop_left()
1325 IFLT(a[ofs], key) { in gallop_left()
1346 IFLT(*(a-ofs), key) in gallop_left()
1372 IFLT(a[m], key) in gallop_left()
1410 IFLT(key, *a) { in gallop_right()
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DMethodProbesAdapter.java130 case Opcodes.IFLT: in jumpPopCount()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DCodeHTML.java163 case Const.IFLT: in codeToHTML()
460 case Const.IFLT: in findGotos()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java912 short IFLT = 155; field
DConst.java1270 public static final short IFLT = 155; field in Const
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java517 case Opcodes.IFLT: in visitJumpInsn()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java263 case Const.IFLT: in codeToString()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java743 public void visitIFLT(final IFLT o) { in visitIFLT()
DInstConstraintVisitor.java1678 public void visitIFLT(final IFLT o) { in visitIFLT()