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 145 bool fits_into(const Representation& other) const { function in class:v8::internal::PropertyConstness::Representation
150 if (other.fits_into(*this)) return *this;
map-updater.cc 280 if (!new_representation_.fits_into(old_details.representation())) {
348 if (!old_details.representation().fits_into(tmp_representation)) {
382 DCHECK(new_representation_.fits_into(details.representation()));
objects.cc     [all...]

Completed in 436 milliseconds