Searched refs:SHR_INT (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 173 SHR_INT, enumConstant
|
D | Instruction.java | 476 addOpcodeInfo(Opcode.SHR_INT, "shr-int", 0x99, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 195 intOpcodes.add(Opcode.SHR_INT);
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 397 Instruction::SHR_INT | 3 << 8, 1 << 8 | 2 , // shr-int v3, v2, v1 in TEST_F()
|
D | instruction_builder.cc | 2273 case Instruction::SHR_INT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 175 …V(0x99, SHR_INT, "shr-int", k23x, kIndexNone, kContinue, kShr, kVerifyRegA | kVerifyRegB | kVerify…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1805 case Instruction::SHR_INT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3231 case Instruction::SHR_INT: in CodeFlowVerifyInstruction()
|