Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap-updater.cc662 Representation tmp_representation = tmp_details.representation(); in FindTargetMap() local
663 if (!old_details.representation().fits_into(tmp_representation)) { in FindTargetMap()
666 tmp_representation.generalize(old_details.representation()); in FindTargetMap()
667 if (!tmp_representation.CanBeInPlaceChangedTo(generalized)) { in FindTargetMap()
670 tmp_representation = generalized; in FindTargetMap()
675 GetOrComputeFieldType(i, old_details.location(), tmp_representation); in FindTargetMap()
676 GeneralizeField(tmp_map, i, old_details.constness(), tmp_representation, in FindTargetMap()