Searched refs:USHR_INT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 174 USHR_INT, enumConstant
|
D | Instruction.java | 477 addOpcodeInfo(Opcode.USHR_INT, "ushr-int", 0x9a, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 238 || Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT) in getInstructionOutputType()
|
D | ArithOpChanger.java | 196 intOpcodes.add(Opcode.USHR_INT);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 454 case Instruction::USHR_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 176 …V(0x9A, USHR_INT, "ushr-int", k23x, kIndexNone, kContinue, kUshr, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1234 HANDLER_ATTRIBUTES bool USHR_INT() { in USHR_INT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3040 case Instruction::USHR_INT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3272 case Instruction::USHR_INT: in CodeFlowVerifyInstruction()
|