Searched refs:SHR_INT_LIT8 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 245 SHR_INT_LIT8, enumConstant
|
D | Instruction.java | 548 addOpcodeInfo(Opcode.SHR_INT_LIT8, "shr-int/lit8", 0xe1, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 267 intLit8Opcodes.add(Opcode.SHR_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 498 case Instruction::SHR_INT_LIT8: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 247 …V(0xE1, SHR_INT_LIT8, "shr-int/lit8", k22b, kIndexNone, kContinue, kShr | kRegCFieldOrConstant, kV…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2845 case Instruction::SHR_INT_LIT8: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2506 ALWAYS_INLINE void SHR_INT_LIT8() REQUIRES_SHARED(Locks::mutator_lock_) { in SHR_INT_LIT8() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3409 case Instruction::SHR_INT_LIT8: in CodeFlowVerifyInstruction()
|