Home
last modified time | relevance | path

Searched refs:USHR_INT (Results 1 – 9 of 9) 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/tools/veridex/
Dflow_analysis.cc431 case Instruction::USHR_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h176 …V(0x9A, USHR_INT, "ushr-int", k23x, kIndexNone, kContinue, kUshr, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1381 HANDLER_ATTRIBUTES bool USHR_INT() { in USHR_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2599 case Instruction::USHR_INT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3295 case Instruction::USHR_INT: in CodeFlowVerifyInstruction()