Lines Matching full:new_details
3851 PropertyDetails new_details = new_descriptors->GetDetails(modify_index);
3859 (new_details.type() == DATA)
3867 old_details.representation(), new_details.representation(),
3935 PropertyDetails new_details = new_descriptors->GetDetails(i);
3936 DCHECK_EQ(old_details.kind(), new_details.kind());
3937 DCHECK_EQ(old_details.attributes(), new_details.attributes());
3938 if (!old_details.representation().fits_into(new_details.representation())) {
3941 switch (new_details.type()) {
3946 if (FieldTypeIsCleared(new_details.representation(), new_type)) {
18157 PropertyDetails new_details = details.set_index(enum_index);
18158 dictionary->DetailsAtPut(index, new_details);