Searched refs:IPUT_QUICK (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 250 IPUT_QUICK, enumConstant
|
D | Instruction.java | 553 addOpcodeInfo(Opcode.IPUT_QUICK, "+iput-quick", 0xe6, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 148 case Instruction::IPUT_QUICK: in Decompile()
|
D | dex_instruction_utils.h | 187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | common_throws.cc | 500 case Instruction::IPUT_QUICK: in IsValidImplicitCheck() 645 case Instruction::IPUT_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 298 case IPUT_QUICK: in DumpString()
|
D | dex_instruction_list.h | 252 …V(0xE6, IPUT_QUICK, "iput-quick", k22c, kIndexFieldOffset, kContinue | kThrow | kStore | kRegCFiel…
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 158 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_QUICK, true); in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1355 case Instruction::IPUT_QUICK: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2613 case Instruction::IPUT_QUICK: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3422 case Instruction::IPUT_QUICK: in CodeFlowVerifyInstruction()
|