Searched refs:other_maps (Results 1 – 1 of 1) sorted by relevance
10475 MapHandleList other_maps(kDefaultListAllocationSize); in IsMatch() local10477 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() local10514 FromObject(obj, &other_flags, &other_maps); in HashForObject()10515 return MapsHashHelper(&other_maps, other_flags); in HashForObject()