Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java212 AND_LONG_2ADDR, enumConstant
DInstruction.java515 addOpcodeInfo(Opcode.AND_LONG_2ADDR, "and-long/2addr", 0xc0, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java227 long2addrOpcodes.add(Opcode.AND_LONG_2ADDR);
/art/compiler/dex/quick/x86/
Dint_x86.cc1709 case Instruction::AND_LONG_2ADDR: in GenArithOpLong()
2056 case Instruction::AND_LONG_2ADDR: in GenLongArith()
2688 case Instruction::AND_LONG_2ADDR: in GenArithImmOpLong()
2713 case Instruction::AND_LONG_2ADDR: in IsNoOp()
2749 case Instruction::AND_LONG_2ADDR: in GetOpcode()
2813 case Instruction::AND_LONG_2ADDR: in GetOpcode()
/art/compiler/dex/quick/
Dquick_compiler.cc330 Instruction::AND_LONG_2ADDR,
Dmir_to_lir.cc1043 case Instruction::AND_LONG_2ADDR: in CompileDalvikInstruction()
Dgen_common.cc2014 case Instruction::AND_LONG_2ADDR: in GenArithOpLong()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1160 case Instruction::AND_LONG_2ADDR: in GenArithOpLong()
1388 case Instruction::AND_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/dex/quick/mips/
Dint_mips.cc560 case Instruction::AND_LONG_2ADDR: in GenArithOpLong()
/art/runtime/
Ddex_instruction_list.h213 …V(0xC0, AND_LONG_2ADDR, "and-long/2addr", k12x, true, kNone, kContinue | kAnd, kVerifyRegAWide | k…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1275 case Instruction::AND_LONG_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1835 case Instruction::AND_LONG_2ADDR: in GetValueNumber()
/art/compiler/dex/quick/arm/
Dint_arm.cc1689 case Instruction::AND_LONG_2ADDR: in GenArithImmOpLong()
/art/compiler/optimizing/
Dbuilder.cc1896 case Instruction::AND_LONG_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2114 HANDLE_INSTRUCTION_START(AND_LONG_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1944 case Instruction::AND_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2748 case Instruction::AND_LONG_2ADDR: in CodeFlowVerifyInstruction()