Home
last modified time | relevance | path

Searched refs:SHR_LONG_2ADDR (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java216 SHR_LONG_2ADDR, enumConstant
DInstruction.java519 addOpcodeInfo(Opcode.SHR_LONG_2ADDR, "shr-long/2addr", 0xc4, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java231 long2addrOpcodes.add(Opcode.SHR_LONG_2ADDR);
/art/runtime/
Ddex_instruction_list.h218 …V(0xC4, SHR_LONG_2ADDR, "shr-long/2addr", k12x, kIndexNone, kContinue, kShr, kVerifyRegAWide | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc2162 case Instruction::SHR_LONG_2ADDR: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2417 case Instruction::SHR_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3311 case Instruction::SHR_LONG_2ADDR: in CodeFlowVerifyInstruction()