Home
last modified time | relevance | path

Searched refs:AND_LONG (Results 1 – 17 of 17) sorted by relevance

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