Home
last modified time | relevance | path

Searched refs:SMALL_CHAR_TABLE_SIZE (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DStaticStrings.h53 static constexpr size_t SMALL_CHAR_TABLE_SIZE = 128U; variable
149 SmallChar storage[SMALL_CHAR_TABLE_SIZE];
160 return c < SMALL_CHAR_TABLE_SIZE && in fitsInSmallChar()
H A DStaticStrings.cpp26 for (size_t i = 0; i < SMALL_CHAR_TABLE_SIZE; i++) { in createSmallCharTable()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DStringType.h1312 static constexpr size_t SMALL_CHAR_TABLE_SIZE = 128U; variable
1426 SmallChar storage[SMALL_CHAR_TABLE_SIZE];
1437 return c < SMALL_CHAR_TABLE_SIZE && in fitsInSmallChar()
H A DStringType.cpp1300 for (size_t i = 0; i < SMALL_CHAR_TABLE_SIZE; i++) { in createSmallCharTable()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DStringType.h1312 static constexpr size_t SMALL_CHAR_TABLE_SIZE = 128U; variable
1426 SmallChar storage[SMALL_CHAR_TABLE_SIZE];
1437 return c < SMALL_CHAR_TABLE_SIZE && in fitsInSmallChar()
H A DStringType.cpp1300 for (size_t i = 0; i < SMALL_CHAR_TABLE_SIZE; i++) { in createSmallCharTable()