Home
last modified time | relevance | path

Searched refs:target_details (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dtransitions.cc529 PropertyDetails target_details = GetTargetDetails(key, target); in SearchDetails() local
531 int cmp = CompareDetails(kind, attributes, target_details.kind(), in SearchDetails()
532 target_details.attributes()); in SearchDetails()
Dobjects.cc3649 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()
[all …]