Home
last modified time | relevance | path

Searched refs:SHR_LONG (Results 1 – 8 of 8) 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/tools/veridex/
Dflow_analysis.cc453 case Instruction::SHR_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h186 …V(0xA4, SHR_LONG, "shr-long", k23x, kIndexNone, kContinue, kShr, kVerifyRegAWide | kVerifyRegBWide…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1297 HANDLER_ATTRIBUTES bool SHR_LONG() { in SHR_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc3035 case Instruction::SHR_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3295 case Instruction::SHR_LONG: in CodeFlowVerifyInstruction()