Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java183 SHL_LONG, enumConstant
DInstruction.java486 addOpcodeInfo(Opcode.SHL_LONG, "shl-long", 0xa3, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java218 longOpcodes.add(Opcode.SHL_LONG);
/art/tools/veridex/
Dflow_analysis.cc428 case Instruction::SHL_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h185 …V(0xA3, SHL_LONG, "shl-long", k23x, kIndexNone, kContinue, kShl, kVerifyRegAWide | kVerifyRegBWide…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1439 HANDLER_ATTRIBUTES bool SHL_LONG() { in SHL_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc2857 case Instruction::SHL_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3318 case Instruction::SHL_LONG: in CodeFlowVerifyInstruction()