Home
last modified time | relevance | path

Searched refs:SHL_INT_LIT8 (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java244 SHL_INT_LIT8, enumConstant
DInstruction.java547 addOpcodeInfo(Opcode.SHL_INT_LIT8, "shl-int/lit8", 0xe0, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java266 intLit8Opcodes.add(Opcode.SHL_INT_LIT8);
/art/tools/veridex/
Dflow_analysis.cc520 case Instruction::SHL_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h246 …V(0xE0, SHL_INT_LIT8, "shl-int/lit8", k22b, kIndexNone, kContinue, kShl | kRegCFieldOrConstant, kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1589 HANDLER_ATTRIBUTES bool SHL_INT_LIT8() { in SHL_INT_LIT8() function
/art/compiler/optimizing/
Dinstruction_builder.cc3303 case Instruction::SHL_INT_LIT8: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3392 case Instruction::SHL_INT_LIT8: in CodeFlowVerifyInstruction()