Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.cc3719 bool union_map[kSize]; in FindBestInterval() local
3720 for (int j = 0; j < kSize; j++) union_map[j] = false; in FindBestInterval()
3723 for (int j = 0; j < kSize; j++) union_map[j] |= map->at(j); in FindBestInterval()
3728 if (union_map[j]) { in FindBestInterval()