Home
last modified time | relevance | path

Searched refs:hasDelayedChildren (Results 1 – 14 of 14) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGCMarker.h269 bool hasDelayedChildren() const { return !!unmarkedArenaStackTop; } in hasDelayedChildren() function
H A DMarking.cpp1548 if (!hasDelayedChildren()) break; in drainMarkStack()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCMarker.h446 bool hasDelayedChildren() const { return !!delayedMarkingList; } in hasDelayedChildren() function
H A DMarking.cpp1827 if (hasDelayedChildren() && !markAllDelayedChildren(budget, reportTime)) { in markUntilBudgetExhausted()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DMarking.h222 bool hasDelayedChildren() const {
H A DMarking.cpp1557 if (!hasDelayedChildren())
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGCMarker.h471 bool hasDelayedChildren() const { return !!delayedMarkingList; } in hasDelayedChildren() function
H A DMarking.cpp1802 if (hasDelayedChildren() && !markAllDelayedChildren(budget, reportTime)) { in markUntilBudgetExhausted()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGCMarker.h451 bool hasDelayedChildren() const { return !!delayedMarkingList; } in hasDelayedChildren() function
H A DMarking.cpp1872 if (!hasDelayedChildren()) { in markUntilBudgetExhausted()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGCMarker.h471 bool hasDelayedChildren() const { return !!delayedMarkingList; } in hasDelayedChildren() function
H A DMarking.cpp1802 if (hasDelayedChildren() && !markAllDelayedChildren(budget, reportTime)) { in markUntilBudgetExhausted()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DMarking.h223 bool hasDelayedChildren() const { in hasDelayedChildren() function
H A DMarking.cpp1297 if (!hasDelayedChildren()) in drainMarkStack()