Home
last modified time | relevance | path

Searched refs:SHR_INT_LIT8 (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java245 SHR_INT_LIT8, enumConstant
DInstruction.java548 addOpcodeInfo(Opcode.SHR_INT_LIT8, "shr-int/lit8", 0xe1, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java267 intLit8Opcodes.add(Opcode.SHR_INT_LIT8);
/art/compiler/dex/quick/
Dquick_compiler.cc363 Instruction::SHR_INT_LIT8,
Dmir_to_lir.cc1124 case Instruction::SHR_INT_LIT8: in CompileDalvikInstruction()
Dgen_common.cc1869 case Instruction::SHR_INT_LIT8: in GenArithOpIntLit()
/art/runtime/
Ddex_instruction_list.h246 …V(0xE1, SHR_INT_LIT8, "shr-int/lit8", k22b, true, kNone, kContinue | kShr | kRegCFieldOrConstant, …
/art/compiler/dex/
Dgvn_dead_code_elimination.cc1304 case Instruction::SHR_INT_LIT8: in RecordMIR()
Dlocal_value_numbering.cc1905 case Instruction::SHR_INT_LIT8: in GetValueNumber()
/art/compiler/optimizing/
Dbuilder.cc2000 case Instruction::SHR_INT_LIT8: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2379 HANDLE_INSTRUCTION_START(SHR_INT_LIT8) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc2206 case Instruction::SHR_INT_LIT8: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2798 case Instruction::SHR_INT_LIT8: in CodeFlowVerifyInstruction()