Lines Matching refs:IPUT
222 // Remove previous IPUT to the same field, if any. Different field indexes may refer
238 // If the stored value isn't zero, record the IPUT.
383 result->d.constructor_data.iput##n##_field_index = iputs[n].field_index; \
384 result->d.constructor_data.iput##n##_arg = iputs[n].arg; \
406 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT), "iput type");
416 InlineMethodAnalyser::IPutVariant(Instruction::IPUT), "iget/iput variant");
492 case Instruction::IPUT:
673 // TODO: Implement inlining of IPUT on non-"this" registers (needs correct stack trace for NPE).
696 data->object_arg = object_arg; // Allow IPUT on any register, not just "this".