HomeSort by relevance Sort by last modified time
    Searched refs:XOR_INT_LIT8 (Results 1 - 19 of 19) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 243 XOR_INT_LIT8,
Instruction.java 546 addOpcodeInfo(Opcode.XOR_INT_LIT8, "xor-int/lit8", 0xdf, new Format22b());
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 259 public static final int XOR_INT_LIT8 = 0xdf;
OpcodeInfo.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 257 public static final int XOR_INT_LIT8 = 0xdf;
Dops.java     [all...]
RopToDop.java 170 MAP.put(Rops.XOR_CONST_INT, Dops.XOR_INT_LIT8);
  /art/compiler/optimizing/
register_allocator_test.cc 356 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8,
357 Instruction::XOR_INT_LIT8 | 0 << 8, 1 << 8,
358 Instruction::XOR_INT_LIT8 | 1 << 8, 1 << 8 | 1,
    [all...]
instruction_builder.cc     [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
ArithOpChanger.java 265 intLit8Opcodes.add(Opcode.XOR_INT_LIT8);
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java     [all...]
RopToDop.java 214 // Opcodes.XOR_INT_LIT8
347 MAP.put(Rops.XOR_CONST_INT, Dops.XOR_INT_LIT8);
  /art/tools/veridex/
flow_analysis.cc 492 case Instruction::XOR_INT_LIT8:
  /art/libdexfile/dex/
dex_instruction_list.h 245 V(0xDF, XOR_INT_LIT8, "xor-int/lit8", k22b, kIndexNone, kContinue, kXor | kRegCFieldOrConstant, kVerifyRegA | kVerifyRegB) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 258 XOR_INT_LIT8(0xdf, "xor-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 1043 milliseconds