Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java238 MUL_INT_LIT8, enumConstant
DInstruction.java541 addOpcodeInfo(Opcode.MUL_INT_LIT8, "mul-int/lit8", 0xda, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java260 intLit8Opcodes.add(Opcode.MUL_INT_LIT8);
/art/tools/veridex/
Dflow_analysis.cc494 case Instruction::MUL_INT_LIT8: in ProcessDexInstruction()
/art/compiler/optimizing/
Dcodegen_test.cc396 Instruction::MUL_INT_LIT8, 3 << 8 | 0, in TEST_F()
Dinstruction_builder.cc2843 case Instruction::MUL_INT_LIT8: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h240 …V(0xDA, MUL_INT_LIT8, "mul-int/lit8", k22b, kIndexNone, kContinue, kMultiply | kRegCFieldOrConstan…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1740 HANDLER_ATTRIBUTES bool MUL_INT_LIT8() { in MUL_INT_LIT8() function
/art/runtime/verifier/
Dmethod_verifier.cc3412 case Instruction::MUL_INT_LIT8: in CodeFlowVerifyInstruction()