Searched refs:MUL_INT_LIT16 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 230 MUL_INT_LIT16, enumConstant
|
D | Instruction.java | 533 addOpcodeInfo(Opcode.MUL_INT_LIT16, "mul-int/lit16", 0xd2, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 272 intLit16Opcodes.add(Opcode.MUL_INT_LIT16);
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 407 Instruction::MUL_INT_LIT16, 3, in TEST_F()
|
D | instruction_builder.cc | 2497 case Instruction::MUL_INT_LIT16: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 232 …V(0xD2, MUL_INT_LIT16, "mul-int/lit16", k22s, kIndexNone, kContinue, kMultiply | kRegCFieldOrConst…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 2284 case Instruction::MUL_INT_LIT16: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3335 case Instruction::MUL_INT_LIT16: in CodeFlowVerifyInstruction()
|