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

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java71 public static final int IF_GE = 10; field in class:RegOps
323 case IF_GE: return "if-ge";
389 case RegOps.IF_GE:
392 return RegOps.IF_GE;
H A DRops.java140 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT, Rop.BRANCH_IF,
180 new Rop(RegOps.IF_GE, Type.VOID, StdTypeList.INT_INT, Rop.BRANCH_IF,
1134 case RegOps.IF_GE: return opIfGe(sources);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDop.java159 case Opcodes.IF_LT: return Dops.IF_GE;
160 case Opcodes.IF_GE: return Dops.IF_LT;
H A DDops.java281 public static final Dop IF_GE = field in class:Dops
282 new Dop(Opcodes.IF_GE, Opcodes.IF_GE,
1159 set(IF_GE);
H A DRopToDop.java97 // Opcodes.IF_GE
273 MAP.put(Rops.IF_GE_INT, Dops.IF_GE);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java285 case RegOps.IF_GE:
317 case RegOps.IF_GE:
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java97 public static final int IF_GE = 0x35; field in class:Opcodes
H A DOpcodeInfo.java274 public static final Info IF_GE = field in class:OpcodeInfo
275 new Info(Opcodes.IF_GE, "if-ge",
1158 set(IF_GE);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java90 IF_GE((byte)0x35, "if-ge", 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.java720 case IF_GE:
1165 case IF_GE:

Completed in 174 milliseconds