Home
last modified time | relevance | path

Searched refs:SweepActionForEach (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/gc/
H A DSweeping.cpp2100 class SweepActionForEach final : public SweepAction { class
2110 SweepActionForEach(const Init& init, Elem* maybeElemOut, in SweepActionForEach() function in sweepaction::SweepActionForEach
2167 using Action = SweepActionForEach<SweepGroupsIter, JSRuntime*>; in RepeatForSweepGroup()
2177 using Action = SweepActionForEach<SweepGroupZonesIter, JSRuntime*>; in ForEachZoneInSweepGroup()
2188 using Action = SweepActionForEach<ContainerIter<AllocKinds>, AllocKinds>; in ForEachAllocKind()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGC.cpp5997 class SweepActionForEach final : public SweepAction { class
6007 SweepActionForEach(const Init& init, Elem* maybeElemOut, in SweepActionForEach() function in sweepaction::SweepActionForEach
6064 using Action = SweepActionForEach<SweepGroupsIter, JSRuntime*>; in RepeatForSweepGroup()
6074 using Action = SweepActionForEach<SweepGroupZonesIter, JSRuntime*>; in ForEachZoneInSweepGroup()
6085 using Action = SweepActionForEach<ContainerIter<AllocKinds>, AllocKinds>; in ForEachAllocKind()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGC.cpp6430 class SweepActionForEach final : public SweepAction { class
6440 SweepActionForEach(const Init& init, Elem* maybeElemOut, in SweepActionForEach() function in sweepaction::SweepActionForEach
6497 using Action = SweepActionForEach<SweepGroupsIter, JSRuntime*>; in RepeatForSweepGroup()
6507 using Action = SweepActionForEach<SweepGroupZonesIter, JSRuntime*>; in ForEachZoneInSweepGroup()
6518 using Action = SweepActionForEach<ContainerIter<AllocKinds>, AllocKinds>; in ForEachAllocKind()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGC.cpp6430 class SweepActionForEach final : public SweepAction { class
6440 SweepActionForEach(const Init& init, Elem* maybeElemOut, in SweepActionForEach() function in sweepaction::SweepActionForEach
6497 using Action = SweepActionForEach<SweepGroupsIter, JSRuntime*>; in RepeatForSweepGroup()
6507 using Action = SweepActionForEach<SweepGroupZonesIter, JSRuntime*>; in ForEachZoneInSweepGroup()
6518 using Action = SweepActionForEach<ContainerIter<AllocKinds>, AllocKinds>; in ForEachAllocKind()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGC.cpp5655 class SweepActionForEach final : public SweepAction<Args...> { class
5665 SweepActionForEach(const Init& init, UniquePtr<Action> action) in SweepActionForEach() function in sweepaction::SweepActionForEach
5774 SweepActionForEach<SweepGroupZonesIter, JSRuntime*, Args...>>::Type; in ForEachZoneInSweepGroup()
5785 SweepActionForEach<ContainerIter<AllocKinds>, AllocKinds, Args...>>::Type; in ForEachAllocKind()