Searched refs:MUL_INT_LIT8 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 238 MUL_INT_LIT8, enumConstant
|
D | Instruction.java | 541 addOpcodeInfo(Opcode.MUL_INT_LIT8, "mul-int/lit8", 0xda, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 260 intLit8Opcodes.add(Opcode.MUL_INT_LIT8);
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 615 Instruction::MUL_INT_LIT8, 3 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2377 case Instruction::MUL_INT_LIT8: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 239 …V(0xDA, MUL_INT_LIT8, "mul-int/lit8", k22b, true, kIndexNone, kContinue | kMultiply | kRegCFieldOr…
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 2397 HANDLE_INSTRUCTION_START(MUL_INT_LIT8) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 2273 case Instruction::MUL_INT_LIT8: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3220 case Instruction::MUL_INT_LIT8: in CodeFlowVerifyInstruction()
|