Searched refs:MUL_INT_LIT8 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 238 MUL_INT_LIT8, enumConstant
|
D | Instruction.java | 541 addOpcodeInfo(Opcode.MUL_INT_LIT8, "mul-int/lit8", 0xda, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 260 intLit8Opcodes.add(Opcode.MUL_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 494 case Instruction::MUL_INT_LIT8: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 396 Instruction::MUL_INT_LIT8, 3 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2843 case Instruction::MUL_INT_LIT8: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 240 …V(0xDA, MUL_INT_LIT8, "mul-int/lit8", k22b, kIndexNone, kContinue, kMultiply | kRegCFieldOrConstan…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1740 HANDLER_ATTRIBUTES bool MUL_INT_LIT8() { in MUL_INT_LIT8() function
|