Searched refs:MUL_LONG (Results 1 – 9 of 9) 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 | 414 case Instruction::MUL_LONG: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 385 Instruction::MUL_LONG, 2 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2488 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-inl.h | 2008 ALWAYS_INLINE void MUL_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in MUL_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3300 case Instruction::MUL_LONG: in CodeFlowVerifyInstruction()
|