Home
last modified time | relevance | path

Searched refs:colorBit (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DHeap.h596 ColorBit colorBit, in getMarkWordAndMask()
599 MOZ_ASSERT(size_t(colorBit) < MarkBitsPerCell); in getMarkWordAndMask()
600 detail::GetGCThingMarkWordAndMask(uintptr_t(cell), colorBit, wordp, maskp); in getMarkWordAndMask()
604 ColorBit colorBit) { in markBit()
606 getMarkWordAndMask(cell, colorBit, &word, &mask); in markBit()
654 ColorBit colorBit) { in copyMarkBit()
656 getMarkWordAndMask(src, colorBit, &srcWord, &srcMask); in copyMarkBit()
659 getMarkWordAndMask(dst, colorBit, &dstWord, &dstMask); in copyMarkBit()
898 MOZ_NEVER_INLINE uintptr_t GetMarkMask(js::gc::Cell* cell, uint32_t colorBit);
H A DMarking.cpp3360 uintptr_t GetMarkMask(Cell* cell, uint32_t colorBit) { in GetMarkMask() argument
3361 MOZ_ASSERT(colorBit == 0 || colorBit == 1); in GetMarkMask()
3365 ColorBit bit = colorBit == 0 ? ColorBit::BlackBit : ColorBit::GrayOrBlackBit; in GetMarkMask()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DHeap.h619 ColorBit colorBit, in getMarkWordAndMask()
622 MOZ_ASSERT(size_t(colorBit) < MarkBitsPerCell); in getMarkWordAndMask()
623 detail::GetGCThingMarkWordAndMask(uintptr_t(cell), colorBit, wordp, maskp); in getMarkWordAndMask()
627 ColorBit colorBit) { in markBit()
629 getMarkWordAndMask(cell, colorBit, &word, &mask); in markBit()
681 ColorBit colorBit) { in copyMarkBit()
683 getMarkWordAndMask(src, colorBit, &srcWord, &srcMask); in copyMarkBit()
686 getMarkWordAndMask(dst, colorBit, &dstWord, &dstMask); in copyMarkBit()
927 MOZ_NEVER_INLINE uintptr_t GetMarkMask(js::gc::Cell* cell, uint32_t colorBit);
H A DMarking.cpp4079 uintptr_t GetMarkMask(Cell* cell, uint32_t colorBit) { in GetMarkMask() argument
4080 MOZ_ASSERT(colorBit == 0 || colorBit == 1); in GetMarkMask()
4086 ColorBit bit = colorBit == 0 ? ColorBit::BlackBit : ColorBit::GrayOrBlackBit; in GetMarkMask()
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DHeapAPI.h199 inline void getMarkWordAndMask(const TenuredCell* cell, ColorBit colorBit,
203 inline bool markBit(const TenuredCell* cell, ColorBit colorBit);
210 ColorBit colorBit);
494 ColorBit colorBit, in getMarkWordAndMask() argument
500 MOZ_ASSERT(size_t(colorBit) < MarkBitsPerCell); in getMarkWordAndMask()
503 const size_t bit = offset / CellBytesPerMarkBit + size_t(colorBit); in getMarkWordAndMask()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DHeapAPI.h199 inline void getMarkWordAndMask(const TenuredCell* cell, ColorBit colorBit,
203 inline bool markBit(const TenuredCell* cell, ColorBit colorBit);
210 ColorBit colorBit);
494 ColorBit colorBit, in getMarkWordAndMask() argument
500 MOZ_ASSERT(size_t(colorBit) < MarkBitsPerCell); in getMarkWordAndMask()
503 const size_t bit = offset / CellBytesPerMarkBit + size_t(colorBit); in getMarkWordAndMask()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DHeap.h498 ColorBit colorBit) { in markBit() argument
501 getMarkWordAndMask(cell, colorBit, &word, &mask); in markBit()
553 ColorBit colorBit) { in copyMarkBit() argument
557 srcChunk->markBits.getMarkWordAndMask(src, colorBit, &srcWord, &srcMask); in copyMarkBit()
561 getMarkWordAndMask(dst, colorBit, &dstWord, &dstMask); in copyMarkBit()
811 MOZ_NEVER_INLINE uintptr_t GetMarkMask(js::gc::Cell* cell, uint32_t colorBit);
H A DMarking.cpp4257 uintptr_t GetMarkMask(Cell* cell, uint32_t colorBit) { in GetMarkMask() argument
4258 MOZ_ASSERT(colorBit == 0 || colorBit == 1); in GetMarkMask()
4264 ColorBit bit = colorBit == 0 ? ColorBit::BlackBit : ColorBit::GrayOrBlackBit; in GetMarkMask()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DHeap.h498 ColorBit colorBit) { in markBit() argument
501 getMarkWordAndMask(cell, colorBit, &word, &mask); in markBit()
553 ColorBit colorBit) { in copyMarkBit() argument
557 srcChunk->markBits.getMarkWordAndMask(src, colorBit, &srcWord, &srcMask); in copyMarkBit()
561 getMarkWordAndMask(dst, colorBit, &dstWord, &dstMask); in copyMarkBit()
797 MOZ_NEVER_INLINE uintptr_t GetMarkMask(js::gc::Cell* cell, uint32_t colorBit);
H A DMarking.cpp3237 uintptr_t GetMarkMask(Cell* cell, uint32_t colorBit) { in GetMarkMask() argument
3238 MOZ_ASSERT(colorBit == 0 || colorBit == 1); in GetMarkMask()
3244 ColorBit bit = colorBit == 0 ? ColorBit::BlackBit : ColorBit::GrayOrBlackBit; in GetMarkMask()
/dports/www/firefox/firefox-99.0/js/public/
H A DHeapAPI.h200 inline void getMarkWordAndMask(const TenuredCell* cell, ColorBit colorBit,
204 inline bool markBit(const TenuredCell* cell, ColorBit colorBit);
211 ColorBit colorBit);
501 ColorBit colorBit, in getMarkWordAndMask() argument
507 MOZ_ASSERT(size_t(colorBit) < MarkBitsPerCell); in getMarkWordAndMask()
510 const size_t bit = offset / CellBytesPerMarkBit + size_t(colorBit); in getMarkWordAndMask()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DHeap.h498 ColorBit colorBit) { in markBit() argument
501 getMarkWordAndMask(cell, colorBit, &word, &mask); in markBit()
553 ColorBit colorBit) { in copyMarkBit() argument
557 srcChunk->markBits.getMarkWordAndMask(src, colorBit, &srcWord, &srcMask); in copyMarkBit()
561 getMarkWordAndMask(dst, colorBit, &dstWord, &dstMask); in copyMarkBit()
811 MOZ_NEVER_INLINE uintptr_t GetMarkMask(js::gc::Cell* cell, uint32_t colorBit);
H A DMarking.cpp4257 uintptr_t GetMarkMask(Cell* cell, uint32_t colorBit) { in GetMarkMask() argument
4258 MOZ_ASSERT(colorBit == 0 || colorBit == 1); in GetMarkMask()
4264 ColorBit bit = colorBit == 0 ? ColorBit::BlackBit : ColorBit::GrayOrBlackBit; in GetMarkMask()
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DHeapAPI.h327 ColorBit colorBit, in GetGCThingMarkWordAndMask() argument
334 static_cast<uint32_t>(colorBit); in GetGCThingMarkWordAndMask()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DHeapAPI.h452 ColorBit colorBit, in GetGCThingMarkWordAndMask() argument
459 static_cast<uint32_t>(colorBit); in GetGCThingMarkWordAndMask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp808 …const std::string colorBit = de::toString(static_cast<deUint32>(VK_IMAGE_ASPECT_COLOR_BIT)) + "u… in addVerificationComputeShader() local
852 << " result |= " << colorBit << ";\n" in addVerificationComputeShader()
855 << " result |= " << colorBit << ";\n" // Pass, if sample doesn't exist in addVerificationComputeShader()