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

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1238 case Instruction::AND_INT:
H A Dlocal_value_numbering.cc1797 case Instruction::AND_INT:
/art/compiler/dex/quick/arm/
H A Dutility_arm.cc169 case Instruction::AND_INT:
/art/compiler/dex/quick/arm64/
H A Dutility_arm64.cc365 case Instruction::AND_INT:
/art/compiler/dex/quick/
H A Dgen_common.cc1559 case Instruction::AND_INT:
1844 case Instruction::AND_INT:
H A Dmir_to_lir.cc997 case Instruction::AND_INT:
H A Dquick_compiler.cc287 Instruction::AND_INT,
/art/compiler/dex/quick/x86/
H A Dint_x86.cc3131 case Instruction::AND_INT:
/art/compiler/optimizing/
H A Dbuilder.cc1702 case Instruction::AND_INT: {
/art/runtime/
H A Ddex_instruction_list.h170 V(0x95, AND_INT, "and-int", k23x, true, kNone, kContinue | kAnd, kVerifyRegA | kVerifyRegB | kVerifyRegC) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1804 HANDLE_INSTRUCTION_START(AND_INT)
H A Dinterpreter_switch_impl.cc1637 case Instruction::AND_INT:
/art/runtime/verifier/
H A Dmethod_verifier.cc2681 case Instruction::AND_INT:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java191 intOpcodes.add(Opcode.AND_INT);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java472 addOpcodeInfo(Opcode.AND_INT, "and-int", 0x95, new Format23x());
H A DOpcode.java169 AND_INT, enum constant in enum:Opcode

Completed in 87 milliseconds