Home
last modified time | relevance | path

Searched refs:XOR_LONG_2ADDR (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java214 XOR_LONG_2ADDR, enumConstant
DInstruction.java517 addOpcodeInfo(Opcode.XOR_LONG_2ADDR, "xor-long/2addr", 0xc2, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java229 long2addrOpcodes.add(Opcode.XOR_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc472 case Instruction::XOR_LONG_2ADDR: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h216 …V(0xC2, XOR_LONG_2ADDR, "xor-long/2addr", k12x, kIndexNone, kContinue, kXor, kVerifyRegAWide | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1608 HANDLER_ATTRIBUTES bool XOR_LONG_2ADDR() { in XOR_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc3056 case Instruction::XOR_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3369 case Instruction::XOR_LONG_2ADDR: in CodeFlowVerifyInstruction()