Home
last modified time | relevance | path

Searched refs:MaxArenaCellIndex (Results 1 – 20 of 20) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DStoreBuffer-inl.h29 BitArray<MaxArenaCellIndex>::getIndexAndMask(cellIndex, wordp, maskp); in getWordIndexAndMask()
33 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in hasCell()
38 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in putCell()
H A DStoreBuffer.h472 BitArray<MaxArenaCellIndex> bits;
H A DMarking.cpp2609 for (size_t i = 0; i < MaxArenaCellIndex; i++) { in TraceBufferedCells()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DStoreBuffer-inl.h29 BitArray<MaxArenaCellIndex>::getIndexAndMask(cellIndex, wordp, maskp); in getWordIndexAndMask()
33 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in hasCell()
38 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in putCell()
H A DStoreBuffer.h559 using ArenaCellBits = BitArray<MaxArenaCellIndex>;
H A DMarking.cpp2973 for (size_t i = 0; i < MaxArenaCellIndex; i += cells->BitsPerWord) { in TraceBufferedCells()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DStoreBuffer-inl.h29 BitArray<MaxArenaCellIndex>::getIndexAndMask(cellIndex, wordp, maskp); in getWordIndexAndMask()
33 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in hasCell()
38 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in putCell()
H A DStoreBuffer.h495 using ArenaCellBits = BitArray<MaxArenaCellIndex>;
H A DMarking.cpp3169 for (size_t i = 0; i < MaxArenaCellIndex; i += cells->BitsPerWord) { in TraceBufferedCells()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DStoreBuffer-inl.h29 BitArray<MaxArenaCellIndex>::getIndexAndMask(cellIndex, wordp, maskp); in getWordIndexAndMask()
33 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in hasCell()
38 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in putCell()
H A DStoreBuffer.h559 using ArenaCellBits = BitArray<MaxArenaCellIndex>;
H A DTenuring.cpp312 for (size_t i = 0; i < MaxArenaCellIndex; i += cells->BitsPerWord) { in TraceBufferedCells()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DStoreBuffer-inl.h29 BitArray<MaxArenaCellIndex>::getIndexAndMask(cellIndex, wordp, maskp); in getWordIndexAndMask()
33 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in hasCell()
38 MOZ_ASSERT(cellIndex < MaxArenaCellIndex); in putCell()
H A DStoreBuffer.h559 using ArenaCellBits = BitArray<MaxArenaCellIndex>;
H A DMarking.cpp2973 for (size_t i = 0; i < MaxArenaCellIndex; i += cells->BitsPerWord) { in TraceBufferedCells()
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DHeapAPI.h56 const size_t MaxArenaCellIndex = ArenaSize / CellAlignBytes; variable
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DHeapAPI.h239 const size_t MaxArenaCellIndex = ArenaSize / CellAlignBytes; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DHeapAPI.h59 const size_t MaxArenaCellIndex = ArenaSize / CellAlignBytes; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DHeapAPI.h239 const size_t MaxArenaCellIndex = ArenaSize / CellAlignBytes; variable
/dports/www/firefox/firefox-99.0/js/public/
H A DHeapAPI.h247 const size_t MaxArenaCellIndex = ArenaSize / CellAlignBytes; variable