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.cc529 case Instruction::IPUT_WIDE_QUICK: in IsValidImplicitCheck()
678 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/interpreter/
Dinterpreter_switch_impl-inl.h1123 HANDLER_ATTRIBUTES bool IPUT_WIDE_QUICK() { in IPUT_WIDE_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1378 case Instruction::IPUT_WIDE_QUICK: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3253 case Instruction::IPUT_WIDE_QUICK: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2889 case Instruction::IPUT_WIDE_QUICK: in CodeFlowVerifyInstruction()