Home | History | Annotate | Download | only in src

Lines Matching defs:map_

1252       : map_(new(zone) ZoneList<bool>(kMapSize, zone)),
1259 map_->Add(false, zone);
1263 bool& at(int i) { return map_->at(i); }
1277 ZoneList<bool>* map_;