Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java230 MUL_INT_LIT16, enumConstant
DInstruction.java533 addOpcodeInfo(Opcode.MUL_INT_LIT16, "mul-int/lit16", 0xd2, new Format22s()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java272 intLit16Opcodes.add(Opcode.MUL_INT_LIT16);
/art/tools/veridex/
Dflow_analysis.cc482 case Instruction::MUL_INT_LIT16: in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc405 Instruction::MUL_INT_LIT16, 3, in TEST_F()
Dinstruction_builder.cc2813 case Instruction::MUL_INT_LIT16: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h232 …V(0xD2, MUL_INT_LIT16, "mul-int/lit16", k22s, kIndexNone, kContinue, kMultiply | kRegCFieldOrConst…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1702 HANDLER_ATTRIBUTES bool MUL_INT_LIT16() { in MUL_INT_LIT16() function
/art/runtime/verifier/
Dmethod_verifier.cc3398 case Instruction::MUL_INT_LIT16: in CodeFlowVerifyInstruction()