Home
last modified time | relevance | path

Searched refs:IPUT_QUICK (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java250 IPUT_QUICK, enumConstant
DInstruction.java553 addOpcodeInfo(Opcode.IPUT_QUICK, "+iput-quick", 0xe6, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_to_dex_decompiler.cc148 case Instruction::IPUT_QUICK: in Decompile()
Ddex_instruction_utils.h187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Dcommon_throws.cc500 case Instruction::IPUT_QUICK: in IsValidImplicitCheck()
645 case Instruction::IPUT_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction.cc298 case IPUT_QUICK: in DumpString()
Ddex_instruction_list.h252 …V(0xE6, IPUT_QUICK, "iput-quick", k22c, kIndexFieldOffset, kContinue | kThrow | kStore | kRegCFiel…
/art/compiler/dex/
Ddex_to_dex_compiler.cc158 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_QUICK, true); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1355 case Instruction::IPUT_QUICK: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2613 case Instruction::IPUT_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3422 case Instruction::IPUT_QUICK: in CodeFlowVerifyInstruction()