Searched refs:SHL_INT_LIT8 (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 244 SHL_INT_LIT8, enumConstant
|
D | Instruction.java | 547 addOpcodeInfo(Opcode.SHL_INT_LIT8, "shl-int/lit8", 0xe0, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 266 intLit8Opcodes.add(Opcode.SHL_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 497 case Instruction::SHL_INT_LIT8: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 246 …V(0xE0, SHL_INT_LIT8, "shl-int/lit8", k22b, kIndexNone, kContinue, kShl | kRegCFieldOrConstant, kV…
|