Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java161 public static final int NOT_LONG = 0x7e; field in Opcodes
DOpcodeInfo.java530 public static final Info NOT_LONG = field in OpcodeInfo
531 new Info(Opcodes.NOT_LONG, "not-long",
1222 set(NOT_LONG);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java316 MAP.put(Rops.NOT_LONG, Dops.NOT_LONG); in MAP.put() argument
DDops.java537 public static final Dop NOT_LONG = field in Dops
538 new Dop(Opcodes.NOT_LONG, Opcodes.NOT_LONG,
1223 set(NOT_LONG);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRops.java366 public static final Rop NOT_LONG = field in Rops
1668 case Type.BT_LONG: return NOT_LONG; in opNot()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java153NOT_LONG((short)0x7e, "not-long", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opco… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java758 case NOT_LONG: