Home
last modified time | relevance | path

Searched refs:IPUT_WIDE_QUICK (Results 1 – 11 of 11) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc161 case Instruction::IPUT_WIDE_QUICK: in Decompile()
Dcommon_throws.cc527 case Instruction::IPUT_WIDE_QUICK: in IsValidImplicitCheck()
670 case Instruction::IPUT_WIDE_QUICK: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java251 IPUT_WIDE_QUICK, enumConstant
DInstruction.java554 addOpcodeInfo(Opcode.IPUT_WIDE_QUICK, "+iput-wide-quick", 0xe7, new Format22c()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h189 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
Ddex_instruction_list.h253 …V(0xE7, IPUT_WIDE_QUICK, "iput-wide-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | …
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc297 case Instruction::IPUT_WIDE_QUICK: in Compile()
298 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_WIDE_QUICK, true); in Compile()
/art/runtime/dex/
Ddex_file_annotations.cc1399 case Instruction::IPUT_WIDE_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2958 case Instruction::IPUT_WIDE_QUICK: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1633 ALWAYS_INLINE void IPUT_WIDE_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_WIDE_QUICK() function
/art/runtime/verifier/
Dmethod_verifier.cc2881 case Instruction::IPUT_WIDE_QUICK: in CodeFlowVerifyInstruction()