Searched refs:IF_GT (Results 1 - 10 of 10) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java77 public static final int IF_GT = 12; field in class:RegOps
325 case IF_GT: return "if-gt";
377 * example, IF_GT becomes IF_LT.
388 return RegOps.IF_GT;
393 case RegOps.IF_GT:
H A DRops.java150 new Rop(RegOps.IF_GT, Type.VOID, StdTypeList.INT, Rop.BRANCH_IF,
190 new Rop(RegOps.IF_GT, Type.VOID, StdTypeList.INT_INT, Rop.BRANCH_IF,
1136 case RegOps.IF_GT: return opIfGt(sources);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDop.java161 case Opcodes.IF_GT: return Dops.IF_LE;
162 case Opcodes.IF_LE: return Dops.IF_GT;
H A DDops.java285 public static final Dop IF_GT = field in class:Dops
286 new Dop(Opcodes.IF_GT, Opcodes.IF_GT,
1160 set(IF_GT);
H A DRopToDop.java98 // Opcodes.IF_GT
275 MAP.put(Rops.IF_GT_INT, Dops.IF_GT);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java291 case RegOps.IF_GT:
323 case RegOps.IF_GT:
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java98 public static final int IF_GT = 0x36; field in class:Opcodes
H A DOpcodeInfo.java278 public static final Info IF_GT = field in class:OpcodeInfo
279 new Info(Opcodes.IF_GT, "if-gt",
1159 set(IF_GT);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java91 IF_GT((byte)0x36, "if-gt", ReferenceType.none, Format.Format22t, Opcode.CAN_CONTINUE), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java721 case IF_GT:
1166 case IF_GT:

Completed in 1091 milliseconds