Searched refs:IPUT_OBJECT_QUICK (Results 1 – 12 of 12) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 121 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()
|
D | dex_instruction.cc | 308 case IPUT_OBJECT_QUICK: in DumpString()
|
D | dex_instruction_list.h | 254 …V(0xE8, IPUT_OBJECT_QUICK, "iput-object-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStor…
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 165 case Instruction::IPUT_OBJECT_QUICK: in Decompile()
|
D | common_throws.cc | 528 case Instruction::IPUT_OBJECT_QUICK: { in IsValidImplicitCheck() 671 case Instruction::IPUT_OBJECT_QUICK: { in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 252 IPUT_OBJECT_QUICK, enumConstant
|
D | Instruction.java | 555 addOpcodeInfo(Opcode.IPUT_OBJECT_QUICK, "+iput-object-quick", 0xe8, new Format22c()); in addOpcodeInfo() argument
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 302 case Instruction::IPUT_OBJECT_QUICK: in Compile() 303 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_OBJECT_QUICK, true); in Compile()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1401 case Instruction::IPUT_OBJECT_QUICK: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2960 case Instruction::IPUT_OBJECT_QUICK: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1639 ALWAYS_INLINE void IPUT_OBJECT_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_OBJECT_QUICK() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2885 case Instruction::IPUT_OBJECT_QUICK: in CodeFlowVerifyInstruction()
|