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.cc432 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/compiler/optimizing/
Dinstruction_builder.cc2582 case Instruction::USHR_LONG: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2064 ALWAYS_INLINE void USHR_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in USHR_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3312 case Instruction::USHR_LONG: in CodeFlowVerifyInstruction()