Searched refs:MUL_INT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 166 MUL_INT, enumConstant
|
D | Instruction.java | 469 addOpcodeInfo(Opcode.MUL_INT, "mul-int", 0x92, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 188 intOpcodes.add(Opcode.MUL_INT);
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 398 Instruction::MUL_INT | 4 << 8, 1 << 8 | 2, // mul-int v4, v2, v1 in TEST_F()
|
D | codegen_test.cc | 359 Instruction::MUL_INT, 1 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2189 case Instruction::MUL_INT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 168 …V(0x92, MUL_INT, "mul-int", k23x, kIndexNone, kContinue, kMultiply, kVerifyRegA | kVerifyRegB | kV…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1775 case Instruction::MUL_INT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3227 case Instruction::MUL_INT: in CodeFlowVerifyInstruction()
|