Searched refs:tmp_details (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmap-updater.cc289 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i); local
290 DCHECK_EQ(old_details.kind(), tmp_details.kind());
291 DCHECK_EQ(old_details.attributes(), tmp_details.attributes());
297 PropertyConstness tmp_constness = tmp_details.constness();
301 if (!IsGeneralizableTo(old_details.location(), tmp_details.location())) {
304 Representation tmp_representation = tmp_details.representation();
309 if (tmp_details.location() == kField) {
367 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i); local
368 DCHECK_EQ(old_details.kind(), tmp_details.kind());
369 DCHECK_EQ(old_details.attributes(), tmp_details
[all...]

Completed in 174 milliseconds