Searched defs:IF_GE (Results 1 - 5 of 5) 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;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
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);
/external/dexmaker/src/dx/java/com/android/dx/io/
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);
H A DOpcodes.java97 public static final int IF_GE = 0x35; field in class:Opcodes
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java89 IF_GE((short)0x35, "if-ge", ReferenceType.NONE, Format.Format22t, Opcode.CAN_CONTINUE), enum constant in enum:Opcode

Completed in 1044 milliseconds