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

  /external/v8/src/regexp/
regexp-macro-assembler.h 34 static const int kTableSizeBits = 7;
35 static const int kTableSize = 1 << kTableSizeBits;
jsregexp.cc     [all...]

Completed in 70 milliseconds