Lines Matching refs:APUT
2558 /* Similar to the verification done for APUT */
2789 case Instruction::APUT:
4773 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "not array type " << array_type << " with aput";
4780 Fail(VERIFY_ERROR_NO_CLASS) << "cannot verify aput for " << array_type
4791 << " source for aput-object";
4794 // Note: we use the instruction type (rather than the component type) for aput-object as