Home
last modified time | relevance | path

Searched refs:XOR_LONG (Results 1 – 8 of 8) 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/tools/veridex/
Dflow_analysis.cc436 case Instruction::XOR_LONG: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h184 …V(0xA2, XOR_LONG, "xor-long", k23x, kIndexNone, kContinue, kXor, kVerifyRegAWide | kVerifyRegBWide…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1434 HANDLER_ATTRIBUTES bool XOR_LONG() { in XOR_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc2624 case Instruction::XOR_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3312 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()