Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1090 map_count_(0), in BoyerMoorePositionInfo()
1105 int map_count() const { return map_count_; } in map_count()
1115 int map_count_; // Number of set bits in the map. variable
Djsregexp.cc3644 if (map_count_ != kMapSize) { in SetInterval()
3645 map_count_ = kMapSize; in SetInterval()
3653 map_count_++; in SetInterval()
3656 if (map_count_ == kMapSize) return; in SetInterval()
3663 if (map_count_ != kMapSize) { in SetAll()
3664 map_count_ = kMapSize; in SetAll()