Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/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.java305 public static final Dop IF_GEZ = field in Dops
306 new Dop(Opcodes.IF_GEZ, Opcodes.IF_GEZ,
1165 set(IF_GEZ);
DRopToDop.java265 MAP.put(Rops.IF_GEZ_INT, Dops.IF_GEZ); in MAP.put() argument
/external/dexmaker/src/dx/java/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",
1164 set(IF_GEZ);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java95 IF_GEZ((short)0x3b, "if-gez", ReferenceType.NONE, Format.Format21t, Opcode.CAN_CONTINUE), enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java649 case IF_GEZ: