Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java215 SHL_LONG_2ADDR, enumConstant
DInstruction.java518 addOpcodeInfo(Opcode.SHL_LONG_2ADDR, "shl-long/2addr", 0xc3, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java230 long2addrOpcodes.add(Opcode.SHL_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc460 case Instruction::SHL_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h217 …V(0xC3, SHL_LONG_2ADDR, "shl-long/2addr", k12x, kIndexNone, kContinue, kShl, kVerifyRegAWide | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1614 HANDLER_ATTRIBUTES bool SHL_LONG_2ADDR() { in SHL_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2723 case Instruction::SHL_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3373 case Instruction::SHL_LONG_2ADDR: in CodeFlowVerifyInstruction()