Home
last modified time | relevance | path

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

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