Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java182 XOR_LONG, enumConstant
DInstruction.java485 addOpcodeInfo(Opcode.XOR_LONG, "xor-long", 0xa2, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java217 longOpcodes.add(Opcode.XOR_LONG);
/art/runtime/
Ddex_instruction_list.h184 …V(0xA2, XOR_LONG, "xor-long", k23x, kIndexNone, kContinue, kXor, kVerifyRegAWide | kVerifyRegBWide…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1889 case Instruction::XOR_LONG: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2308 case Instruction::XOR_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3249 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()