Searched refs:SHR_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 184 SHR_LONG, enumConstant
|
D | Instruction.java | 487 addOpcodeInfo(Opcode.SHR_LONG, "shr-long", 0xa4, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 219 longOpcodes.add(Opcode.SHR_LONG);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 453 case Instruction::SHR_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 186 …V(0xA4, SHR_LONG, "shr-long", k23x, kIndexNone, kContinue, kShr, kVerifyRegAWide | kVerifyRegBWide…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1297 HANDLER_ATTRIBUTES bool SHR_LONG() { in SHR_LONG() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3035 case Instruction::SHR_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3295 case Instruction::SHR_LONG: in CodeFlowVerifyInstruction()
|