Home
last modified time | relevance | path

Searched refs:bitmaps_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h173 int Count(int map_number) { return bitmaps_->at(map_number)->map_count(); } in Count()
175 BoyerMoorePositionInfo* at(int i) { return bitmaps_->at(i); } in at()
179 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in Set()
185 BoyerMoorePositionInfo* info = bitmaps_->at(map_number); in SetInterval()
193 void SetAll(int map_number) { bitmaps_->at(map_number)->SetAll(); } in SetAll()
209 ZoneList<BoyerMoorePositionInfo*>* bitmaps_; member in v8::internal::BoyerMooreLookahead
H A Dregexp-compiler.cc2785 bitmaps_ = zone->New<ZoneList<BoyerMoorePositionInfo*>>(length, zone); in BoyerMooreLookahead()
2787 bitmaps_->Add(zone->New<BoyerMoorePositionInfo>(), zone); in BoyerMooreLookahead()
2826 union_bitset |= bitmaps_->at(i)->raw_bitset(); in FindBestInterval()
2879 BoyerMoorePositionInfo::Bitset bitset = bitmaps_->at(i)->raw_bitset(); in GetSkipTable()
2908 BoyerMoorePositionInfo* map = bitmaps_->at(i); in EmitSkipInstructions()

Completed in 8 milliseconds