Searched refs:SHL_INT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 172 SHL_INT, enumConstant
|
D | Instruction.java | 475 addOpcodeInfo(Opcode.SHL_INT, "shl-int", 0x98, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 194 intOpcodes.add(Opcode.SHL_INT);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 427 case Instruction::SHL_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 174 …V(0x98, SHL_INT, "shl-int", k23x, kIndexNone, kContinue, kShl, kVerifyRegA | kVerifyRegB | kVerify…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1371 HANDLER_ATTRIBUTES bool SHL_INT() { in SHL_INT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2579 case Instruction::SHL_INT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3293 case Instruction::SHL_INT: in CodeFlowVerifyInstruction()
|