Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc141 case Instruction::IPUT_QUICK: in Decompile()
Dcommon_throws.cc522 case Instruction::IPUT_QUICK: in IsValidImplicitCheck()
665 case Instruction::IPUT_QUICK: in ThrowNullPointerExceptionFromDexPC()
/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/libdexfile/dex/
Ddex_instruction_utils.h187 case Instruction::IGET_QUICK: case Instruction::IPUT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc307 case IPUT_QUICK: in DumpString()
Ddex_instruction_list.h252 …V(0xE6, IPUT_QUICK, "iput-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | kRegCField…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc272 case Instruction::IPUT_QUICK: in Compile()
273 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_QUICK, true); in Compile()
/art/runtime/dex/
Ddex_file_annotations.cc1397 case Instruction::IPUT_QUICK: in MethodContainsRSensitiveAccess()