Home
last modified time | relevance | path

Searched refs:gcGrayRoots (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DRootMarking.cpp461 MOZ_ASSERT(zone->gcGrayRoots().empty()); in bufferGrayRoots()
469 if (!zone->gcGrayRoots().empty() && in bufferGrayRoots()
470 !zone->gcGrayRoots().append(GrayBufferCanary)) in bufferGrayRoots()
502 if (!zone->gcGrayRoots().append(tenured)) bufferingGrayRootsFailed = true; in bufferRoot()
510 auto& roots = zone->gcGrayRoots(); in markBufferedGrayRoots()
518 for (auto cell : zone->gcGrayRoots()) { in markBufferedGrayRoots()
530 zone->gcGrayRoots().clearAndFree(); in resetBufferedGrayRoots()
H A DZone.h339 GrayRootVector& gcGrayRoots() { return gcGrayRoots_.ref(); } in gcGrayRoots() function
H A DMarking.cpp2439 size += zone->gcGrayRoots().sizeOfExcludingThis(mallocSizeOf); in sizeOfExcludingThis()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DRootMarking.cpp381 MOZ_ASSERT(zone->gcGrayRoots.empty()); in bufferGrayRoots()
419 if (!zone->gcGrayRoots.append(tenured)) in onChild()
430 for (auto cell : zone->gcGrayRoots) in markBufferedGrayRoots()
440 zone->gcGrayRoots.clearAndFree(); in resetBufferedGrayRoots()
H A DZone.cpp31 gcGrayRoots(), in Zone()
H A DZone.h306 GrayRootVector gcGrayRoots; member
H A DMarking.cpp1915 size += zone->gcGrayRoots.sizeOfExcludingThis(mallocSizeOf); in sizeOfExcludingThis()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DRootMarking.cpp479 MOZ_ASSERT(zone->gcGrayRoots.empty()); in bufferGrayRoots()
520 if (!zone->gcGrayRoots.append(tenured)) in onChild()
531 for (auto cell : zone->gcGrayRoots) in markBufferedGrayRoots()
541 zone->gcGrayRoots.clearAndFree(); in resetBufferedGrayRoots()
H A DZone.cpp33 gcGrayRoots(), in Zone()
H A DZone.h330 GrayRootVector gcGrayRoots; member
H A DMarking.cpp2201 size += zone->gcGrayRoots.sizeOfExcludingThis(mallocSizeOf);
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DRootMarking.cpp538 MOZ_ASSERT(zone->gcGrayRoots().IsEmpty()); in bufferGrayRoots()
574 if (!zone->gcGrayRoots().Append(tenured)) { in bufferRoot()
586 auto& roots = zone->gcGrayRoots(); in markBufferedGrayRoots()
616 zone->gcGrayRoots().Clear(); in resetBufferedGrayRoots()
H A DZone.h516 GrayRootVector& gcGrayRoots() { return gcGrayRoots_.ref(); } in gcGrayRoots() function
H A DMarking.cpp2716 size += zone->gcGrayRoots().SizeOfExcludingThis(mallocSizeOf); in sizeOfExcludingThis()
H A DGC.cpp5037 zone->gcGrayRoots().Clear(); in getNextSweepGroup()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DRootMarking.cpp545 MOZ_ASSERT(zone->gcGrayRoots().IsEmpty()); in bufferGrayRoots()
581 if (!zone->gcGrayRoots().Append(tenured)) { in bufferRoot()
593 auto& roots = zone->gcGrayRoots(); in markBufferedGrayRoots()
623 zone->gcGrayRoots().Clear(); in resetBufferedGrayRoots()
H A DZone.h544 GrayRootVector& gcGrayRoots() { return gcGrayRoots_.ref(); } in gcGrayRoots() function
H A DMarking.cpp3025 size += zone->gcGrayRoots().SizeOfExcludingThis(mallocSizeOf); in sizeOfExcludingThis()
H A DGC.cpp4602 zone->gcGrayRoots().Clear(); in getNextSweepGroup()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DRootMarking.cpp538 MOZ_ASSERT(zone->gcGrayRoots().IsEmpty()); in bufferGrayRoots()
574 if (!zone->gcGrayRoots().Append(tenured)) { in bufferRoot()
586 auto& roots = zone->gcGrayRoots(); in markBufferedGrayRoots()
616 zone->gcGrayRoots().Clear(); in resetBufferedGrayRoots()
H A DZone.h516 GrayRootVector& gcGrayRoots() { return gcGrayRoots_.ref(); } in gcGrayRoots() function
H A DMarking.cpp2716 size += zone->gcGrayRoots().SizeOfExcludingThis(mallocSizeOf); in sizeOfExcludingThis()
H A DGC.cpp5037 zone->gcGrayRoots().Clear(); in getNextSweepGroup()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsgc.cpp4537 zone->gcGrayRoots.clearAndFree();
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsgc.cpp4720 zone->gcGrayRoots.clearAndFree(); in getNextZoneGroup()

12