Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dload-elimination.h164 auto that_it = that->info_for_node_.find(this_object); in NON_EXPORTED_BASE() local
165 if (that_it != that->info_for_node_.end() && in NON_EXPORTED_BASE()
166 that_it->second == this_second) { in NON_EXPORTED_BASE()
Dload-elimination.cc418 auto that_it = that->info_for_node_.find(this_object); in Merge() local
419 if (that_it != that->info_for_node_.end() && that_it->second == this_maps) { in Merge()