Lines Matching refs:target_details
3649 PropertyDetails target_details = target_descriptors->GetDetails(i); in ReconfigureProperty() local
3669 new_representation.generalize(target_details.representation()); in ReconfigureProperty()
3676 DCHECK_EQ(target_details.kind(), old_details.kind()); in ReconfigureProperty()
3677 next_kind = target_details.kind(); in ReconfigureProperty()
3678 next_attributes = target_details.attributes(); in ReconfigureProperty()
3681 target_details.location() == kField || in ReconfigureProperty()
3688 target_details.representation()); in ReconfigureProperty()
3690 DCHECK_EQ(next_kind, target_details.kind()); in ReconfigureProperty()
3691 DCHECK_EQ(next_attributes, target_details.attributes()); in ReconfigureProperty()
3697 target_details.location(), next_representation); in ReconfigureProperty()
3702 target_details.representation(), target_field_type, in ReconfigureProperty()