Searched refs:SHL_INT_LIT8 (Results 1 – 8 of 8) 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/runtime/ |
D | dex_instruction_list.h | 245 …V(0xE0, SHL_INT_LIT8, "shl-int/lit8", k22b, true, kIndexNone, kContinue | kShl | kRegCFieldOrConst…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2396 case Instruction::SHL_INT_LIT8: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2439 HANDLE_INSTRUCTION_START(SHL_INT_LIT8) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2314 case Instruction::SHL_INT_LIT8: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3223 case Instruction::SHL_INT_LIT8: in CodeFlowVerifyInstruction()
|