Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc10475 MapHandleList other_maps(kDefaultListAllocationSize); in IsMatch() local
10477 FromObject(other, &other_flags, &other_maps); in IsMatch()
10479 if (maps_->length() != other_maps.length()) return false; in IsMatch()
10482 int other_hash = MapsHashHelper(&other_maps, other_flags); in IsMatch()
10490 for (int j = 0; j < other_maps.length(); ++j) { in IsMatch()
10491 if (*(maps_->at(i)) == *(other_maps.at(j))) { in IsMatch()
10512 MapHandleList other_maps(kDefaultListAllocationSize); in HashForObject() local
10514 FromObject(obj, &other_flags, &other_maps); in HashForObject()
10515 return MapsHashHelper(&other_maps, other_flags); in HashForObject()