Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java184 SHR_LONG, enumConstant
DInstruction.java487 addOpcodeInfo(Opcode.SHR_LONG, "shr-long", 0xa4, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java219 longOpcodes.add(Opcode.SHR_LONG);
/art/runtime/
Ddex_instruction_list.h186 …V(0xA4, SHR_LONG, "shr-long", k23x, kIndexNone, kContinue, kShr, kVerifyRegAWide | kVerifyRegBWide…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1903 case Instruction::SHR_LONG: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2278 case Instruction::SHR_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3255 case Instruction::SHR_LONG: in CodeFlowVerifyInstruction()