Searched defs:IFLT (Results 1 – 5 of 5) sorted by relevance
27 public class IFLT extends IfInstruction { class33 IFLT() { in IFLT() method in IFLT37 public IFLT(final InstructionHandle target) { in IFLT() method in IFLT
912 short IFLT = 155; field
1270 public static final short IFLT = 155; field in Const
1095 #define IFLT(X, Y) if ((k = ISLT(X, Y)) < 0) goto fail; \ macro
1037 #define IFLT(X, Y) if ((k = ISLT(X, Y, compare)) < 0) goto fail; \ macro