Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java204 SHL_INT_2ADDR, enumConstant
DInstruction.java507 addOpcodeInfo(Opcode.SHL_INT_2ADDR, "shl-int/2addr", 0xb8, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java206 int2addrOpcodes.add(Opcode.SHL_INT_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc459 case Instruction::SHL_INT_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h206 …V(0xB8, SHL_INT_2ADDR, "shl-int/2addr", k12x, kIndexNone, kContinue, kShl, kVerifyRegA | kVerifyRe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1532 HANDLER_ATTRIBUTES bool SHL_INT_2ADDR() { in SHL_INT_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2718 case Instruction::SHL_INT_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3345 case Instruction::SHL_INT_2ADDR: in CodeFlowVerifyInstruction()