Home
last modified time | relevance | path

Searched refs:onRegExpSharedEdge (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DClearEdgesTracer.h36 bool onRegExpSharedEdge(js::RegExpShared** sharedp) override;
H A DGCInternals.h226 bool onRegExpSharedEdge(RegExpShared** sharedp) override;
253 bool onRegExpSharedEdge(RegExpShared** sharedp) override;
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DClearEdgesTracer.h33 js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) override;
H A DGCInternals.h246 RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
270 RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
H A DTracer.h367 return trc->onRegExpSharedEdge(shared);
H A DRootMarking.cpp514 js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) override { in onRegExpSharedEdge() function in BufferGrayRootsTracer
H A DNursery.h136 js::RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
H A DMarking.cpp2784 js::RegExpShared* TenuringTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in TenuringTracer
3818 RegExpShared* SweepingTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in SweepingTracer
4130 RegExpShared* BarrierTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in BarrierTracer
H A DGCRuntime.h271 RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DClearEdgesTracer.h33 js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) override;
H A DGCInternals.h246 RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
270 RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
H A DTracer.h367 return trc->onRegExpSharedEdge(shared);
H A DRootMarking.cpp514 js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) override { in onRegExpSharedEdge() function in BufferGrayRootsTracer
H A DNursery.h136 js::RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
H A DMarking.cpp2784 js::RegExpShared* TenuringTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in TenuringTracer
3818 RegExpShared* SweepingTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in SweepingTracer
4130 RegExpShared* BarrierTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in BarrierTracer
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DDeletePolicy.h35 void onRegExpSharedEdge(js::RegExpShared** sharedp) override;
H A DGCInternals.h116 void onRegExpSharedEdge(RegExpShared** sharedp) override;
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DTracingAPI.h180 virtual void onRegExpSharedEdge(js::RegExpShared** sharedp) { in onRegExpSharedEdge() function
264 onRegExpSharedEdge(sharedp); in dispatchToOnEdge()
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DTracingAPI.h183 virtual bool onRegExpSharedEdge(js::RegExpShared** sharedp) { in onRegExpSharedEdge() function
278 return onRegExpSharedEdge(sharedp); in dispatchToOnEdge()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DTenuring.h44 js::RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override;
H A DTracer.h393 return trc->onRegExpSharedEdge(shared);
H A DTenuring.cpp116 js::RegExpShared* TenuringTracer::onRegExpSharedEdge(RegExpShared* shared) { in onRegExpSharedEdge() function in TenuringTracer
/dports/www/firefox/firefox-99.0/js/public/
H A DTracingAPI.h253 virtual js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) = 0;
293 RegExpShared* onRegExpSharedEdge(RegExpShared* shared) override { in onRegExpSharedEdge() function
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DTracingAPI.h252 virtual js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) = 0;
324 virtual js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) { in onRegExpSharedEdge() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DTracingAPI.h252 virtual js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) = 0;
324 virtual js::RegExpShared* onRegExpSharedEdge(js::RegExpShared* shared) { in onRegExpSharedEdge() function

12