Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc141 case Instruction::IPUT_QUICK: in Decompile()
Dcommon_throws.cc524 case Instruction::IPUT_QUICK: in IsValidImplicitCheck()
673 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/interpreter/
Dinterpreter_switch_impl-inl.h1103 HANDLER_ATTRIBUTES bool IPUT_QUICK() { in IPUT_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1376 case Instruction::IPUT_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3251 case Instruction::IPUT_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2885 case Instruction::IPUT_QUICK: in CodeFlowVerifyInstruction()