Home
last modified time | relevance | path

Searched refs:USHR_INT_LIT8 (Results 1 – 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation()
268 intLit8Opcodes.add(Opcode.USHR_INT_LIT8);
DValuePrinter.java240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java246 USHR_INT_LIT8, enumConstant
DInstruction.java549 addOpcodeInfo(Opcode.USHR_INT_LIT8, "ushr-int/lit8", 0xe2, new Format22b()); in addOpcodeInfo() argument
/art/compiler/dex/quick/
Dquick_compiler.cc364 Instruction::USHR_INT_LIT8,
Dmir_to_lir.cc1125 case Instruction::USHR_INT_LIT8: in CompileDalvikInstruction()
Dgen_common.cc1876 case Instruction::USHR_INT_LIT8: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h247 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, true, kNone, kContinue | kUshr | kRegCFieldOrConstan…
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1305 case Instruction::USHR_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1906 case Instruction::USHR_INT_LIT8: { in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc2005 case Instruction::USHR_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2386 HANDLE_INSTRUCTION_START(USHR_INT_LIT8) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2213 case Instruction::USHR_INT_LIT8: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2799 case Instruction::USHR_INT_LIT8: in CodeFlowVerifyInstruction()