Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java203 XOR_INT_2ADDR, enumConstant
H A DInstruction.java506 addOpcodeInfo(Opcode.XOR_INT_2ADDR, "xor-int/2addr", 0xb7, new Format12x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java205 int2addrOpcodes.add(Opcode.XOR_INT_2ADDR);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc494 case Instruction::XOR_INT_2ADDR: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h205 …V(0xB7, XOR_INT_2ADDR, "xor-int/2addr", k12x, kIndexNone, kContinue, kXor, kVerifyRegA | kVerifyRe…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1405 HANDLER_ATTRIBUTES bool XOR_INT_2ADDR() { in XOR_INT_2ADDR() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3219 case Instruction::XOR_INT_2ADDR: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3330 case Instruction::XOR_INT_2ADDR: in CodeFlowVerifyInstruction()