Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h1097 map_count_(0), in BoyerMoorePositionInfo()
1112 int map_count() const { return map_count_; } in map_count()
1122 int map_count_; // Number of set bits in the map. variable
Djsregexp.cc3590 if (map_count_ != kMapSize) { in SetInterval()
3591 map_count_ = kMapSize; in SetInterval()
3599 map_count_++; in SetInterval()
3602 if (map_count_ == kMapSize) return; in SetInterval()
3609 if (map_count_ != kMapSize) { in SetAll()
3610 map_count_ = kMapSize; in SetAll()