Searched refs:IPUT_WIDE_QUICK (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 161 case Instruction::IPUT_WIDE_QUICK: in Decompile()
|
D | common_throws.cc | 530 case Instruction::IPUT_WIDE_QUICK: in IsValidImplicitCheck() 673 case Instruction::IPUT_WIDE_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 251 IPUT_WIDE_QUICK, enumConstant
|
D | Instruction.java | 554 addOpcodeInfo(Opcode.IPUT_WIDE_QUICK, "+iput-wide-quick", 0xe7, new Format22c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 189 case Instruction::IGET_WIDE_QUICK: case Instruction::IPUT_WIDE_QUICK: in IGetQuickOrIPutQuickMemAccessType()
|
D | dex_instruction_list.h | 253 …V(0xE7, IPUT_WIDE_QUICK, "iput-wide-quick", k22c, kIndexFieldOffset, kContinue | kThrow, kStore | …
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 295 case Instruction::IPUT_WIDE_QUICK: in Compile() 296 CompileInstanceFieldAccess(inst, dex_pc, Instruction::IPUT_WIDE_QUICK, true); in Compile()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1538 case Instruction::IPUT_WIDE_QUICK: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2824 case Instruction::IPUT_WIDE_QUICK: in ProcessDexInstruction()
|