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

  /external/v8/src/regexp/
regexp-macro-assembler.h 27 static const int kTableSizeBits = 7;
28 static const int kTableSize = 1 << kTableSizeBits;
jsregexp.cc     [all...]
  /external/v8/src/
assembler.cc 966 const int kTableSizeBits = 11;
967 const int kTableSize = 1 << kTableSizeBits;
979 const double constant3 = (1 << kTableSizeBits) / std::log(2.0);
    [all...]

Completed in 72 milliseconds