Home
last modified time | relevance | path

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

/external/v8/src/
Dmap-updater.cc330 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i); in FindTargetMap() local
331 DCHECK_EQ(old_details.kind(), tmp_details.kind()); in FindTargetMap()
332 DCHECK_EQ(old_details.attributes(), tmp_details.attributes()); in FindTargetMap()
339 PropertyConstness tmp_constness = tmp_details.constness(); in FindTargetMap()
344 if (!IsGeneralizableTo(old_details.location(), tmp_details.location())) { in FindTargetMap()
347 Representation tmp_representation = tmp_details.representation(); in FindTargetMap()
352 if (tmp_details.location() == kField) { in FindTargetMap()
415 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i); in FindTargetMap() local
416 DCHECK_EQ(old_details.kind(), tmp_details.kind()); in FindTargetMap()
417 DCHECK_EQ(old_details.attributes(), tmp_details.attributes()); in FindTargetMap()