Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h121 return (code >= Instruction::IGET_QUICK && code <= Instruction::IPUT_OBJECT_QUICK) || in IsInstructionIGetQuickOrIPutQuick()
191 case Instruction::IGET_OBJECT_QUICK: case Instruction::IPUT_OBJECT_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction.cc308 case IPUT_OBJECT_QUICK: in DumpString()
Ddex_instruction_list.h254 …V(0xE8, IPUT_OBJECT_QUICK, "iput-object-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStor…
/art/runtime/
Ddex_to_dex_decompiler.cc165 case Instruction::IPUT_OBJECT_QUICK: in Decompile()
Dcommon_throws.cc530 case Instruction::IPUT_OBJECT_QUICK: { in IsValidImplicitCheck()
679 case Instruction::IPUT_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java252 IPUT_OBJECT_QUICK, enumConstant
DInstruction.java555 addOpcodeInfo(Opcode.IPUT_OBJECT_QUICK, "+iput-object-quick", 0xe8, new Format22c()); in addOpcodeInfo() argument
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc302 case Instruction::IPUT_OBJECT_QUICK: in Compile()
303 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_OBJECT_QUICK, true); in Compile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1127 HANDLER_ATTRIBUTES bool IPUT_OBJECT_QUICK() { in IPUT_OBJECT_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1401 case Instruction::IPUT_OBJECT_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2982 case Instruction::IPUT_OBJECT_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2892 case Instruction::IPUT_OBJECT_QUICK: in CodeFlowVerifyInstruction()