Searched refs:MUL_INT_LIT16 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 230 MUL_INT_LIT16, enumConstant
|
D | Instruction.java | 533 addOpcodeInfo(Opcode.MUL_INT_LIT16, "mul-int/lit16", 0xd2, new Format22s()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 272 intLit16Opcodes.add(Opcode.MUL_INT_LIT16);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 482 case Instruction::MUL_INT_LIT16: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 413 Instruction::MUL_INT_LIT16, 3, in TEST_F()
|
D | instruction_builder.cc | 2791 case Instruction::MUL_INT_LIT16: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 232 …V(0xD2, MUL_INT_LIT16, "mul-int/lit16", k22s, kIndexNone, kContinue, kMultiply | kRegCFieldOrConst…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2406 ALWAYS_INLINE void MUL_INT_LIT16() REQUIRES_SHARED(Locks::mutator_lock_) { in MUL_INT_LIT16() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3391 case Instruction::MUL_INT_LIT16: in CodeFlowVerifyInstruction()
|