Searched refs:target_details (Results 1 – 2 of 2) sorted by relevance
529 PropertyDetails target_details = GetTargetDetails(key, target); in SearchDetails() local531 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetails()532 target_details.attributes()); in SearchDetails()
3649 PropertyDetails target_details = target_descriptors->GetDetails(i); in ReconfigureProperty() local3669 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()[all …]