Home
last modified time | relevance | path

Searched refs:SHR_INT_LIT8 (Results 1 – 8 of 8) 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/tools/veridex/
Dflow_analysis.cc498 case Instruction::SHR_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h247 …V(0xE1, SHR_INT_LIT8, "shr-int/lit8", k22b, kIndexNone, kContinue, kShr | kRegCFieldOrConstant, kV…
/art/compiler/optimizing/
Dinstruction_builder.cc2845 case Instruction::SHR_INT_LIT8: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h2506 ALWAYS_INLINE void SHR_INT_LIT8() REQUIRES_SHARED(Locks::mutator_lock_) { in SHR_INT_LIT8() function
/art/runtime/verifier/
Dmethod_verifier.cc3409 case Instruction::SHR_INT_LIT8: in CodeFlowVerifyInstruction()