Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDop.java167 case Opcodes.IF_GTZ: return Dops.IF_LEZ; in getOppositeTest()
168 case Opcodes.IF_LEZ: return Dops.IF_GTZ; in getOppositeTest()
DDops.java309 public static final Dop IF_GTZ = field in Dops
310 new Dop(Opcodes.IF_GTZ, Opcodes.IF_GTZ,
1166 set(IF_GTZ);
DRopToDop.java267 MAP.put(Rops.IF_GTZ_INT, Dops.IF_GTZ); in MAP.put() argument
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java104 public static final int IF_GTZ = 0x3c; field in Opcodes
DOpcodeInfo.java302 public static final Info IF_GTZ = field in OpcodeInfo
303 new Info(Opcodes.IF_GTZ, "if-gtz",
1165 set(IF_GTZ);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java690 case IF_GTZ:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java104 IF_GTZ(0x3c, "if-gtz", ReferenceType.NONE, Format.Format21t, Opcode.CAN_CONTINUE), enumConstant