Home
last modified time | relevance | path

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

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