Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java174 USHR_INT, enumConstant
H A DInstruction.java477 addOpcodeInfo(Opcode.USHR_INT, "ushr-int", 0x9a, new Format23x()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DValuePrinter.java238 || Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT) in getInstructionOutputType()
H A DArithOpChanger.java196 intOpcodes.add(Opcode.USHR_INT);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc454 case Instruction::USHR_INT: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h176 …V(0x9A, USHR_INT, "ushr-int", k23x, kIndexNone, kContinue, kUshr, kVerifyRegA | kVerifyRegB | kVer…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1234 HANDLER_ATTRIBUTES bool USHR_INT() { in USHR_INT() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3040 case Instruction::USHR_INT: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3272 case Instruction::USHR_INT: in CodeFlowVerifyInstruction()