Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h144 bool fits_into(const Representation& other) const { in fits_into() function
149 if (other.fits_into(*this)) return *this; in generalize()
Dmap-updater.cc251 if (!new_representation_.fits_into(old_details.representation())) { in FindRootMap()
305 if (!old_details.representation().fits_into(tmp_representation)) { in FindTargetMap()
336 DCHECK(new_representation_.fits_into(details.representation())); in FindTargetMap()
Dobjects.cc4161 if (!old_details.representation().fits_into(new_details.representation())) { in TryReplayPropertyTransitions()