Searched refs:AND_LONG (Results 1 - 17 of 17) sorted by last modified time

/art/compiler/dex/
H A Dgvn_dead_code_elimination.cc1247 case Instruction::AND_LONG:
H A Dlocal_value_numbering.cc1829 case Instruction::AND_LONG:
/art/compiler/dex/quick/arm/
H A Dint_arm.cc1688 case Instruction::AND_LONG:
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc1161 case Instruction::AND_LONG:
1387 case Instruction::AND_LONG:
/art/compiler/dex/quick/
H A Dgen_common.cc2015 case Instruction::AND_LONG:
H A Dmir_to_lir.cc1038 case Instruction::AND_LONG:
H A Dquick_compiler.cc298 Instruction::AND_LONG,
/art/compiler/dex/quick/mips/
H A Dint_mips.cc559 case Instruction::AND_LONG:
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1710 case Instruction::AND_LONG:
2666 case Instruction::AND_LONG:
2714 case Instruction::AND_LONG:
2750 case Instruction::AND_LONG:
2814 case Instruction::AND_LONG:
/art/compiler/optimizing/
H A Dbuilder.cc1707 case Instruction::AND_LONG: {
/art/runtime/
H A Ddex_instruction_list.h181 V(0xA0, AND_LONG, "and-long", k23x, true, kNone, kContinue | kAnd, kVerifyRegAWide | kVerifyRegBWide | kVerifyRegCWide) \
/art/runtime/interpreter/
H A Dinterpreter_goto_table_impl.cc1862 HANDLE_INSTRUCTION_START(AND_LONG)
H A Dinterpreter_switch_impl.cc1693 case Instruction::AND_LONG:
/art/runtime/verifier/
H A Dmethod_verifier.cc2692 case Instruction::AND_LONG:
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java215 longOpcodes.add(Opcode.AND_LONG);
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DInstruction.java483 addOpcodeInfo(Opcode.AND_LONG, "and-long", 0xa0, new Format23x());
H A DOpcode.java180 AND_LONG, enum constant in enum:Opcode

Completed in 78 milliseconds