Searched refs:SHL_INT_LIT8 (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 244 SHL_INT_LIT8, enumConstant
|
D | Instruction.java | 547 addOpcodeInfo(Opcode.SHL_INT_LIT8, "shl-int/lit8", 0xe0, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 266 intLit8Opcodes.add(Opcode.SHL_INT_LIT8);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 362 Instruction::SHL_INT_LIT8,
|
D | mir_to_lir.cc | 1123 case Instruction::SHL_INT_LIT8: in CompileDalvikInstruction()
|
D | gen_common.cc | 1862 case Instruction::SHL_INT_LIT8: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 245 …V(0xE0, SHL_INT_LIT8, "shl-int/lit8", k22b, true, kNone, kContinue | kShl | kRegCFieldOrConstant, …
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1303 case Instruction::SHL_INT_LIT8: in RecordMIR()
|
D | local_value_numbering.cc | 1904 case Instruction::SHL_INT_LIT8: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 1995 case Instruction::SHL_INT_LIT8: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2372 HANDLE_INSTRUCTION_START(SHL_INT_LIT8) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2199 case Instruction::SHL_INT_LIT8: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2797 case Instruction::SHL_INT_LIT8: in CodeFlowVerifyInstruction()
|