HomeSort by relevance Sort by last modified time
    Searched refs:fits_into (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
property-details.h 144 bool fits_into(const Representation& other) const { function in class:v8::internal::Representation
149 if (other.fits_into(*this)) return *this;
map-updater.cc 251 if (!new_representation_.fits_into(old_details.representation())) {
305 if (!old_details.representation().fits_into(tmp_representation)) {
336 DCHECK(new_representation_.fits_into(details.representation()));
objects.cc     [all...]

Completed in 116 milliseconds