Searched refs:OR_INT_2ADDR (Results 1 - 17 of 17) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java202 OR_INT_2ADDR, enum constant in enum:Opcode
H A DInstruction.java505 addOpcodeInfo(Opcode.OR_INT_2ADDR, "or-int/2addr", 0xb6, new Format12x());
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java204 int2addrOpcodes.add(Opcode.OR_INT_2ADDR);
/art/compiler/dex/quick/
H A Dquick_compiler.cc320 Instruction::OR_INT_2ADDR,
H A Dgen_common.cc1564 case Instruction::OR_INT_2ADDR:
1851 case Instruction::OR_INT_2ADDR:
H A Dmir_to_lir.cc1000 case Instruction::OR_INT_2ADDR:
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc174 case Instruction::OR_INT_2ADDR:
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc370 case Instruction::OR_INT_2ADDR:
/art/runtime/
H A Ddex_instruction_list.h203 V(0xB6, OR_INT_2ADDR, "or-int/2addr", k12x, true, kNone, kContinue | kOr, kVerifyRegA | kVerifyRegB) \
/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1267 case Instruction::OR_INT_2ADDR:
H A Dlocal_value_numbering.cc1800 case Instruction::OR_INT_2ADDR:
H A Dgvn_dead_code_elimination_test.cc1058 DEF_BINOP(3, Instruction::OR_INT_2ADDR, 4u, 2u, 3u), // 3. Find definition of the move src.
/art/compiler/optimizing/
H A Dbuilder.cc1901 case Instruction::OR_INT_2ADDR: {
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc2053 HANDLE_INSTRUCTION_START(OR_INT_2ADDR) {
H A Dinterpreter_switch_impl.cc1883 case Instruction::OR_INT_2ADDR: {
/art/compiler/dex/quick/x86/
H A Dint_x86.cc3134 case Instruction::OR_INT_2ADDR:
/art/runtime/verifier/
H A Dmethod_verifier.cc2734 case Instruction::OR_INT_2ADDR:

Completed in 146 milliseconds