Home
last modified time | relevance | path

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

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