Home
last modified time | relevance | path

Searched refs:MUL_LONG (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java177 MUL_LONG, enumConstant
DInstruction.java480 addOpcodeInfo(Opcode.MUL_LONG, "mul-long", 0x9d, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java212 longOpcodes.add(Opcode.MUL_LONG);
/art/tools/veridex/
Dflow_analysis.cc414 case Instruction::MUL_LONG: in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc385 Instruction::MUL_LONG, 2 << 8 | 0, in TEST_F()
Dinstruction_builder.cc2488 case Instruction::MUL_LONG: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h179 …V(0x9D, MUL_LONG, "mul-long", k23x, kIndexNone, kContinue, kMultiply, kVerifyRegAWide | kVerifyReg…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2008 ALWAYS_INLINE void MUL_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in MUL_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3300 case Instruction::MUL_LONG: in CodeFlowVerifyInstruction()