Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java209 MUL_LONG_2ADDR, enumConstant
DInstruction.java512 addOpcodeInfo(Opcode.MUL_LONG_2ADDR, "mul-long/2addr", 0xbd, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java224 long2addrOpcodes.add(Opcode.MUL_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc450 case Instruction::MUL_LONG_2ADDR: in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc395 Instruction::MUL_LONG_2ADDR | 2 << 12, in TEST_F()
Dinstruction_builder.cc2647 case Instruction::MUL_LONG_2ADDR: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h211 …V(0xBD, MUL_LONG_2ADDR, "mul-long/2addr", k12x, kIndexNone, kContinue, kMultiply, kVerifyRegAWide …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2242 ALWAYS_INLINE void MUL_LONG_2ADDR() REQUIRES_SHARED(Locks::mutator_lock_) { in MUL_LONG_2ADDR() function
/art/runtime/verifier/
Dmethod_verifier.cc3356 case Instruction::MUL_LONG_2ADDR: in CodeFlowVerifyInstruction()