Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java182 XOR_LONG, enumConstant
H A DInstruction.java485 addOpcodeInfo(Opcode.XOR_LONG, "xor-long", 0xa2, new Format23x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java217 longOpcodes.add(Opcode.XOR_LONG);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc459 case Instruction::XOR_LONG: { in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h184 …V(0xA2, XOR_LONG, "xor-long", k23x, kIndexNone, kContinue, kXor, kVerifyRegAWide | kVerifyRegBWide…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1287 HANDLER_ATTRIBUTES bool XOR_LONG() { in XOR_LONG() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3065 case Instruction::XOR_LONG: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3289 case Instruction::XOR_LONG: in CodeFlowVerifyInstruction()