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

  /external/chromium_org/v8/src/
regexp-macro-assembler.h 26 static const int kTableSizeBits = 7;
27 static const int kTableSize = 1 << kTableSizeBits;
assembler.cc 902 const int kTableSizeBits = 11;
903 const int kTableSize = 1 << kTableSizeBits;
915 const double constant3 = (1 << kTableSizeBits) / std::log(2.0);
    [all...]
jsregexp.cc     [all...]

Completed in 64 milliseconds