Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java174 USHR_INT, enumConstant
DInstruction.java477 addOpcodeInfo(Opcode.USHR_INT, "ushr-int", 0x9a, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java238 || Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT) in getInstructionOutputType()
DArithOpChanger.java196 intOpcodes.add(Opcode.USHR_INT);
/art/runtime/
Ddex_instruction_list.h176 …V(0x9A, USHR_INT, "ushr-int", k23x, kIndexNone, kContinue, kUshr, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1812 case Instruction::USHR_INT: in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2283 case Instruction::USHR_INT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3232 case Instruction::USHR_INT: in CodeFlowVerifyInstruction()