Searched refs:XOR_INT_LIT16 (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 235 XOR_INT_LIT16, enumConstant
|
D | Instruction.java | 538 addOpcodeInfo(Opcode.XOR_INT_LIT16, "xor-int/lit16", 0xd7, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 277 intLit16Opcodes.add(Opcode.XOR_INT_LIT16);
|
/art/runtime/ |
D | dex_instruction_list.h | 237 …V(0xD7, XOR_INT_LIT16, "xor-int/lit16", k22s, kIndexNone, kContinue | kXor | kRegCFieldOrConstant,…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2264 case Instruction::XOR_INT_LIT16: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2441 case Instruction::XOR_INT_LIT16: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3344 case Instruction::XOR_INT_LIT16: in CodeFlowVerifyInstruction()
|