Searched defs:IF_GT_INT (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java189 public static final Rop IF_GT_INT = field in class:Rops
1391 return pickIf(types, IF_GTZ_INT, null, IF_GT_INT, null);
/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java189 public static final Rop IF_GT_INT = field in class:Rops
1391 return pickIf(types, IF_GTZ_INT, null, IF_GT_INT, null);

Completed in 103 milliseconds