Home | History | Annotate | Download | only in src

Lines Matching defs:new_details

4201     PropertyDetails new_details = new_descriptors->GetDetails(modify_index);
4212 if (new_details.type() == DATA) {
4222 old_details.representation(), new_details.representation(),
4299 PropertyDetails new_details = new_descriptors->GetDetails(i);
4300 DCHECK_EQ(old_details.kind(), new_details.kind());
4301 DCHECK_EQ(old_details.attributes(), new_details.attributes());
4302 if (!old_details.representation().fits_into(new_details
4305 switch (new_details.type()) {
4310 if (FieldTypeIsCleared(new_details.representation(), new_type)) {
17310 PropertyDetails new_details = details.set_index(enum_index);
17311 dictionary->DetailsAtPut(index, new_details);