Lines Matching refs:maps_
433 if (this->maps_) {
434 if (!that->maps_ || !that->maps_->Equals(this->maps_)) {
437 } else if (that->maps_) {
472 if (this->maps_) {
473 this->maps_ = that->maps_ ? that->maps_->Merge(this->maps_, zone) : nullptr;
479 return this->maps_ && this->maps_->Lookup(object, object_map);
485 if (that->maps_) {
486 that->maps_ = that->maps_->Extend(object, maps, zone);
488 that->maps_ = zone->New<AbstractMaps>(object, maps, zone);
495 if (this->maps_) {
496 AbstractMaps const* that_maps = this->maps_->Kill(alias_info, zone);
497 if (this->maps_ != that_maps) {
499 that->maps_ = that_maps;
702 if (maps_) {
704 maps_->Print();