Searched refs:SHL_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 183 SHL_LONG, enumConstant
|
D | Instruction.java | 486 addOpcodeInfo(Opcode.SHL_LONG, "shl-long", 0xa3, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 218 longOpcodes.add(Opcode.SHL_LONG);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 428 case Instruction::SHL_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 185 …V(0xA3, SHL_LONG, "shl-long", k23x, kIndexNone, kContinue, kShl, kVerifyRegAWide | kVerifyRegBWide…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1439 HANDLER_ATTRIBUTES bool SHL_LONG() { in SHL_LONG() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2584 case Instruction::SHL_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3317 case Instruction::SHL_LONG: in CodeFlowVerifyInstruction()
|