Searched refs:XOR_LONG (Results 1 – 7 of 7) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 182 XOR_LONG, enumConstant
|
D | Instruction.java | 485 addOpcodeInfo(Opcode.XOR_LONG, "xor-long", 0xa2, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 217 longOpcodes.add(Opcode.XOR_LONG);
|
/art/runtime/ |
D | dex_instruction_list.h | 184 …V(0xA2, XOR_LONG, "xor-long", k23x, kIndexNone, kContinue, kXor, kVerifyRegAWide | kVerifyRegBWide…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1889 case Instruction::XOR_LONG: in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2308 case Instruction::XOR_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3249 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()
|