Searched refs:XOR_INT (Results 1 - 16 of 16) sorted by path

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1240 case Instruction::XOR_INT:
H A Dlocal_value_numbering.cc1801 case Instruction::XOR_INT:
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc178 case Instruction::XOR_INT:
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc373 case Instruction::XOR_INT:
/art/compiler/dex/quick/
H A Dgen_common.cc1567 case Instruction::XOR_INT:
1856 case Instruction::XOR_INT:
H A Dmir_to_lir.cc1001 case Instruction::XOR_INT:
H A Dquick_compiler.cc289 Instruction::XOR_INT,
/art/compiler/dex/quick/x86/
H A Dint_x86.cc3143 case Instruction::XOR_INT:
/art/compiler/optimizing/
H A Dbuilder.cc1752 case Instruction::XOR_INT: {
/art/runtime/
H A Ddex_instruction_list.h172 V(0x97, XOR_INT, "xor-int", k23x, true, kNone, kContinue | kXor, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1818 HANDLE_INSTRUCTION_START(XOR_INT)
H A Dinterpreter_switch_impl.cc1651 case Instruction::XOR_INT:
/art/runtime/verifier/
H A Dmethod_verifier.cc2683 case Instruction::XOR_INT:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java193 intOpcodes.add(Opcode.XOR_INT);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java474 addOpcodeInfo(Opcode.XOR_INT, "xor-int", 0x97, new Format23x());
H A DOpcode.java171 XOR_INT, enum constant in enum:Opcode

Completed in 57 milliseconds