Searched refs:SHL_LONG_2ADDR (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 215 SHL_LONG_2ADDR, enumConstant
|
D | Instruction.java | 518 addOpcodeInfo(Opcode.SHL_LONG_2ADDR, "shl-long/2addr", 0xc3, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 230 long2addrOpcodes.add(Opcode.SHL_LONG_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 483 case Instruction::SHL_LONG_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 217 …V(0xC3, SHL_LONG_2ADDR, "shl-long/2addr", k12x, kIndexNone, kContinue, kShl, kVerifyRegAWide | kVe…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1448 HANDLER_ATTRIBUTES bool SHL_LONG_2ADDR() { in SHL_LONG_2ADDR() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3164 case Instruction::SHL_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3350 case Instruction::SHL_LONG_2ADDR: in CodeFlowVerifyInstruction()
|