Searched refs:MUL_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 177 MUL_LONG, enumConstant
|
D | Instruction.java | 480 addOpcodeInfo(Opcode.MUL_LONG, "mul-long", 0x9d, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 212 longOpcodes.add(Opcode.MUL_LONG);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 406 case Instruction::MUL_LONG: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 383 Instruction::MUL_LONG, 2 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2341 case Instruction::MUL_LONG: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 179 …V(0x9D, MUL_LONG, "mul-long", k23x, kIndexNone, kContinue, kMultiply, kVerifyRegAWide | kVerifyReg…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1945 case Instruction::MUL_LONG: in ExecuteSwitchImplCpp()
|