Searched refs:tmp_details (Results 1 – 1 of 1) sorted by relevance
330 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i); in FindTargetMap() local331 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() local416 DCHECK_EQ(old_details.kind(), tmp_details.kind()); in FindTargetMap()417 DCHECK_EQ(old_details.attributes(), tmp_details.attributes()); in FindTargetMap()