Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java217 USHR_LONG_2ADDR, enumConstant
DInstruction.java520 addOpcodeInfo(Opcode.USHR_LONG_2ADDR, "ushr-long/2addr", 0xc5, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java247 || Opcode.isBetween(opcode, Opcode.ADD_LONG_2ADDR, Opcode.USHR_LONG_2ADDR)) { in getInstructionOutputType()
DArithOpChanger.java232 long2addrOpcodes.add(Opcode.USHR_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc464 case Instruction::USHR_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h219 …V(0xC5, USHR_LONG_2ADDR, "ushr-long/2addr", k12x, kIndexNone, kContinue, kUshr, kVerifyRegAWide | …
/art/compiler/optimizing/
Dinstruction_builder.cc2721 case Instruction::USHR_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2304 ALWAYS_INLINE void USHR_LONG_2ADDR() REQUIRES_SHARED(Locks::mutator_lock_) { in USHR_LONG_2ADDR() function
/art/runtime/verifier/
Dmethod_verifier.cc3368 case Instruction::USHR_LONG_2ADDR: in CodeFlowVerifyInstruction()