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 49 static const int kTableSizeBits = 7;
50 static const int kTableSize = 1 << kTableSizeBits;
assembler.cc 905 const int kTableSizeBits = 11;
906 const int kTableSize = 1 << kTableSizeBits;
918 const double constant3 = (1 << kTableSizeBits) / log(2.0);
    [all...]
jsregexp.cc     [all...]

Completed in 58 milliseconds