Home
last modified time | relevance | path

Searched refs:USHR_LONG (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java185 USHR_LONG, enumConstant
DInstruction.java488 addOpcodeInfo(Opcode.USHR_LONG, "ushr-long", 0xa5, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java246 || Opcode.isBetween(opcode, Opcode.ADD_LONG, Opcode.USHR_LONG) in getInstructionOutputType()
DArithOpChanger.java220 longOpcodes.add(Opcode.USHR_LONG);
/art/tools/veridex/
Dflow_analysis.cc455 case Instruction::USHR_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h187 …V(0xA5, USHR_LONG, "ushr-long", k23x, kIndexNone, kContinue, kUshr, kVerifyRegAWide | kVerifyRegBW…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1302 HANDLER_ATTRIBUTES bool USHR_LONG() { in USHR_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc3045 case Instruction::USHR_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3296 case Instruction::USHR_LONG: in CodeFlowVerifyInstruction()