Home
last modified time | relevance | path

Searched refs:XOR_INT_LIT8 (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java258 public static final int XOR_INT_LIT8 = 0xdf; field in Opcodes
DOpcodeInfo.java918 public static final Info XOR_INT_LIT8 = field in OpcodeInfo
919 new Info(Opcodes.XOR_INT_LIT8, "xor-int/lit8",
1319 set(XOR_INT_LIT8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java925 public static final Dop XOR_INT_LIT8 = field in Dops
926 new Dop(Opcodes.XOR_INT_LIT8, Opcodes.XOR_INT,
1320 set(XOR_INT_LIT8);
DRopToDop.java342 MAP.put(Rops.XOR_CONST_INT, Dops.XOR_INT_LIT8); in MAP.put() argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java250XOR_INT_LIT8((short)0xdf, "xor-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINU… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java914 case XOR_INT_LIT8: