Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dproperty-details.h118 bool fits_into(const Representation& other) const { in fits_into() function
123 if (other.fits_into(*this)) return *this; in generalize()
Dobjects.cc2426 !new_representation.fits_into(old_details.representation())))) { in GeneralizeRepresentation()
2454 if (!old_representation.fits_into(tmp_representation) || in GeneralizeRepresentation()
2455 (!new_representation.fits_into(tmp_representation) && in GeneralizeRepresentation()
2490 DCHECK(new_representation.fits_into( in GeneralizeRepresentation()
2738 !old_details.representation().fits_into(new_details.representation())) { in TryUpdateInternal()