Searched refs:USHR_LONG (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 185 USHR_LONG, enumConstant
|
D | Instruction.java | 488 addOpcodeInfo(Opcode.USHR_LONG, "ushr-long", 0xa5, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 246 || Opcode.isBetween(opcode, Opcode.ADD_LONG, Opcode.USHR_LONG) in getInstructionOutputType()
|
D | ArithOpChanger.java | 220 longOpcodes.add(Opcode.USHR_LONG);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 455 case Instruction::USHR_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 187 …V(0xA5, USHR_LONG, "ushr-long", k23x, kIndexNone, kContinue, kUshr, kVerifyRegAWide | kVerifyRegBW…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1302 HANDLER_ATTRIBUTES bool USHR_LONG() { in USHR_LONG() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3045 case Instruction::USHR_LONG: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3296 case Instruction::USHR_LONG: in CodeFlowVerifyInstruction()
|