Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java172 SHL_INT, enumConstant
DInstruction.java475 addOpcodeInfo(Opcode.SHL_INT, "shl-int", 0x98, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java194 intOpcodes.add(Opcode.SHL_INT);
/art/tools/veridex/
Dflow_analysis.cc427 case Instruction::SHL_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h174 …V(0x98, SHL_INT, "shl-int", k23x, kIndexNone, kContinue, kShl, kVerifyRegA | kVerifyRegB | kVerify…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1371 HANDLER_ATTRIBUTES bool SHL_INT() { in SHL_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2852 case Instruction::SHL_INT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3294 case Instruction::SHL_INT: in CodeFlowVerifyInstruction()