Home
last modified time | relevance | path

Searched refs:gcState (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h73 GCState gcState() const { return GCState(uint32_t(gcState_)); } in gcState() function
74 bool wasGCStarted() const { return gcState() != NoGC; } in wasGCStarted()
75 bool isGCPreparing() const { return gcState() == Prepare; } in isGCPreparing()
76 bool isGCMarkingBlackOnly() const { return gcState() == MarkBlackOnly; } in isGCMarkingBlackOnly()
77 bool isGCMarkingBlackAndGray() const { return gcState() == MarkBlackAndGray; } in isGCMarkingBlackAndGray()
78 bool isGCSweeping() const { return gcState() == Sweep; } in isGCSweeping()
79 bool isGCFinished() const { return gcState() == Finished; } in isGCFinished()
80 bool isGCCompacting() const { return gcState() == Compact; } in isGCCompacting()
85 return gcState() >= MarkBlackOnly && gcState() <= Sweep; in isGCMarkingOrSweeping()
88 return gcState() == Sweep || gcState() == Compact; in isGCSweepingOrCompacting()
/dports/lang/polyml/polyml-5.8.2/basis/
H A DStatistics.ML42 … datatype gcState = MLCode | MinorGC of int | MajorGC of int | GCSharing of int | OtherState of int
182 gcState =
200 datatype gcState = datatype gcState
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DWeakMap-inl.h99 if (zone()->gcState() > Zone::Prepare) { in WeakMap()
116 markedCell, zone, zone->gcState(), in markKey()
120 zone, zone->gcState(), int(debug::GetMarkInfo(markedCell))); in markKey()
124 memberOf.get(), zone, zone->gcState(), in markKey()
H A DGC.cpp4233 if (comp->gcState.scheduledForDestruction) { in ShouldCollectZone()
4537 c->gcState.scheduledForDestruction = false; in endPreparePhase()
4538 c->gcState.maybeAlive = false; in endPreparePhase()
4539 c->gcState.hasEnteredRealm = false; in endPreparePhase()
4543 c->gcState.maybeAlive = true; in endPreparePhase()
4550 c->gcState.hasEnteredRealm = true; in endPreparePhase()
4701 if (comp->gcState.maybeAlive) { in findDeadCompartments()
4713 if (!dest->gcState.maybeAlive) { in findDeadCompartments()
4714 dest->gcState.maybeAlive = true; in findDeadCompartments()
4726 if (!comp->gcState.maybeAlive) { in findDeadCompartments()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DWeakMap-inl.h99 if (zone()->gcState() > Zone::Prepare) { in WeakMap()
116 markedCell, zone, zone->gcState(), in markKey()
120 zone, zone->gcState(), int(debug::GetMarkInfo(markedCell))); in markKey()
124 memberOf.get(), zone, zone->gcState(), in markKey()
H A DGC.cpp4233 if (comp->gcState.scheduledForDestruction) { in ShouldCollectZone()
4537 c->gcState.scheduledForDestruction = false; in endPreparePhase()
4538 c->gcState.maybeAlive = false; in endPreparePhase()
4539 c->gcState.hasEnteredRealm = false; in endPreparePhase()
4543 c->gcState.maybeAlive = true; in endPreparePhase()
4550 c->gcState.hasEnteredRealm = true; in endPreparePhase()
4701 if (comp->gcState.maybeAlive) { in findDeadCompartments()
4713 if (!dest->gcState.maybeAlive) { in findDeadCompartments()
4714 dest->gcState.maybeAlive = true; in findDeadCompartments()
4726 if (!comp->gcState.maybeAlive) { in findDeadCompartments()
[all …]
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DWeakMap-inl.h103 if (zone->gcState() > Zone::Prepare) { in WeakMap()
120 markedCell, zone, zone->gcState(), in markKey()
124 zone, zone->gcState(), int(debug::GetMarkInfo(markedCell))); in markKey()
128 memberOf.get(), zone, zone->gcState(), in markKey()
H A DGC.cpp2532 c->gcState.maybeAlive = false; in endPreparePhase()
2533 c->gcState.hasEnteredRealm = false; in endPreparePhase()
2537 c->gcState.maybeAlive = true; in endPreparePhase()
2544 c->gcState.hasEnteredRealm = true; in endPreparePhase()
2618 c->gcState.hasMarkedCells = false; in AutoUpdateLiveCompartments()
2624 if (c->gcState.hasMarkedCells) { in ~AutoUpdateLiveCompartments()
2625 c->gcState.maybeAlive = true; in ~AutoUpdateLiveCompartments()
2705 if (comp->gcState.maybeAlive) { in findDeadCompartments()
2717 if (!dest->gcState.maybeAlive) { in findDeadCompartments()
2718 dest->gcState.maybeAlive = true; in findDeadCompartments()
[all …]
H A DMarking.cpp578 MOZ_ASSERT(weakMapZone->gcState() == thing->zone()->gcState()); in TraceWeakMapKeyEdgeInternal()
830 fprintf(stderr, "key zone: %d\n", int(key->zone()->gcState())); in restoreWeakDelegate()
834 fprintf(stderr, "delegate zone: %d\n", int(delegate->zone()->gcState())); in restoreWeakDelegate()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCompartment.h293 } gcState; variable
446 thing->compartment()->gcState.maybeAlive = true; in SetMaybeAliveFlag()
451 thing->compartment()->gcState.maybeAlive = true; in SetMaybeAliveFlag()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DWeakMap-inl.h117 markedCell, zone, zone->gcState(), in markKey()
121 zone, zone->gcState(), int(debug::GetMarkInfo(markedCell))); in markKey()
125 memberOf.get(), zone, zone->gcState(), in markKey()
H A DGC.cpp3854 if (comp->gcState.scheduledForDestruction) { in ShouldCollectZone()
3927 c->gcState.scheduledForDestruction = false; in prepareZonesForCollection()
3928 c->gcState.maybeAlive = false; in prepareZonesForCollection()
3929 c->gcState.hasEnteredRealm = false; in prepareZonesForCollection()
3932 c->gcState.maybeAlive = true; in prepareZonesForCollection()
3938 c->gcState.hasEnteredRealm = true; in prepareZonesForCollection()
4258 if (comp->gcState.maybeAlive) { in findDeadCompartments()
4270 if (!dest->gcState.maybeAlive) { in findDeadCompartments()
4271 dest->gcState.maybeAlive = true; in findDeadCompartments()
4283 if (!comp->gcState.maybeAlive) { in findDeadCompartments()
[all …]
H A DZone.h453 MOZ_ASSERT(gcState() == prev); in changeGCState()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DCompartment.h292 } gcState; variable
445 thing->compartment()->gcState.hasMarkedCells = true; in SetCompartmentHasMarkedCells()
450 thing->compartment()->gcState.hasMarkedCells = true; in SetCompartmentHasMarkedCells()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCompartment.h293 } gcState; variable
446 thing->compartment()->gcState.maybeAlive = true; in SetMaybeAliveFlag()
451 thing->compartment()->gcState.maybeAlive = true; in SetMaybeAliveFlag()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCompartment.h295 } gcState; variable
445 thing->compartment()->gcState.maybeAlive = true; in SetMaybeAliveFlag()
450 thing->compartment()->gcState.maybeAlive = true; in SetMaybeAliveFlag()
/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h66 GCState gcState() const { return gcState_; } in gcState() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h66 GCState gcState() const { return gcState_; } in gcState() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestGCGrayMarking.cpp285 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestJSWeakMapWithGrayUnmarking()
413 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestInternalWeakMapWithGrayUnmarking()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestGCGrayMarking.cpp288 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestJSWeakMapWithGrayUnmarking()
417 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestInternalWeakMapWithGrayUnmarking()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestGCGrayMarking.cpp285 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestJSWeakMapWithGrayUnmarking()
413 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestInternalWeakMapWithGrayUnmarking()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestGCGrayMarking.cpp291 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestJSWeakMapWithGrayUnmarking()
418 MOZ_ASSERT(cx->zone()->gcState() == Zone::MarkBlackAndGray); in TestInternalWeakMapWithGrayUnmarking()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dsm.h1084 DLL smReturnCode smGetGencoordSolveState(smModelID modelID, char * gcName, smBoolean * gcState);
1085 DLL smReturnCode smGetGencoordSolveStateIndex(smModelID modelID, int index, smBoolean * gcState);
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DHeapAPI.h169 GCState gcState() const { return gcState_; } in gcState() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DHeapAPI.h227 GCState gcState() const { return gcState_; } in gcState() function

123