HomeSort by relevance Sort by last modified time
    Searched refs:hotTerms (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 243 void addBeginChar(BeginChar beginChar, Vector<TermChain>* hotTerms, QuantifierType quantityType, unsigned quantityCount)
250 } else if (quantityType == QuantifierFixedCount && quantityCount == 1 && hotTerms->size())
252 linkHotTerms(beginChar, hotTerms);
308 // Create BeginChar objects by appending each terms from a hotTerms vector to an existing BeginChar object.
309 void linkHotTerms(BeginChar beginChar, Vector<TermChain>* hotTerms)
311 for (unsigned i = 0; i < hotTerms->size(); i++) {
312 PatternTerm hotTerm = hotTerms->at(i).term;
    [all...]
YarrPattern.h 297 Vector<TermChain> hotTerms;

Completed in 216 milliseconds