Searched defs:old_details (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dmap-updater.cc99 PropertyDetails old_details = local
104 if (old_details.kind() == new_kind_) {
105 new_constness_ = GeneralizeConstness(constness, old_details.constness());
107 Representation old_representation = old_details.representation();
112 old_details.location(), new_representation_);
184 PropertyDetails old_details = local
186 Representation old_representation = old_details.representation();
191 DCHECK_EQ(new_kind_, old_details.kind());
192 DCHECK_EQ(new_attributes_, old_details.attributes());
193 DCHECK_EQ(kField, old_details
239 PropertyDetails old_details = local
279 PropertyDetails old_details = GetDetails(i); local
358 PropertyDetails old_details = GetDetails(i); local
409 PropertyDetails old_details = old_descriptors_->GetDetails(i); local
422 PropertyDetails old_details = GetDetails(i); local
497 PropertyDetails old_details = GetDetails(i); local
607 PropertyDetails old_details = local
[all...]
H A Dtransitions.cc38 PropertyDetails old_details = GetSimpleTargetDetails(old_target); local
43 old_details.kind() == new_details.kind() &&
44 old_details.attributes() == new_details.attributes()) {
H A Dobjects.cc3500 PropertyDetails old_details = old_descriptors->GetDetails(i); local
3501 Representation old_representation = old_details.representation();
3504 if (old_details.location() == kDescriptor) {
3505 if (old_details.kind() == kAccessor) {
3515 DCHECK_EQ(kData, old_details.kind());
3520 DCHECK_EQ(kField, old_details.location());
4025 PropertyDetails old_details = old_descriptors->GetDetails(modify_index); local
4026 PropertyConstness old_constness = old_details.constness();
4027 Representation old_representation = old_details.representation();
4146 PropertyDetails old_details local
9271 PropertyDetails old_details = old_descriptors->GetDetails(descriptor); local
[all...]

Completed in 813 milliseconds