Searched refs:USHR_INT_LIT8 (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 246 USHR_INT_LIT8, enumConstant
|
D | Instruction.java | 549 addOpcodeInfo(Opcode.USHR_INT_LIT8, "ushr-int/lit8", 0xe2, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation() 268 intLit8Opcodes.add(Opcode.USHR_INT_LIT8);
|
D | ValuePrinter.java | 240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 522 case Instruction::USHR_INT_LIT8: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1599 HANDLER_ATTRIBUTES bool USHR_INT_LIT8() { in USHR_INT_LIT8() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3313 case Instruction::USHR_INT_LIT8: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3394 case Instruction::USHR_INT_LIT8: in CodeFlowVerifyInstruction()
|