Searched refs:SHR_INT_LIT8 (Results 1 – 13 of 13) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 245 SHR_INT_LIT8, enumConstant
|
D | Instruction.java | 548 addOpcodeInfo(Opcode.SHR_INT_LIT8, "shr-int/lit8", 0xe1, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 267 intLit8Opcodes.add(Opcode.SHR_INT_LIT8);
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 363 Instruction::SHR_INT_LIT8,
|
D | mir_to_lir.cc | 1124 case Instruction::SHR_INT_LIT8: in CompileDalvikInstruction()
|
D | gen_common.cc | 1869 case Instruction::SHR_INT_LIT8: in GenArithOpIntLit()
|
/art/runtime/ |
D | dex_instruction_list.h | 246 …V(0xE1, SHR_INT_LIT8, "shr-int/lit8", k22b, true, kNone, kContinue | kShr | kRegCFieldOrConstant, …
|
/art/compiler/dex/ |
D | gvn_dead_code_elimination.cc | 1304 case Instruction::SHR_INT_LIT8: in RecordMIR()
|
D | local_value_numbering.cc | 1905 case Instruction::SHR_INT_LIT8: in GetValueNumber()
|
/art/compiler/optimizing/ |
D | builder.cc | 2000 case Instruction::SHR_INT_LIT8: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2379 HANDLE_INSTRUCTION_START(SHR_INT_LIT8) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2206 case Instruction::SHR_INT_LIT8: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2798 case Instruction::SHR_INT_LIT8: in CodeFlowVerifyInstruction()
|