Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java206 USHR_INT_2ADDR, enumConstant
DInstruction.java509 addOpcodeInfo(Opcode.USHR_INT_2ADDR, "ushr-int/2addr", 0xba, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java239 || Opcode.isBetween(opcode, Opcode.ADD_INT_2ADDR, Opcode.USHR_INT_2ADDR) in getInstructionOutputType()
DArithOpChanger.java208 int2addrOpcodes.add(Opcode.USHR_INT_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc463 case Instruction::USHR_INT_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h208 …V(0xBA, USHR_INT_2ADDR, "ushr-int/2addr", k12x, kIndexNone, kContinue, kUshr, kVerifyRegA | kVerif…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1544 HANDLER_ATTRIBUTES bool USHR_INT_2ADDR() { in USHR_INT_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2738 case Instruction::USHR_INT_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3347 case Instruction::USHR_INT_2ADDR: in CodeFlowVerifyInstruction()