Searched refs:this_it (Results 1 – 5 of 5) sorted by relevance
42 auto this_it = this->bits_.begin(); in Or() local46 while (this_it != this->bits_.end() && other_it != other.bits_.end()) { in Or()47 auto temp = *this_it | *other_it; in Or()48 if (temp != *this_it) { in Or()50 *this_it = temp; in Or()52 ++this_it; in Or()
154 for (auto this_it : this->info_for_node_) { in NON_EXPORTED_BASE() local155 Node* this_object = this_it.first; in NON_EXPORTED_BASE()156 FieldInfo this_second = this_it.second; in NON_EXPORTED_BASE()161 copy->info_for_node_.insert(this_it); in NON_EXPORTED_BASE()
373 for (auto this_it : this->info_for_node_) { in Merge()374 Node* this_object = this_it.first; in Merge()375 ZoneHandleSet<Map> this_maps = this_it.second; in Merge()378 copy->info_for_node_.insert(this_it); in Merge()