Home
last modified time | relevance | path

Searched refs:SHL_INT_2ADDR (Results 1 – 16 of 16) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java204 SHL_INT_2ADDR, enumConstant
DInstruction.java507 addOpcodeInfo(Opcode.SHL_INT_2ADDR, "shl-int/2addr", 0xb8, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java206 int2addrOpcodes.add(Opcode.SHL_INT_2ADDR);
/art/compiler/dex/quick/
Dquick_compiler.cc322 Instruction::SHL_INT_2ADDR,
Dgen_common.cc1572 case Instruction::SHL_INT_2ADDR: in GenArithOpInt()
1864 case Instruction::SHL_INT_2ADDR: in GenArithOpIntLit()
Dmir_to_lir.cc1023 case Instruction::SHL_INT_2ADDR: in CompileDalvikInstruction()
/art/runtime/
Ddex_instruction_list.h205 …V(0xB8, SHL_INT_2ADDR, "shl-int/2addr", k12x, true, kNone, kContinue | kShl, kVerifyRegA | kVerify…
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc359 case Instruction::SHL_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/quick/arm/
Dutility_arm.cc156 case Instruction::SHL_INT_2ADDR: in InexpensiveConstantInt()
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1269 case Instruction::SHL_INT_2ADDR: in RecordMIR()
Dlocal_value_numbering.cc1806 case Instruction::SHL_INT_2ADDR: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc1851 case Instruction::SHL_INT_2ADDR: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2017 HANDLE_INSTRUCTION_START(SHL_INT_2ADDR) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1847 case Instruction::SHL_INT_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/dex/quick/x86/
Dint_x86.cc3146 case Instruction::SHL_INT_2ADDR: in GenArithOpInt()
/art/runtime/verifier/
Dmethod_verifier.cc2727 case Instruction::SHL_INT_2ADDR: in CodeFlowVerifyInstruction()