Searched refs:IPUT_QUICK (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 141 case Instruction::IPUT_QUICK: in Decompile()
|
D | common_throws.cc | 522 case Instruction::IPUT_QUICK: in IsValidImplicitCheck() 665 case Instruction::IPUT_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
/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/libdexfile/dex/ |
D | dex_instruction_utils.h | 187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction.cc | 307 case IPUT_QUICK: in DumpString()
|
D | dex_instruction_list.h | 252 …V(0xE6, IPUT_QUICK, "iput-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | kRegCField…
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 272 case Instruction::IPUT_QUICK: in Compile() 273 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_QUICK, true); in Compile()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1397 case Instruction::IPUT_QUICK: in MethodContainsRSensitiveAccess()
|