Home
last modified time | relevance | path

Searched refs:XOR_INT_2ADDR (Results 1 – 16 of 16) 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/compiler/dex/quick/
Dquick_compiler.cc321 Instruction::XOR_INT_2ADDR,
Dgen_common.cc1568 case Instruction::XOR_INT_2ADDR: in GenArithOpInt()
1857 case Instruction::XOR_INT_2ADDR: in GenArithOpIntLit()
Dmir_to_lir.cc1002 case Instruction::XOR_INT_2ADDR: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h204 …V(0xB7, XOR_INT_2ADDR, "xor-int/2addr", k12x, true, kNone, kContinue | kXor, kVerifyRegA | kVerify…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc374 case Instruction::XOR_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc179 case Instruction::XOR_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1268 case Instruction::XOR_INT_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1802 case Instruction::XOR_INT_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1911 case Instruction::XOR_INT_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2062 HANDLE_INSTRUCTION_START(XOR_INT_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1892 case Instruction::XOR_INT_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3140 case Instruction::XOR_INT_2ADDR: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2735 case Instruction::XOR_INT_2ADDR: in CodeFlowVerifyInstruction()