Home
last modified time | relevance | path

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

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