Searched refs:XOR_LONG (Results 1 – 8 of 8) 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/tools/veridex/ |
D | flow_analysis.cc | 436 case Instruction::XOR_LONG: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 184 …V(0xA2, XOR_LONG, "xor-long", k23x, kIndexNone, kContinue, kXor, kVerifyRegAWide | kVerifyRegBWide…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2602 case Instruction::XOR_LONG: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2043 ALWAYS_INLINE void XOR_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in XOR_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3305 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()
|