Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1123 map_count_(0), in BoyerMoorePositionInfo()
1138 int map_count() const { return map_count_; } in map_count()
1148 int map_count_; // Number of set bits in the map. variable
Djsregexp.cc3572 if (map_count_ != kMapSize) { in SetInterval()
3573 map_count_ = kMapSize; in SetInterval()
3581 map_count_++; in SetInterval()
3584 if (map_count_ == kMapSize) return; in SetInterval()
3591 if (map_count_ != kMapSize) { in SetAll()
3592 map_count_ = kMapSize; in SetAll()