Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dload-elimination.cc681 ZoneHandleSet<Map> other_maps; in MayAlias() local
682 if (state_->LookupMaps(other, &other_maps) && other_maps.size() == 1) { in MayAlias()
683 if (map.address() != other_maps.at(0).address()) { in MayAlias()