Home
last modified time | relevance | path

Searched refs:IF_GEZ (Results 1 – 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDop.java142 case DalvOps.IF_LTZ: return Dops.IF_GEZ; in getOppositeTest()
143 case DalvOps.IF_GEZ: return Dops.IF_LTZ; in getOppositeTest()
DDalvOps.java93 public static final int IF_GEZ = 0x3b; field in DalvOps
DDops.java299 public static final Dop IF_GEZ = field in Dops
300 new Dop(DalvOps.IF_GEZ, DalvOps.IF_GEZ,
1003 set(IF_GEZ);
DRopToDop.java93 MAP.put(Rops.IF_GEZ_INT, Dops.IF_GEZ); in MAP.put() argument
/dalvik/dx/src/com/android/dx/dex/code/
DDop.java165 case Opcodes.IF_LTZ: return Dops.IF_GEZ; in getOppositeTest()
166 case Opcodes.IF_GEZ: return Dops.IF_LTZ; in getOppositeTest()
DDops.java302 public static final Dop IF_GEZ = field in Dops
303 new Dop(Opcodes.IF_GEZ, Opcodes.IF_GEZ,
1006 set(IF_GEZ);
DRopToDop.java264 MAP.put(Rops.IF_GEZ_INT, Dops.IF_GEZ); in MAP.put() argument
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java103 public static final int IF_GEZ = 0x3b; field in Opcodes
DOpcodeInfo.java298 public static final Info IF_GEZ = field in OpcodeInfo
299 new Info(Opcodes.IF_GEZ, "if-gez",
1008 set(IF_GEZ);