Home
last modified time | relevance | path

Searched refs:SHR_INT_2ADDR (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java205 SHR_INT_2ADDR, enumConstant
DInstruction.java508 addOpcodeInfo(Opcode.SHR_INT_2ADDR, "shr-int/2addr", 0xb9, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java207 int2addrOpcodes.add(Opcode.SHR_INT_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc461 case Instruction::SHR_INT_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h207 …V(0xB9, SHR_INT_2ADDR, "shr-int/2addr", k12x, kIndexNone, kContinue, kShr, kVerifyRegA | kVerifyRe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1538 HANDLER_ATTRIBUTES bool SHR_INT_2ADDR() { in SHR_INT_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2728 case Instruction::SHR_INT_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3346 case Instruction::SHR_INT_2ADDR: in CodeFlowVerifyInstruction()