/src/mozilla-central/mfbt/RefPtr.h
Line | Count | Source (jump to first uncovered line) |
1 | | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ |
2 | | /* vim: set ts=8 sts=2 et sw=2 tw=80: */ |
3 | | /* This Source Code Form is subject to the terms of the Mozilla Public |
4 | | * License, v. 2.0. If a copy of the MPL was not distributed with this |
5 | | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
6 | | |
7 | | #ifndef mozilla_RefPtr_h |
8 | | #define mozilla_RefPtr_h |
9 | | |
10 | | #include "mozilla/AlreadyAddRefed.h" |
11 | | #include "mozilla/Assertions.h" |
12 | | #include "mozilla/Attributes.h" |
13 | | |
14 | | /*****************************************************************************/ |
15 | | |
16 | | // template <class T> class RefPtrGetterAddRefs; |
17 | | |
18 | | class nsQueryReferent; |
19 | | class nsCOMPtr_helper; |
20 | | class nsISupports; |
21 | | |
22 | | namespace mozilla { |
23 | | template<class T> class OwningNonNull; |
24 | | template<class T> class StaticRefPtr; |
25 | | #if defined(XP_WIN) |
26 | | namespace mscom { |
27 | | class AgileReference; |
28 | | } // namespace mscom |
29 | | #endif // defined(XP_WIN) |
30 | | |
31 | | // Traditionally, RefPtr supports automatic refcounting of any pointer type |
32 | | // with AddRef() and Release() methods that follow the traditional semantics. |
33 | | // |
34 | | // This traits class can be specialized to operate on other pointer types. For |
35 | | // example, we specialize this trait for opaque FFI types that represent |
36 | | // refcounted objects in Rust. |
37 | | // |
38 | | // Given the use of ConstRemovingRefPtrTraits below, U should not be a const- |
39 | | // qualified type. |
40 | | template<class U> |
41 | | struct RefPtrTraits |
42 | | { |
43 | 0 | static void AddRef(U* aPtr) { |
44 | 0 | aPtr->AddRef(); |
45 | 0 | } Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::VolatileBuffer>::AddRef(mozilla::VolatileBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<nsCSSValueSharedList>::AddRef(nsCSSValueSharedList*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureReadbackSink>::AddRef(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: mozilla::RefPtrTraits<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::AddRef(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::Layer>::AddRef(mozilla::layers::Layer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLContextGLX>::AddRef(mozilla::gl::GLContextGLX*) Unexecuted instantiation: mozilla::RefPtrTraits<gfxXlibSurface>::AddRef(gfxXlibSurface*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::AddRef(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLContext>::AddRef(mozilla::gl::GLContext*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLLibraryEGL>::AddRef(mozilla::gl::GLLibraryEGL*) Unexecuted instantiation: mozilla::RefPtrTraits<gfxASurface>::AddRef(gfxASurface*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLContextEGL>::AddRef(mozilla::gl::GLContextEGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayersIPCChannel>::AddRef(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SharedSurfaceTextureClient>::AddRef(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::TextureImage>::AddRef(mozilla::gl::TextureImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::BasicTextureImage>::AddRef(mozilla::gl::BasicTextureImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ShadowLayerForwarder>::AddRef(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::AddRef(mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::TextureImageEGL>::AddRef(mozilla::gl::TextureImageEGL*) Unexecuted instantiation: mozilla::RefPtrTraits<gfxContext>::AddRef(gfxContext*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureSourceProvider>::AddRef(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureSource>::AddRef(mozilla::layers::TextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositingRenderTarget>::AddRef(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TexturedEffect>::AddRef(mozilla::layers::TexturedEffect*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectComponentAlpha>::AddRef(mozilla::layers::EffectComponentAlpha*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositableHost>::AddRef(mozilla::layers::CompositableHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::X11TextureSource>::AddRef(mozilla::layers::X11TextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::Compositor>::AddRef(mozilla::layers::Compositor*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncCanvasRenderer>::AddRef(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::DebugDataSender>::AddRef(mozilla::layers::DebugDataSender*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::AddRef(mozilla::layers::LayerScopeWebSocketManager::SocketHandler*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderAnimationData>::AddRef(mozilla::layers::WebRenderAnimationData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::Effect>::AddRef(mozilla::layers::Effect*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PersistentBufferProvider>::AddRef(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderUserData>::AddRef(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderCanvasData>::AddRef(mozilla::layers::WebRenderCanvasData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ImageHost>::AddRef(mozilla::layers::ImageHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncPanZoomController>::AddRef(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MemoryPressureObserver>::AddRef(mozilla::layers::MemoryPressureObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorBridgeChild>::AddRef(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PaintThread>::AddRef(mozilla::layers::PaintThread*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorOGL>::AddRef(mozilla::layers::CompositorOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderTextureHostWrapper>::AddRef(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGTexture>::AddRef(mozilla::layers::MLGTexture*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGBuffer>::AddRef(mozilla::layers::MLGBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGDevice>::AddRef(mozilla::layers::MLGDevice*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentHost>::AddRef(mozilla::layers::ContentHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SolidColorPass>::AddRef(mozilla::layers::SolidColorPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SingleTexturePass>::AddRef(mozilla::layers::SingleTexturePass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RenderViewPass>::AddRef(mozilla::layers::RenderViewPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::VideoRenderPass>::AddRef(mozilla::layers::VideoRenderPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ComponentAlphaPass>::AddRef(mozilla::layers::ComponentAlphaPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClearViewPass>::AddRef(mozilla::layers::ClearViewPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MaskOperation>::AddRef(mozilla::layers::MaskOperation*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGRenderTarget>::AddRef(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RenderViewMLGPU>::AddRef(mozilla::layers::RenderViewMLGPU*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RenderPassMLGPU>::AddRef(mozilla::layers::RenderPassMLGPU*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TempImageLayerMLGPU>::AddRef(mozilla::layers::TempImageLayerMLGPU*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositingRenderTargetOGL>::AddRef(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectSolidColor>::AddRef(mozilla::layers::EffectSolidColor*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncReadbackBufferOGL>::AddRef(mozilla::layers::AsyncReadbackBufferOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureImageTextureSourceOGL>::AddRef(mozilla::layers::TextureImageTextureSourceOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::DirectMapTextureSource>::AddRef(mozilla::layers::DirectMapTextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorTexturePoolOGL>::AddRef(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EGLImageTextureSource>::AddRef(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::GLTextureSource>::AddRef(mozilla::layers::GLTextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderImageHost>::AddRef(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncImagePipelineManager>::AddRef(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RotatedBuffer>::AddRef(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderDrawEventRecorder>::AddRef(mozilla::layers::WebRenderDrawEventRecorder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureWrapperImage>::AddRef(mozilla::layers::TextureWrapperImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::AddRef(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::AddRef(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::KnowsCompositorMediaProxy>::AddRef(mozilla::layers::KnowsCompositorMediaProxy*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::widget::CompositorWidget>::AddRef(mozilla::widget::CompositorWidget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::WebRenderAPI>::AddRef(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorVsyncScheduler>::AddRef(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorAnimationStorage>::AddRef(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorBridgeParentBase>::AddRef(mozilla::layers::CompositorBridgeParentBase*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderGroupData>::AddRef(mozilla::layers::WebRenderGroupData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderImageData>::AddRef(mozilla::layers::WebRenderImageData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::BasicLayerManager>::AddRef(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderFallbackData>::AddRef(mozilla::layers::WebRenderFallbackData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderBridgeChild>::AddRef(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TransactionIdAllocator>::AddRef(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderLayerManager>::AddRef(mozilla::layers::WebRenderLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::RenderTextureHost>::AddRef(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderTextureHost>::AddRef(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CheckerboardEventStorage>::AddRef(mozilla::layers::CheckerboardEventStorage*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CheckerboardReportService>::AddRef(mozilla::dom::CheckerboardReportService*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::APZEventState>::AddRef(mozilla::layers::APZEventState*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::IAPZCTreeManager>::AddRef(mozilla::layers::IAPZCTreeManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ChromeProcessController>::AddRef(mozilla::layers::ChromeProcessController*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::TabChild>::AddRef(mozilla::dom::TabChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasLayer>::AddRef(mozilla::layers::CanvasLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ColorLayer>::AddRef(mozilla::layers::ColorLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::DataTextureSourceBasic>::AddRef(mozilla::layers::DataTextureSourceBasic*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::BasicCompositor>::AddRef(mozilla::layers::BasicCompositor*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContainerLayer>::AddRef(mozilla::layers::ContainerLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ReadbackLayer>::AddRef(mozilla::layers::ReadbackLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClientBasic>::AddRef(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PaintedLayer>::AddRef(mozilla::layers::PaintedLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientAllocator>::AddRef(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClientSharedSurface>::AddRef(mozilla::layers::CanvasClientSharedSurface*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClientBridge>::AddRef(mozilla::layers::CanvasClientBridge*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClient2D>::AddRef(mozilla::layers::CanvasClient2D*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientCanvasLayer>::AddRef(mozilla::layers::ClientCanvasLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientColorLayer>::AddRef(mozilla::layers::ClientColorLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientContainerLayer>::AddRef(mozilla::layers::ClientContainerLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientRefLayer>::AddRef(mozilla::layers::ClientRefLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientImageLayer>::AddRef(mozilla::layers::ClientImageLayer*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientLayerManager>::AddRef(mozilla::layers::ClientLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SyncObjectClient>::AddRef(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientTiledPaintedLayer>::AddRef(mozilla::layers::ClientTiledPaintedLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientPaintedLayer>::AddRef(mozilla::layers::ClientPaintedLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TiledContentClient>::AddRef(mozilla::layers::TiledContentClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositableForwarder>::AddRef(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientRecycleAllocator>::AddRef(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClientDoubleBuffered>::AddRef(mozilla::layers::ContentClientDoubleBuffered*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClientSingleBuffered>::AddRef(mozilla::layers::ContentClientSingleBuffered*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RemoteRotatedBuffer>::AddRef(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::VideoDecoderManagerChild>::AddRef(mozilla::dom::VideoDecoderManagerChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gfx::DrawTargetCapture>::AddRef(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientSingleTiledLayerBuffer>::AddRef(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureChild>::AddRef(mozilla::layers::TextureChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ITextureClientRecycleAllocator>::AddRef(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureForwarder>::AddRef(mozilla::layers::TextureForwarder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ShmemTextureReadLock>::AddRef(mozilla::layers::ShmemTextureReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureReadLock>::AddRef(mozilla::layers::TextureReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CrossProcessSemaphoreReadLock>::AddRef(mozilla::layers::CrossProcessSemaphoreReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MemoryTextureReadLock>::AddRef(mozilla::layers::MemoryTextureReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::AddRef(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientHolder>::AddRef(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::HostLayerManager>::AddRef(mozilla::layers::HostLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectMask>::AddRef(mozilla::layers::EffectMask*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncReadbackBuffer>::AddRef(mozilla::layers::AsyncReadbackBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContainerLayerComposite>::AddRef(mozilla::layers::ContainerLayerComposite*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RefLayerComposite>::AddRef(mozilla::layers::RefLayerComposite*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextRenderer>::AddRef(mozilla::layers::TextRenderer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PaintCounter>::AddRef(mozilla::layers::PaintCounter*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RefLayer>::AddRef(mozilla::layers::RefLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectRGB>::AddRef(mozilla::layers::EffectRGB*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::X11TextureHost>::AddRef(mozilla::layers::X11TextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ISurfaceAllocator>::AddRef(mozilla::layers::ISurfaceAllocator*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::APZInputBridgeChild>::AddRef(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorManagerChild>::AddRef(mozilla::layers::CompositorManagerChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerTransactionChild>::AddRef(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerManager>::AddRef(mozilla::layers::LayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientPool>::AddRef(mozilla::layers::TextureClientPool*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorManagerParent>::AddRef(mozilla::layers::CompositorManagerParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorBridgeParent>::AddRef(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncCompositionManager>::AddRef(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderBridgeParent>::AddRef(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CrossProcessCompositorBridgeParent>::AddRef(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<nsISerialEventTarget>::AddRef(nsISerialEventTarget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorThreadHolder>::AddRef(mozilla::layers::CompositorThreadHolder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorVsyncScheduler::Observer>::AddRef(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ImageBridgeChild>::AddRef(mozilla::layers::ImageBridgeChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ImageBridgeParent>::AddRef(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RemoteContentController>::AddRef(mozilla::layers::RemoteContentController*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::AddRef(mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositableClient>::AddRef(mozilla::layers::CompositableClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::SkiaGLGlue>::AddRef(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gfx::VsyncSource>::AddRef(mozilla::gfx::VsyncSource*) Unexecuted instantiation: gfxPlatform.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::AddRef(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<GtkVsyncSource::GLXDisplay>::AddRef(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: mozilla::RefPtrTraits<nsRefreshDriver>::AddRef(nsRefreshDriver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::RenderThread>::AddRef(mozilla::wr::RenderThread*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::RenderTextureHostWrapper>::AddRef(mozilla::wr::RenderTextureHostWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::SVGFilterObserverList>::AddRef(mozilla::SVGFilterObserverList*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::BlobCallback>::AddRef(mozilla::dom::BlobCallback*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::AddRef(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver>::AddRef(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::AddRef(mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::AddRef(mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SourceSurfaceImage>::AddRef(mozilla::layers::SourceSurfaceImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::AddRef(mozilla::dom::FulfillImageBitmapPromiseWorkerTask*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::NVImage>::AddRef(mozilla::layers::NVImage*) Unexecuted instantiation: mozilla::RefPtrTraits<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::AddRef(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::ImageCacheObserver>::AddRef(mozilla::ImageCacheObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CanvasShutdownObserver>::AddRef(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<nsICanvasRenderingContextInternal>::AddRef(nsICanvasRenderingContextInternal*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::AddRef(mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageBitmapFromBlob>::AddRef(mozilla::dom::CreateImageBitmapFromBlob*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::WorkerSameThreadRunnable>::AddRef(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::AddRef(mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask*) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::AddRef(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageBitmapFromBlobRunnable>::AddRef(mozilla::dom::CreateImageBitmapFromBlobRunnable*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::webgl::AvailabilityRunnable>::AddRef(mozilla::webgl::AvailabilityRunnable*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::AddRef(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::WebGLExtensionBase>::AddRef(mozilla::WebGLExtensionBase*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::webgl::LinkedProgramInfo>::AddRef(mozilla::webgl::LinkedProgramInfo*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::WatchdogTimerEvent>::AddRef(mozilla::WatchdogTimerEvent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::AddRef(mozilla::detail::WeakReference<mozilla::WebGLFramebuffer>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::AddRef(mozilla::detail::WeakReference<nsNPAPIPluginInstance>*) Unexecuted instantiation: mozilla::RefPtrTraits<nsNPAPIPluginStreamListener>::AddRef(nsNPAPIPluginStreamListener*) Unexecuted instantiation: mozilla::RefPtrTraits<nsPluginDOMContextMenuListener>::AddRef(nsPluginDOMContextMenuListener*) Unexecuted instantiation: mozilla::RefPtrTraits<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::AddRef(ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<DeleteTask<mozilla::plugins::PluginModuleChild> >::AddRef(DeleteTask<mozilla::plugins::PluginModuleChild>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::AddRef(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::AddRef(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::a11y::Accessible>::AddRef(mozilla::a11y::Accessible*) Unexecuted instantiation: mozilla::RefPtrTraits<FullscreenTransitionWindow>::AddRef(FullscreenTransitionWindow*) Unexecuted instantiation: mozilla::RefPtrTraits<nsWindow>::AddRef(nsWindow*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::widget::IMContextWrapper>::AddRef(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<MockWidget>::AddRef(MockWidget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerManagerComposite>::AddRef(mozilla::layers::LayerManagerComposite*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TestSurfaceAllocator>::AddRef(mozilla::layers::TestSurfaceAllocator*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::BufferTextureHost>::AddRef(mozilla::layers::BufferTextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeReverse<SearchNodeType> >::AddRef(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeForward<SearchNodeType> >::AddRef(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeForward<ForEachNodeType> >::AddRef(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeReverse<ForEachNodeType> >::AddRef(TestNodeReverse<ForEachNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestVsyncObserver>::AddRef(TestVsyncObserver*) |
46 | 0 | static void Release(U* aPtr) { |
47 | 0 | aPtr->Release(); |
48 | 0 | } Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::VolatileBuffer>::Release(mozilla::VolatileBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<nsCSSValueSharedList>::Release(nsCSSValueSharedList*) Unexecuted instantiation: mozilla::RefPtrTraits<nsRefreshDriver>::Release(nsRefreshDriver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureReadbackSink>::Release(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: mozilla::RefPtrTraits<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::Release(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::Layer>::Release(mozilla::layers::Layer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::VideoDecoderManagerChild>::Release(mozilla::dom::VideoDecoderManagerChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLContextGLX>::Release(mozilla::gl::GLContextGLX*) Unexecuted instantiation: mozilla::RefPtrTraits<gfxXlibSurface>::Release(gfxXlibSurface*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLContext>::Release(mozilla::gl::GLContext*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::Release(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLLibraryEGL>::Release(mozilla::gl::GLLibraryEGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::GLContextEGL>::Release(mozilla::gl::GLContextEGL*) Unexecuted instantiation: mozilla::RefPtrTraits<gfxASurface>::Release(gfxASurface*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayersIPCChannel>::Release(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SharedSurfaceTextureClient>::Release(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::TextureImage>::Release(mozilla::gl::TextureImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::BasicTextureImage>::Release(mozilla::gl::BasicTextureImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gfx::DrawTargetCapture>::Release(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ShadowLayerForwarder>::Release(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::Release(mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::TextureImageEGL>::Release(mozilla::gl::TextureImageEGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureSourceProvider>::Release(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureSource>::Release(mozilla::layers::TextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositingRenderTarget>::Release(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::Effect>::Release(mozilla::layers::Effect*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TexturedEffect>::Release(mozilla::layers::TexturedEffect*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectComponentAlpha>::Release(mozilla::layers::EffectComponentAlpha*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositableHost>::Release(mozilla::layers::CompositableHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::X11TextureSource>::Release(mozilla::layers::X11TextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::Compositor>::Release(mozilla::layers::Compositor*) Unexecuted instantiation: mozilla::RefPtrTraits<nsCSSValue::Array>::Release(nsCSSValue::Array*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::Release(mozilla::layers::LayerScopeWebSocketManager::SocketHandler*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderAnimationData>::Release(mozilla::layers::WebRenderAnimationData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncCanvasRenderer>::Release(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PersistentBufferProvider>::Release(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::DebugDataSender>::Release(mozilla::layers::DebugDataSender*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::WebRenderAPI>::Release(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderUserData>::Release(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderCanvasData>::Release(mozilla::layers::WebRenderCanvasData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncPanZoomController>::Release(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ImageHost>::Release(mozilla::layers::ImageHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MemoryPressureObserver>::Release(mozilla::layers::MemoryPressureObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PaintThread>::Release(mozilla::layers::PaintThread*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorBridgeChild>::Release(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClient>::Release(mozilla::layers::CanvasClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MaskOperation>::Release(mozilla::layers::MaskOperation*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderTextureHostWrapper>::Release(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGTexture>::Release(mozilla::layers::MLGTexture*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGRenderTarget>::Release(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGBuffer>::Release(mozilla::layers::MLGBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MLGDevice>::Release(mozilla::layers::MLGDevice*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentHost>::Release(mozilla::layers::ContentHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SolidColorPass>::Release(mozilla::layers::SolidColorPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RenderPassMLGPU>::Release(mozilla::layers::RenderPassMLGPU*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SingleTexturePass>::Release(mozilla::layers::SingleTexturePass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RenderViewPass>::Release(mozilla::layers::RenderViewPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::VideoRenderPass>::Release(mozilla::layers::VideoRenderPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ComponentAlphaPass>::Release(mozilla::layers::ComponentAlphaPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClearViewPass>::Release(mozilla::layers::ClearViewPass*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RenderViewMLGPU>::Release(mozilla::layers::RenderViewMLGPU*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TempImageLayerMLGPU>::Release(mozilla::layers::TempImageLayerMLGPU*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorOGL>::Release(mozilla::layers::CompositorOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositingRenderTargetOGL>::Release(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorTexturePoolOGL>::Release(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectSolidColor>::Release(mozilla::layers::EffectSolidColor*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncReadbackBufferOGL>::Release(mozilla::layers::AsyncReadbackBufferOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureImageTextureSourceOGL>::Release(mozilla::layers::TextureImageTextureSourceOGL*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::DirectMapTextureSource>::Release(mozilla::layers::DirectMapTextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EGLImageTextureSource>::Release(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::GLTextureSource>::Release(mozilla::layers::GLTextureSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderImageHost>::Release(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncImagePipelineManager>::Release(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RotatedBuffer>::Release(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RemoteRotatedBuffer>::Release(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositableClient>::Release(mozilla::layers::CompositableClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureWrapperImage>::Release(mozilla::layers::TextureWrapperImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::Release(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::Release(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::KnowsCompositorMediaProxy>::Release(mozilla::layers::KnowsCompositorMediaProxy*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::widget::CompositorWidget>::Release(mozilla::widget::CompositorWidget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorVsyncScheduler>::Release(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorAnimationStorage>::Release(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderBridgeParent>::Release(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::APZUpdater>::Release(mozilla::layers::APZUpdater*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::APZSampler>::Release(mozilla::layers::APZSampler*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorBridgeParentBase>::Release(mozilla::layers::CompositorBridgeParentBase*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ImageBridgeParent>::Release(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::BasicLayerManager>::Release(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderDrawEventRecorder>::Release(mozilla::layers::WebRenderDrawEventRecorder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderGroupData>::Release(mozilla::layers::WebRenderGroupData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderImageData>::Release(mozilla::layers::WebRenderImageData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderFallbackData>::Release(mozilla::layers::WebRenderFallbackData*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderBridgeChild>::Release(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TransactionIdAllocator>::Release(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderLayerManager>::Release(mozilla::layers::WebRenderLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::WebRenderTextureHost>::Release(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::RenderTextureHost>::Release(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClientBasic>::Release(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CheckerboardEventStorage>::Release(mozilla::layers::CheckerboardEventStorage*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CheckerboardReportService>::Release(mozilla::dom::CheckerboardReportService*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::APZEventState>::Release(mozilla::layers::APZEventState*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::IAPZCTreeManager>::Release(mozilla::layers::IAPZCTreeManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ChromeProcessController>::Release(mozilla::layers::ChromeProcessController*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasLayer>::Release(mozilla::layers::CanvasLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ColorLayer>::Release(mozilla::layers::ColorLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::DataTextureSourceBasic>::Release(mozilla::layers::DataTextureSourceBasic*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::BasicCompositor>::Release(mozilla::layers::BasicCompositor*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContainerLayer>::Release(mozilla::layers::ContainerLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ReadbackLayer>::Release(mozilla::layers::ReadbackLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PaintedLayer>::Release(mozilla::layers::PaintedLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientAllocator>::Release(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClient>::Release(mozilla::layers::ContentClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientSingleTiledLayerBuffer>::Release(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureForwarder>::Release(mozilla::layers::TextureForwarder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClientSharedSurface>::Release(mozilla::layers::CanvasClientSharedSurface*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClientBridge>::Release(mozilla::layers::CanvasClientBridge*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CanvasClient2D>::Release(mozilla::layers::CanvasClient2D*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientCanvasLayer>::Release(mozilla::layers::ClientCanvasLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientColorLayer>::Release(mozilla::layers::ClientColorLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientContainerLayer>::Release(mozilla::layers::ClientContainerLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientRefLayer>::Release(mozilla::layers::ClientRefLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientImageLayer>::Release(mozilla::layers::ClientImageLayer*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientLayerManager>::Release(mozilla::layers::ClientLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SyncObjectClient>::Release(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientTiledPaintedLayer>::Release(mozilla::layers::ClientTiledPaintedLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ClientPaintedLayer>::Release(mozilla::layers::ClientPaintedLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TiledContentClient>::Release(mozilla::layers::TiledContentClient*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositableForwarder>::Release(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientRecycleAllocator>::Release(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClientDoubleBuffered>::Release(mozilla::layers::ContentClientDoubleBuffered*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContentClientSingleBuffered>::Release(mozilla::layers::ContentClientSingleBuffered*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureChild>::Release(mozilla::layers::TextureChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureReadLock>::Release(mozilla::layers::TextureReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ITextureClientRecycleAllocator>::Release(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ShmemTextureReadLock>::Release(mozilla::layers::ShmemTextureReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CrossProcessSemaphoreReadLock>::Release(mozilla::layers::CrossProcessSemaphoreReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::MemoryTextureReadLock>::Release(mozilla::layers::MemoryTextureReadLock*) Unexecuted instantiation: mozilla::RefPtrTraits<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::Release(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientHolder>::Release(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::HostLayerManager>::Release(mozilla::layers::HostLayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectMask>::Release(mozilla::layers::EffectMask*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncReadbackBuffer>::Release(mozilla::layers::AsyncReadbackBuffer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ContainerLayerComposite>::Release(mozilla::layers::ContainerLayerComposite*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RefLayerComposite>::Release(mozilla::layers::RefLayerComposite*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextureClientPool>::Release(mozilla::layers::TextureClientPool*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TextRenderer>::Release(mozilla::layers::TextRenderer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::PaintCounter>::Release(mozilla::layers::PaintCounter*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RefLayer>::Release(mozilla::layers::RefLayer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::EffectRGB>::Release(mozilla::layers::EffectRGB*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::X11TextureHost>::Release(mozilla::layers::X11TextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ISurfaceAllocator>::Release(mozilla::layers::ISurfaceAllocator*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::APZInputBridgeChild>::Release(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorManagerChild>::Release(mozilla::layers::CompositorManagerChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerManager>::Release(mozilla::layers::LayerManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorBridgeParent>::Release(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerTransactionChild>::Release(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CrossProcessCompositorBridgeParent>::Release(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorManagerParent>::Release(mozilla::layers::CompositorManagerParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::UiCompositorControllerParent>::Release(mozilla::layers::UiCompositorControllerParent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::AsyncCompositionManager>::Release(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::VsyncObserver>::Release(mozilla::VsyncObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<nsISerialEventTarget>::Release(nsISerialEventTarget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorThreadHolder>::Release(mozilla::layers::CompositorThreadHolder*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::CompositorVsyncScheduler::Observer>::Release(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::RemoteContentController>::Release(mozilla::layers::RemoteContentController*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::Release(mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gfx::VsyncSource>::Release(mozilla::gfx::VsyncSource*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::gl::SkiaGLGlue>::Release(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: gfxPlatform.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::Release(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<GtkVsyncSource::GLXDisplay>::Release(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SyncObjectHost>::Release(mozilla::layers::SyncObjectHost*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::RenderThread>::Release(mozilla::wr::RenderThread*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::wr::RenderTextureHostWrapper>::Release(mozilla::wr::RenderTextureHostWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::SVGFilterObserverList>::Release(mozilla::SVGFilterObserverList*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::Release(mozilla::detail::WeakReference<mozilla::WebGLFramebuffer>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::BlobCallback>::Release(mozilla::dom::BlobCallback*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::Release(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::Release(mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::Release(mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::SourceSurfaceImage>::Release(mozilla::layers::SourceSurfaceImage*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::Release(mozilla::dom::FulfillImageBitmapPromiseWorkerTask*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::NVImage>::Release(mozilla::layers::NVImage*) Unexecuted instantiation: mozilla::RefPtrTraits<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::Release(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::ImageCacheObserver>::Release(mozilla::ImageCacheObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CanvasShutdownObserver>::Release(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<nsICanvasRenderingContextInternal>::Release(nsICanvasRenderingContextInternal*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver>::Release(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::Release(mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageBitmapFromBlob>::Release(mozilla::dom::CreateImageBitmapFromBlob*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::WorkerSameThreadRunnable>::Release(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::Release(mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask*) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:mozilla::RefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::Release(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::dom::CreateImageBitmapFromBlobRunnable>::Release(mozilla::dom::CreateImageBitmapFromBlobRunnable*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::WebGLExtensionBase>::Release(mozilla::WebGLExtensionBase*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::webgl::LinkedProgramInfo>::Release(mozilla::webgl::LinkedProgramInfo*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::webgl::AvailabilityRunnable>::Release(mozilla::webgl::AvailabilityRunnable*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::Release(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::WatchdogTimerEvent>::Release(mozilla::WatchdogTimerEvent*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::Release(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::Release(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::Release(mozilla::detail::WeakReference<nsNPAPIPluginInstance>*) Unexecuted instantiation: mozilla::RefPtrTraits<nsPluginDOMContextMenuListener>::Release(nsPluginDOMContextMenuListener*) Unexecuted instantiation: mozilla::RefPtrTraits<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::Release(ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<DeleteTask<mozilla::plugins::PluginModuleChild> >::Release(DeleteTask<mozilla::plugins::PluginModuleChild>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::Release(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::Release(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> >*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::a11y::Accessible>::Release(mozilla::a11y::Accessible*) Unexecuted instantiation: mozilla::RefPtrTraits<FullscreenTransitionWindow>::Release(FullscreenTransitionWindow*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::widget::IMContextWrapper>::Release(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: mozilla::RefPtrTraits<nsDragService>::Release(nsDragService*) Unexecuted instantiation: mozilla::RefPtrTraits<nsWindow>::Release(nsWindow*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: mozilla::RefPtrTraits<MockWidget>::Release(MockWidget*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::LayerManagerComposite>::Release(mozilla::layers::LayerManagerComposite*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::TestSurfaceAllocator>::Release(mozilla::layers::TestSurfaceAllocator*) Unexecuted instantiation: mozilla::RefPtrTraits<mozilla::layers::BufferTextureHost>::Release(mozilla::layers::BufferTextureHost*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeReverse<SearchNodeType> >::Release(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeForward<SearchNodeType> >::Release(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeReverse<ForEachNodeType> >::Release(TestNodeReverse<ForEachNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestNodeForward<ForEachNodeType> >::Release(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: mozilla::RefPtrTraits<TestVsyncObserver>::Release(TestVsyncObserver*) |
49 | | }; |
50 | | |
51 | | } // namespace mozilla |
52 | | |
53 | | template <class T> |
54 | | class MOZ_IS_REFPTR RefPtr |
55 | | { |
56 | | private: |
57 | | void |
58 | | assign_with_AddRef(T* aRawPtr) |
59 | 0 | { |
60 | 0 | if (aRawPtr) { |
61 | 0 | ConstRemovingRefPtrTraits<T>::AddRef(aRawPtr); |
62 | 0 | } |
63 | 0 | assign_assuming_AddRef(aRawPtr); |
64 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::assign_with_AddRef(mozilla::VolatileBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::assign_with_AddRef(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::assign_with_AddRef(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::assign_with_AddRef(mozilla::layers::TextureClient*) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::assign_with_AddRef(mozilla::layers::Layer*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::assign_with_AddRef(mozilla::gl::GLContextGLX*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::assign_with_AddRef(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: RefPtr<gfxASurface>::assign_with_AddRef(gfxASurface*) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::assign_with_AddRef(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::assign_with_AddRef(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::assign_with_AddRef(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: RefPtr<gfxContext>::assign_with_AddRef(gfxContext*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::assign_with_AddRef(mozilla::layers::TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::assign_with_AddRef(mozilla::layers::TexturedEffect*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::assign_with_AddRef(mozilla::layers::X11TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::assign_with_AddRef(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::assign_with_AddRef(mozilla::layers::Compositor*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::assign_with_AddRef(mozilla::gl::GLContext*) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::assign_with_AddRef(mozilla::layers::Effect*) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::assign_with_AddRef(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::assign_with_AddRef(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::assign_with_AddRef(mozilla::layers::ImageContainer*) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::assign_with_AddRef(mozilla::layers::DebugDataSender*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::assign_with_AddRef(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::assign_with_AddRef(mozilla::layers::MLGTexture*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::assign_with_AddRef(mozilla::layers::ContentHost*) Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::assign_with_AddRef(mozilla::layers::MaskOperation*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::assign_with_AddRef(mozilla::layers::MLGBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::assign_with_AddRef(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::assign_with_AddRef(mozilla::layers::MLGDevice*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::assign_with_AddRef(mozilla::layers::ImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::assign_with_AddRef(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::assign_with_AddRef(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::assign_with_AddRef(mozilla::layers::CompositorOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::assign_with_AddRef(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::assign_with_AddRef(mozilla::layers::GLTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::assign_with_AddRef(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::assign_with_AddRef(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::assign_with_AddRef(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::assign_with_AddRef(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::assign_with_AddRef(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::assign_with_AddRef(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::assign_with_AddRef(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::assign_with_AddRef(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::assign_with_AddRef(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::assign_with_AddRef(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::assign_with_AddRef(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::assign_with_AddRef(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::assign_with_AddRef(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::assign_with_AddRef(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::assign_with_AddRef(mozilla::layers::TiledContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::assign_with_AddRef(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::assign_with_AddRef(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::assign_with_AddRef(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>::assign_with_AddRef(mozilla::layers::ImageClient*) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::assign_with_AddRef(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::assign_with_AddRef(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::assign_with_AddRef(mozilla::layers::TextureChild*) Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::assign_with_AddRef(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::assign_with_AddRef(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::assign_with_AddRef(mozilla::layers::TextureForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::assign_with_AddRef(mozilla::layers::TextureReadLock*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::assign_with_AddRef(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::assign_with_AddRef(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::assign_with_AddRef(mozilla::layers::CompositableHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::assign_with_AddRef(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::assign_with_AddRef(mozilla::layers::TextRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::assign_with_AddRef(mozilla::layers::PaintCounter*) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::assign_with_AddRef(mozilla::layers::DataTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::assign_with_AddRef(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::assign_with_AddRef(mozilla::layers::LayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::APZCTreeManager>::assign_with_AddRef(mozilla::layers::APZCTreeManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::assign_with_AddRef(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::assign_with_AddRef(mozilla::layers::HostLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::assign_with_AddRef(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::assign_with_AddRef(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::assign_with_AddRef(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::assign_with_AddRef(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::assign_with_AddRef(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::assign_with_AddRef(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::assign_with_AddRef(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::assign_with_AddRef(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::assign_with_AddRef(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: RefPtr<nsRefreshDriver>::assign_with_AddRef(nsRefreshDriver*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::assign_with_AddRef(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: RefPtr<nsNPAPIPluginInstance>::assign_with_AddRef(nsNPAPIPluginInstance*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::assign_with_AddRef(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::assign_with_AddRef(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::assign_with_AddRef(mozilla::ImageCacheObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::assign_with_AddRef(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::assign_with_AddRef(mozilla::SVGFilterObserverList*) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::assign_with_AddRef(nsICanvasRenderingContextInternal*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::assign_with_AddRef(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::assign_with_AddRef(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::assign_with_AddRef(mozilla::layers::ImageLayer*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::assign_with_AddRef(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::assign_with_AddRef(mozilla::WebGLExtensionBase*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::assign_with_AddRef(mozilla::webgl::LinkedProgramInfo const*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::assign_with_AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::assign_with_AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: RefPtr<nsPluginStreamListenerPeer>::assign_with_AddRef(nsPluginStreamListenerPeer*) Unexecuted instantiation: RefPtr<nsPluginHost>::assign_with_AddRef(nsPluginHost*) Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::assign_with_AddRef(nsPluginDOMContextMenuListener*) Unexecuted instantiation: RefPtr<nsNPAPIPluginStreamListener>::assign_with_AddRef(nsNPAPIPluginStreamListener*) Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::assign_with_AddRef(mozilla::a11y::Accessible*) Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::assign_with_AddRef(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: RefPtr<nsWindow>::assign_with_AddRef(nsWindow*) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::assign_with_AddRef(mozilla::gfx::VsyncSource*) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::assign_with_AddRef(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::assign_with_AddRef(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::assign_with_AddRef(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::assign_with_AddRef(TestNodeReverse<ForEachNodeType>*) |
65 | | |
66 | | void |
67 | | assign_assuming_AddRef(T* aNewPtr) |
68 | 0 | { |
69 | 0 | T* oldPtr = mRawPtr; |
70 | 0 | mRawPtr = aNewPtr; |
71 | 0 | if (oldPtr) { |
72 | 0 | ConstRemovingRefPtrTraits<T>::Release(oldPtr); |
73 | 0 | } |
74 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::assign_assuming_AddRef(mozilla::VolatileBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::assign_assuming_AddRef(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::assign_assuming_AddRef(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::assign_assuming_AddRef(mozilla::layers::Layer*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::assign_assuming_AddRef(mozilla::gl::GLContextGLX*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::assign_assuming_AddRef(mozilla::gl::GLContext*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::assign_assuming_AddRef(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: RefPtr<gfxASurface>::assign_assuming_AddRef(gfxASurface*) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::assign_assuming_AddRef(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::assign_assuming_AddRef(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::assign_assuming_AddRef(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: RefPtr<gfxContext>::assign_assuming_AddRef(gfxContext*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::assign_assuming_AddRef(mozilla::layers::TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::assign_assuming_AddRef(mozilla::layers::TexturedEffect*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::assign_assuming_AddRef(mozilla::layers::X11TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::assign_assuming_AddRef(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::assign_assuming_AddRef(mozilla::layers::Compositor*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::assign_assuming_AddRef(mozilla::gl::TextureImage*) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::assign_assuming_AddRef(RawServoAnimationValue*) Unexecuted instantiation: RefPtr<nsCSSValue::Array>::assign_assuming_AddRef(nsCSSValue::Array*) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::assign_assuming_AddRef(mozilla::layers::Effect*) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::assign_assuming_AddRef(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::assign_assuming_AddRef(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::assign_assuming_AddRef(mozilla::layers::ImageContainer*) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::assign_assuming_AddRef(mozilla::layers::DebugDataSender*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::assign_assuming_AddRef(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProviderBasic>::assign_assuming_AddRef(mozilla::layers::PersistentBufferProviderBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::assign_assuming_AddRef(mozilla::layers::PaintThread*) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::assign_assuming_AddRef(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::assign_assuming_AddRef(mozilla::layers::CanvasClient*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::assign_assuming_AddRef(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::assign_assuming_AddRef(mozilla::layers::MLGTexture*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::assign_assuming_AddRef(mozilla::layers::ContentHost*) Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::assign_assuming_AddRef(mozilla::layers::MaskOperation*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::assign_assuming_AddRef(mozilla::layers::MLGBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::assign_assuming_AddRef(mozilla::layers::MLGDevice*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::assign_assuming_AddRef(mozilla::layers::ImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::assign_assuming_AddRef(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::assign_assuming_AddRef(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::assign_assuming_AddRef(mozilla::layers::CompositorOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::assign_assuming_AddRef(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::assign_assuming_AddRef(mozilla::layers::GLTextureSource*) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::assign_assuming_AddRef(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::assign_assuming_AddRef(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::assign_assuming_AddRef(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::assign_assuming_AddRef(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::assign_assuming_AddRef(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::assign_assuming_AddRef(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::assign_assuming_AddRef(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::assign_assuming_AddRef(mozilla::layers::CompositorBridgeParentBase*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::assign_assuming_AddRef(mozilla::layers::CompositableHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::assign_assuming_AddRef(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::assign_assuming_AddRef(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::assign_assuming_AddRef(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::assign_assuming_AddRef(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::assign_assuming_AddRef(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::assign_assuming_AddRef(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::assign_assuming_AddRef(mozilla::layers::ChromeProcessController*) Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::assign_assuming_AddRef(mozilla::layers::APZEventState*) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::assign_assuming_AddRef(mozilla::layers::IAPZCTreeManager*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::assign_assuming_AddRef(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::assign_assuming_AddRef(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::assign_assuming_AddRef(mozilla::layers::ContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::assign_assuming_AddRef(mozilla::layers::MemoryPressureObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::assign_assuming_AddRef(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::assign_assuming_AddRef(mozilla::layers::TiledContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::assign_assuming_AddRef(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::assign_assuming_AddRef(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::assign_assuming_AddRef(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::assign_assuming_AddRef(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::assign_assuming_AddRef(mozilla::layers::TextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::assign_assuming_AddRef(mozilla::layers::TextureChild*) Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::assign_assuming_AddRef(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::assign_assuming_AddRef(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::assign_assuming_AddRef(mozilla::layers::TextureForwarder*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::assign_assuming_AddRef(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<nsITimer>::assign_assuming_AddRef(nsITimer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::assign_assuming_AddRef(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::assign_assuming_AddRef(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::assign_assuming_AddRef(mozilla::layers::AsyncReadbackBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::assign_assuming_AddRef(mozilla::layers::TextRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::assign_assuming_AddRef(mozilla::layers::PaintCounter*) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::assign_assuming_AddRef(mozilla::layers::DataTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::assign_assuming_AddRef(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::assign_assuming_AddRef(mozilla::layers::LayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::assign_assuming_AddRef(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::assign_assuming_AddRef(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::assign_assuming_AddRef(mozilla::layers::HostLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::assign_assuming_AddRef(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::assign_assuming_AddRef(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::assign_assuming_AddRef(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::assign_assuming_AddRef(mozilla::layers::CompositorManagerParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorThreadHolder>::assign_assuming_AddRef(mozilla::layers::CompositorThreadHolder*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::assign_assuming_AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::assign_assuming_AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::assign_assuming_AddRef(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::assign_assuming_AddRef(mozilla::layers::ImageBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::assign_assuming_AddRef(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::assign_assuming_AddRef(mozilla::layers::RemoteContentController*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::assign_assuming_AddRef(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::assign_assuming_AddRef(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::assign_assuming_AddRef(mozilla::gfx::VsyncSource*) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::assign_assuming_AddRef(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: RefPtr<nsRefreshDriver>::assign_assuming_AddRef(nsRefreshDriver*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::assign_assuming_AddRef(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::assign_assuming_AddRef(mozilla::wr::RenderThread*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::assign_assuming_AddRef(mozilla::wr::RenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::assign_assuming_AddRef(mozilla::dom::BlobCallback*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::assign_assuming_AddRef(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::assign_assuming_AddRef(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::assign_assuming_AddRef(mozilla::ImageCacheObserver*) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::assign_assuming_AddRef(mozilla::SVGFilterObserverList*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::assign_assuming_AddRef(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::assign_assuming_AddRef(nsICanvasRenderingContextInternal*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::assign_assuming_AddRef(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::assign_assuming_AddRef(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::assign_assuming_AddRef(mozilla::layers::ImageLayer*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::assign_assuming_AddRef(mozilla::webgl::LinkedProgramInfo const*) Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::assign_assuming_AddRef(mozilla::WebGLExtensionBase*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::assign_assuming_AddRef(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::assign_assuming_AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::assign_assuming_AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: RefPtr<nsPluginStreamListenerPeer>::assign_assuming_AddRef(nsPluginStreamListenerPeer*) Unexecuted instantiation: RefPtr<nsPluginHost>::assign_assuming_AddRef(nsPluginHost*) Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::assign_assuming_AddRef(nsPluginDOMContextMenuListener*) Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::assign_assuming_AddRef(mozilla::a11y::Accessible*) Unexecuted instantiation: RefPtr<nsWindow>::assign_assuming_AddRef(nsWindow*) Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::assign_assuming_AddRef(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::assign_assuming_AddRef(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::assign_assuming_AddRef(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::assign_assuming_AddRef(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::assign_assuming_AddRef(TestNodeReverse<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestVsyncObserver>::assign_assuming_AddRef(TestVsyncObserver*) |
75 | | |
76 | | private: |
77 | | T* MOZ_OWNING_REF mRawPtr; |
78 | | |
79 | | public: |
80 | | typedef T element_type; |
81 | | |
82 | | ~RefPtr() |
83 | 0 | { |
84 | 0 | if (mRawPtr) { |
85 | 0 | ConstRemovingRefPtrTraits<T>::Release(mRawPtr); |
86 | 0 | } |
87 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::~RefPtr() Unexecuted instantiation: RefPtr<gfxXlibSurface>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::~RefPtr() Unexecuted instantiation: RefPtr<gfxASurface>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::BasicTextureImage>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::~RefPtr() Unexecuted instantiation: RefPtr<nsCSSValue::Array>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::~RefPtr() Unexecuted instantiation: RefPtr<RawServoAnimationValue>::~RefPtr() Unexecuted instantiation: RefPtr<nsCSSValueSharedList const>::~RefPtr() Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SolidColorPass>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SingleTexturePass>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewPass>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::VideoRenderPass>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ComponentAlphaPass>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClearViewPass>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::EffectSolidColor>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBufferOGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureImageTextureSourceOGL>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositableClient>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureWrapperImage>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::~RefPtr() Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositorMediaProxy>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CheckerboardReportService>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ReadbackLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientSharedSurface>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientBridge>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient2D>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientLayerManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientDoubleBuffered>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientSingleBuffered>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::VideoDecoderManagerChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ShmemTextureReadLock>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessSemaphoreReadLock>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MemoryTextureReadLock>::~RefPtr() Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::EffectComponentAlpha>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::EffectMask>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::EffectRGB>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ISurfaceAllocator>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::UiCompositorControllerParent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::VsyncObserver>::~RefPtr() Unexecuted instantiation: RefPtr<nsISerialEventTarget>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorThreadHolder>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::~RefPtr() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::~RefPtr() Unexecuted instantiation: gfxPlatform.cpp:RefPtr<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectHost>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::~RefPtr() Unexecuted instantiation: RefPtr<nsRefreshDriver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::~RefPtr() Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::~RefPtr() Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlobRunnable>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::webgl::AvailabilityRunnable>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::WatchdogTimerEvent>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::~RefPtr() Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::~RefPtr() Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<DeleteTask<mozilla::plugins::PluginModuleChild> >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::~RefPtr() Unexecuted instantiation: RefPtr<nsDragService>::~RefPtr() Unexecuted instantiation: RefPtr<nsWindow>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::~RefPtr() Unexecuted instantiation: RefPtr<MockWidget>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TestSurfaceAllocator>::~RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::BufferTextureHost>::~RefPtr() Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::~RefPtr() Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::~RefPtr() Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::~RefPtr() Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::~RefPtr() Unexecuted instantiation: RefPtr<TestVsyncObserver>::~RefPtr() |
88 | | |
89 | | // Constructors |
90 | | |
91 | | RefPtr() |
92 | | : mRawPtr(nullptr) |
93 | | // default constructor |
94 | 3 | { |
95 | 3 | } Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::RefPtr() RefPtr<mozilla::gl::GLContext>::RefPtr() Line | Count | Source | 94 | 3 | { | 95 | 3 | } |
Unexecuted instantiation: RefPtr<gfxASurface>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::RefPtr() Unexecuted instantiation: RefPtr<gfxXlibSurface>::RefPtr() Unexecuted instantiation: RefPtr<nsCSSValue::Array>::RefPtr() Unexecuted instantiation: RefPtr<nsCSSValueSharedList const>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::RefPtr() Unexecuted instantiation: RefPtr<RawServoAnimationValue>::RefPtr() Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::RefPtr() Unexecuted instantiation: RefPtr<nsIThread>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::RefPtr() Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::RefPtr() Unexecuted instantiation: RefPtr<gfxContext>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageFactory>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::RefPtr() Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::UiCompositorControllerParent>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::APZCTreeManager>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::RefPtr() Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectHost>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::RefPtr() Unexecuted instantiation: RefPtr<nsRefreshDriver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::SVGEmbeddingContextPaint>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::RefPtr() Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::RefPtr() Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::RefPtr() Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::RefPtr() Unexecuted instantiation: RefPtr<nsPluginStreamListenerPeer>::RefPtr() Unexecuted instantiation: RefPtr<nsPluginHost>::RefPtr() Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::RefPtr() Unexecuted instantiation: RefPtr<base::BaseTimer_Helper::TimerTask>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::RefPtr() Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::RefPtr() Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::RefPtr() Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::RefPtr() Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::RefPtr() |
96 | | |
97 | | RefPtr(const RefPtr<T>& aSmartPtr) |
98 | | : mRawPtr(aSmartPtr.mRawPtr) |
99 | | // copy-constructor |
100 | 0 | { |
101 | 0 | if (mRawPtr) { |
102 | 0 | ConstRemovingRefPtrTraits<T>::AddRef(mRawPtr); |
103 | 0 | } |
104 | 0 | } Unexecuted instantiation: RefPtr<gfxXlibSurface>::RefPtr(RefPtr<gfxXlibSurface> const&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::RefPtr(RefPtr<mozilla::gl::GLContext> const&) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::RefPtr(RefPtr<mozilla::gl::TextureImage> const&) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::RefPtr(RefPtr<mozilla::layers::LayersIPCChannel> const&) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::RefPtr(RefPtr<RawServoAnimationValue> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr(RefPtr<mozilla::layers::Layer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::RefPtr(RefPtr<mozilla::layers::PaintThread> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::RefPtr(RefPtr<mozilla::layers::CompositorBridgeChild> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::DataSourceSurface>::RefPtr(RefPtr<mozilla::gfx::DataSourceSurface> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr(RefPtr<mozilla::layers::TextureSource> const&) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::RefPtr(RefPtr<mozilla::layers::MLGBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::RefPtr(RefPtr<mozilla::layers::RenderViewMLGPU> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr(RefPtr<mozilla::layers::RenderPassMLGPU> const&) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::RefPtr(RefPtr<mozilla::wr::WebRenderAPI> const&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::RefPtr(RefPtr<mozilla::layers::AsyncImagePipelineManager> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::RefPtr(RefPtr<mozilla::layers::CompositorAnimationStorage> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::RefPtr(RefPtr<mozilla::layers::CompositorBridgeParentBase> const&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::RefPtr(RefPtr<mozilla::layers::WebRenderImageHost> const&) Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::RefPtr(RefPtr<mozilla::layers::BasicLayerManager> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::RefPtr(RefPtr<mozilla::layers::TransactionIdAllocator> const&) Unexecuted instantiation: RefPtr<mozilla::dom::TabChild>::RefPtr(RefPtr<mozilla::dom::TabChild> const&) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::RefPtr(RefPtr<mozilla::layers::BasicCompositor> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::RefPtr(RefPtr<mozilla::layers::RotatedBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::RefPtr(RefPtr<mozilla::layers::RemoteRotatedBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::RefPtr(RefPtr<mozilla::layers::TextureChild> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::RefPtr(RefPtr<mozilla::layers::TextureClientHolder> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::RefPtr(RefPtr<mozilla::layers::CompositingRenderTarget> const&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::RefPtr(RefPtr<mozilla::layers::AsyncReadbackBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::RefPtr(RefPtr<mozilla::layers::Compositor> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::RefPtr(RefPtr<mozilla::layers::ContainerLayerComposite> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::RefPtr(RefPtr<mozilla::layers::RefLayerComposite> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::RefPtr(RefPtr<mozilla::layers::CompositableHost> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::RefPtr(RefPtr<mozilla::layers::TextureClientPool> const&) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::RefPtr(RefPtr<mozilla::layers::LayerManager> const&) Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::RefPtr(RefPtr<mozilla::layers::APZSampler> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::RefPtr(RefPtr<mozilla::layers::CompositorBridgeParent> const&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::RefPtr(RefPtr<mozilla::layers::WebRenderBridgeParent> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::RefPtr(RefPtr<mozilla::layers::ImageContainer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::RefPtr(RefPtr<mozilla::layers::ImageBridgeParent> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::RefPtr(RefPtr<mozilla::layers::ImageBridgeChild> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainerListener>::RefPtr(RefPtr<mozilla::layers::ImageContainerListener> const&) Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::RefPtr(RefPtr<mozilla::widget::CompositorWidget> const&) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::RefPtr(RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::RefPtr(RefPtr<mozilla::wr::RenderTextureHost> const&) Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::RefPtr(RefPtr<mozilla::wr::RenderThread> const&) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::RefPtr(RefPtr<mozilla::dom::ImageBitmapShutdownObserver> const&) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::RefPtr(RefPtr<mozilla::layers::PersistentBufferProvider> const&) Unexecuted instantiation: RefPtr<gfxFontGroup>::RefPtr(RefPtr<gfxFontGroup> const&) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::RefPtr(RefPtr<mozilla::SVGFilterObserverList> const&) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::RefPtr(RefPtr<mozilla::dom::CreateImageBitmapFromBlob> const&) Unexecuted instantiation: RefPtr<mozilla::WebGLSync>::RefPtr(RefPtr<mozilla::WebGLSync> const&) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::RefPtr(RefPtr<mozilla::layers::SharedSurfaceTextureClient> const&) Unexecuted instantiation: RefPtr<mozilla::WebGLActiveInfo>::RefPtr(RefPtr<mozilla::WebGLActiveInfo> const&) Unexecuted instantiation: RefPtr<mozilla::WebGLQuery>::RefPtr(RefPtr<mozilla::WebGLQuery> const&) Unexecuted instantiation: RefPtr<MockWidget>::RefPtr(RefPtr<MockWidget> const&) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::RefPtr(RefPtr<mozilla::layers::LayerManagerComposite> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::SyncObject>::RefPtr(RefPtr<mozilla::gfx::SyncObject> const&) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::RefPtr(RefPtr<TestNodeForward<SearchNodeType> > const&) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::RefPtr(RefPtr<TestNodeReverse<SearchNodeType> > const&) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::RefPtr(RefPtr<TestNodeForward<ForEachNodeType> > const&) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::RefPtr(RefPtr<TestNodeReverse<ForEachNodeType> > const&) |
105 | | |
106 | | RefPtr(RefPtr<T>&& aRefPtr) |
107 | | : mRawPtr(aRefPtr.mRawPtr) |
108 | 0 | { |
109 | 0 | aRefPtr.mRawPtr = nullptr; |
110 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::RefPtr(RefPtr<mozilla::gl::GLContext>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::DataSourceSurface>::RefPtr(RefPtr<mozilla::gfx::DataSourceSurface>&&) Unexecuted instantiation: RefPtr<nsCSSValueSharedList const>::RefPtr(RefPtr<nsCSSValueSharedList const>&&) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::RefPtr(RefPtr<mozilla::layers::PaintThread>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::RefPtr(RefPtr<mozilla::layers::CompositorBridgeChild>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::RefPtr(RefPtr<mozilla::gfx::DrawTargetCapture>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr(RefPtr<mozilla::layers::TextureSource>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::RefPtr(RefPtr<mozilla::layers::RenderViewMLGPU>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::RefPtr(RefPtr<mozilla::layers::WebRenderTextureHostWrapper>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::RefPtr(RefPtr<mozilla::layers::TransactionIdAllocator>&&) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::RefPtr(RefPtr<mozilla::layers::BasicCompositor>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr(RefPtr<mozilla::layers::Layer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::RefPtr(RefPtr<mozilla::layers::LayersIPCChannel>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::RefPtr(RefPtr<mozilla::layers::RotatedBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::RefPtr(RefPtr<mozilla::layers::RemoteRotatedBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::RefPtr(RefPtr<mozilla::layers::TextureChild>&&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::RefPtr(RefPtr<mozilla::layers::AsyncReadbackBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::RefPtr(RefPtr<mozilla::layers::CompositableHost>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::RefPtr(RefPtr<mozilla::layers::CompositorBridgeParent>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::RefPtr(RefPtr<mozilla::layers::Compositor>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>::RefPtr(RefPtr<mozilla::layers::ImageClient>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::UnscaledFont>::RefPtr(RefPtr<mozilla::gfx::UnscaledFont>&&) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::RefPtr(RefPtr<mozilla::wr::RenderTextureHost>&&) Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::RefPtr(RefPtr<mozilla::widget::CompositorWidget>&&) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::RefPtr(RefPtr<mozilla::dom::ImageBitmapShutdownObserver>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::Path>::RefPtr(RefPtr<mozilla::gfx::Path>&&) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::RefPtr(RefPtr<mozilla::dom::CreateImageBitmapFromBlob>&&) Unexecuted instantiation: RefPtr<mozilla::WebGLQuery>::RefPtr(RefPtr<mozilla::WebGLQuery>&&) Unexecuted instantiation: RefPtr<MockWidget>::RefPtr(RefPtr<MockWidget>&&) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::RefPtr(RefPtr<mozilla::layers::LayerManagerComposite>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::SyncObject>::RefPtr(RefPtr<mozilla::gfx::SyncObject>&&) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::RefPtr(RefPtr<TestNodeForward<SearchNodeType> >&&) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::RefPtr(RefPtr<TestNodeReverse<SearchNodeType> >&&) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::RefPtr(RefPtr<TestNodeForward<ForEachNodeType> >&&) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::RefPtr(RefPtr<TestNodeReverse<ForEachNodeType> >&&) |
111 | | |
112 | | // construct from a raw pointer (of the right type) |
113 | | |
114 | | MOZ_IMPLICIT RefPtr(T* aRawPtr) |
115 | | : mRawPtr(aRawPtr) |
116 | 0 | { |
117 | 0 | if (mRawPtr) { |
118 | 0 | ConstRemovingRefPtrTraits<T>::AddRef(mRawPtr); |
119 | 0 | } |
120 | 0 | } Unexecuted instantiation: RefPtr<gfxXlibSurface>::RefPtr(gfxXlibSurface*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::RefPtr(mozilla::gl::GLContextGLX*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::RefPtr(mozilla::gl::GLContext*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::RefPtr(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::RefPtr(mozilla::gl::GLLibraryEGL*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::RefPtr(mozilla::gl::GLContextEGL*) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::RefPtr(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::RefPtr(mozilla::gl::TextureImage*) Unexecuted instantiation: RefPtr<mozilla::gl::BasicTextureImage>::RefPtr(mozilla::gl::BasicTextureImage*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::RefPtr(mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory>*) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::RefPtr(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::RefPtr(mozilla::gl::TextureImageEGL*) Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::RefPtr(nsCSSValueSharedList*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::RefPtr(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::RefPtr(mozilla::layers::CompositableHost*) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::RefPtr(mozilla::layers::DebugDataSender*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::RefPtr(mozilla::layers::LayerScopeWebSocketManager::SocketHandler*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::RefPtr(mozilla::layers::WebRenderAnimationData*) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr(mozilla::layers::Layer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::RefPtr(mozilla::layers::ImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::RefPtr(mozilla::layers::MemoryPressureObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::RefPtr(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::RefPtr(mozilla::layers::PaintThread*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::RefPtr(mozilla::layers::CompositorOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::RefPtr(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr(mozilla::layers::TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::RefPtr(mozilla::layers::TextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::RefPtr(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::RefPtr(mozilla::layers::MLGTexture*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::RefPtr(mozilla::layers::MLGDevice*) Unexecuted instantiation: RefPtr<mozilla::layers::SolidColorPass>::RefPtr(mozilla::layers::SolidColorPass*) Unexecuted instantiation: RefPtr<mozilla::layers::SingleTexturePass>::RefPtr(mozilla::layers::SingleTexturePass*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewPass>::RefPtr(mozilla::layers::RenderViewPass*) Unexecuted instantiation: RefPtr<mozilla::layers::VideoRenderPass>::RefPtr(mozilla::layers::VideoRenderPass*) Unexecuted instantiation: RefPtr<mozilla::layers::ComponentAlphaPass>::RefPtr(mozilla::layers::ComponentAlphaPass*) Unexecuted instantiation: RefPtr<mozilla::layers::ClearViewPass>::RefPtr(mozilla::layers::ClearViewPass*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::RefPtr(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::RefPtr(mozilla::layers::RenderViewMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::RefPtr(mozilla::layers::TempImageLayerMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::RefPtr(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectSolidColor>::RefPtr(mozilla::layers::EffectSolidColor*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBufferOGL>::RefPtr(mozilla::layers::AsyncReadbackBufferOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureImageTextureSourceOGL>::RefPtr(mozilla::layers::TextureImageTextureSourceOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::RefPtr(mozilla::layers::DirectMapTextureSource*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::RefPtr(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::RefPtr(mozilla::layers::WebRenderDrawEventRecorder*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>::RefPtr(mozilla::layers::ImageClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureWrapperImage>::RefPtr(mozilla::layers::TextureWrapperImage*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::RefPtr(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::RefPtr(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::RefPtr(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*) Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositorMediaProxy>::RefPtr(mozilla::layers::KnowsCompositorMediaProxy*) Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::RefPtr(mozilla::widget::CompositorWidget*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::RefPtr(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::RefPtr(mozilla::layers::CompositorBridgeParentBase*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::RefPtr(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::RefPtr(mozilla::layers::WebRenderGroupData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::RefPtr(mozilla::layers::WebRenderCanvasData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::RefPtr(mozilla::layers::WebRenderImageData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::RefPtr(mozilla::layers::WebRenderFallbackData*) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::RefPtr(mozilla::layers::WebRenderLayerManager*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::RefPtr(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::RefPtr(mozilla::layers::CheckerboardEventStorage*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*) Unexecuted instantiation: RefPtr<mozilla::dom::CheckerboardReportService>::RefPtr(mozilla::dom::CheckerboardReportService*) Unexecuted instantiation: RefPtr<nsIDocument>::RefPtr(nsIDocument*) Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::RefPtr(mozilla::layers::APZEventState*) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::RefPtr(mozilla::layers::IAPZCTreeManager*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::RefPtr(mozilla::layers::ChromeProcessController*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::RefPtr(mozilla::layers::CanvasLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::RefPtr(mozilla::layers::ColorLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::RefPtr(mozilla::layers::BasicCompositingRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::RefPtr(mozilla::layers::DataTextureSourceBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::RefPtr(mozilla::layers::BasicCompositor*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::RefPtr(mozilla::layers::ContainerLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ReadbackLayer>::RefPtr(mozilla::layers::ReadbackLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::RefPtr(mozilla::layers::PaintedLayer*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientSharedSurface>::RefPtr(mozilla::layers::CanvasClientSharedSurface*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientBridge>::RefPtr(mozilla::layers::CanvasClientBridge*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient2D>::RefPtr(mozilla::layers::CanvasClient2D*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::RefPtr(mozilla::layers::ClientCanvasLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::RefPtr(mozilla::layers::ClientColorLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::RefPtr(mozilla::layers::ClientContainerLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::RefPtr(mozilla::layers::ClientRefLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::RefPtr(mozilla::layers::ClientImageLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::RefPtr(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientLayerManager>::RefPtr(mozilla::layers::ClientLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::RefPtr(mozilla::layers::ClientTiledPaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::RefPtr(mozilla::layers::ClientPaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::RefPtr(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientDoubleBuffered>::RefPtr(mozilla::layers::ContentClientDoubleBuffered*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientSingleBuffered>::RefPtr(mozilla::layers::ContentClientSingleBuffered*) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::RefPtr(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::RefPtr(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::RefPtr(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::dom::VideoDecoderManagerChild>::RefPtr(mozilla::dom::VideoDecoderManagerChild*) Unexecuted instantiation: RefPtr<mozilla::layers::ShmemTextureReadLock>::RefPtr(mozilla::layers::ShmemTextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::RefPtr(mozilla::layers::TextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessSemaphoreReadLock>::RefPtr(mozilla::layers::CrossProcessSemaphoreReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryTextureReadLock>::RefPtr(mozilla::layers::MemoryTextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::RefPtr(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::RefPtr(RawServoAnimationValue*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectComponentAlpha>::RefPtr(mozilla::layers::EffectComponentAlpha*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::RefPtr(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::RefPtr(mozilla::layers::HostLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectMask>::RefPtr(mozilla::layers::EffectMask*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::RefPtr(mozilla::layers::AsyncReadbackBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::RefPtr(mozilla::layers::Compositor*) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::RefPtr(mozilla::layers::ContainerLayerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::RefPtr(mozilla::layers::RefLayerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::RefPtr(mozilla::layers::RefLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectRGB>::RefPtr(mozilla::layers::EffectRGB*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureHost>::RefPtr(mozilla::layers::X11TextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ISurfaceAllocator>::RefPtr(mozilla::layers::ISurfaceAllocator*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::RefPtr(mozilla::layers::CompositorManagerChild*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::RefPtr(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::RefPtr(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::dom::TabChild>::RefPtr(mozilla::dom::TabChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::RefPtr(mozilla::layers::TextureClientPool*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::RefPtr(mozilla::layers::CompositorManagerParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::RefPtr(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::RefPtr(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: RefPtr<nsISerialEventTarget>::RefPtr(nsISerialEventTarget*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorThreadHolder>::RefPtr(mozilla::layers::CompositorThreadHolder*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::RefPtr(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::RefPtr(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::RefPtr(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::RefPtr(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainerListener>::RefPtr(mozilla::layers::ImageContainerListener*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::RefPtr(mozilla::layers::ImageBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::RefPtr(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::RefPtr(mozilla::layers::RemoteContentController*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::RefPtr(mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableClient>::RefPtr(mozilla::layers::CompositableClient*) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::RefPtr(mozilla::gfx::VsyncSource*) Unexecuted instantiation: gfxPlatform.cpp:RefPtr<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::RefPtr(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::RefPtr(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::RefPtr(mozilla::wr::RenderThread*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::RefPtr(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::RefPtr(mozilla::wr::RenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::RefPtr(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasRenderingContext2D>::RefPtr(mozilla::dom::CanvasRenderingContext2D*) Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::RefPtr(mozilla::dom::BlobCallback*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::RefPtr(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::RefPtr(mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::RefPtr(mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}*) Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::RefPtr(mozilla::layers::SourceSurfaceImage*) Unexecuted instantiation: RefPtr<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::RefPtr(mozilla::dom::FulfillImageBitmapPromiseWorkerTask*) Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::RefPtr(mozilla::layers::NVImage*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::RefPtr(mozilla::dom::CanvasGradient*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPattern>::RefPtr(mozilla::dom::CanvasPattern*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPath>::RefPtr(mozilla::dom::CanvasPath*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmap>::RefPtr(mozilla::dom::ImageBitmap*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::RefPtr(mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::RefPtr(mozilla::dom::CreateImageBitmapFromBlob*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::RefPtr(mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask*) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::RefPtr(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlobRunnable>::RefPtr(mozilla::dom::CreateImageBitmapFromBlobRunnable*) Unexecuted instantiation: RefPtr<mozilla::dom::OffscreenCanvas>::RefPtr(mozilla::dom::OffscreenCanvas*) Unexecuted instantiation: RefPtr<mozilla::dom::HTMLCanvasElement>::RefPtr(mozilla::dom::HTMLCanvasElement*) Unexecuted instantiation: RefPtr<mozilla::WebGLQuery>::RefPtr(mozilla::WebGLQuery*) Unexecuted instantiation: RefPtr<mozilla::WebGLSampler>::RefPtr(mozilla::WebGLSampler*) Unexecuted instantiation: RefPtr<mozilla::WebGLSync>::RefPtr(mozilla::WebGLSync*) Unexecuted instantiation: RefPtr<mozilla::WebGLTransformFeedback>::RefPtr(mozilla::WebGLTransformFeedback*) Unexecuted instantiation: RefPtr<mozilla::WebGLContext>::RefPtr(mozilla::WebGLContext*) Unexecuted instantiation: RefPtr<mozilla::webgl::AvailabilityRunnable>::RefPtr(mozilla::webgl::AvailabilityRunnable*) Unexecuted instantiation: RefPtr<mozilla::WebGLBuffer>::RefPtr(mozilla::WebGLBuffer*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::RefPtr(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: RefPtr<mozilla::WebGLProgram>::RefPtr(mozilla::WebGLProgram*) Unexecuted instantiation: RefPtr<mozilla::WebGLShader>::RefPtr(mozilla::WebGLShader*) Unexecuted instantiation: RefPtr<mozilla::WebGLTexture>::RefPtr(mozilla::WebGLTexture*) Unexecuted instantiation: RefPtr<mozilla::WebGLFramebuffer>::RefPtr(mozilla::WebGLFramebuffer*) Unexecuted instantiation: RefPtr<mozilla::WebGLRenderbuffer>::RefPtr(mozilla::WebGLRenderbuffer*) Unexecuted instantiation: RefPtr<mozilla::WebGLShaderPrecisionFormat>::RefPtr(mozilla::WebGLShaderPrecisionFormat*) Unexecuted instantiation: RefPtr<mozilla::WatchdogTimerEvent>::RefPtr(mozilla::WatchdogTimerEvent*) Unexecuted instantiation: RefPtr<mozilla::WebGLVertexArray>::RefPtr(mozilla::WebGLVertexArray*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::RefPtr(mozilla::detail::WeakReference<mozilla::WebGLFramebuffer>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::RefPtr(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::RefPtr(mozilla::webgl::LinkedProgramInfo*) Unexecuted instantiation: RefPtr<mozilla::WebGLActiveInfo>::RefPtr(mozilla::WebGLActiveInfo*) Unexecuted instantiation: RefPtr<mozilla::WebGLUniformLocation>::RefPtr(mozilla::WebGLUniformLocation*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::RefPtr(mozilla::detail::WeakReference<nsNPAPIPluginInstance>*) Unexecuted instantiation: RefPtr<nsNPAPIPluginStreamListener>::RefPtr(nsNPAPIPluginStreamListener*) Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::RefPtr(ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<DeleteTask<mozilla::plugins::PluginModuleChild> >::RefPtr(DeleteTask<mozilla::plugins::PluginModuleChild>*) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::RefPtr(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > >*) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::RefPtr(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::RefPtr(FullscreenTransitionWindow*) Unexecuted instantiation: RefPtr<nsWindow>::RefPtr(nsWindow*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::RefPtr(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<MockWidget>::RefPtr(MockWidget*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::RefPtr(mozilla::layers::LayerManagerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::TestSurfaceAllocator>::RefPtr(mozilla::layers::TestSurfaceAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::BufferTextureHost>::RefPtr(mozilla::layers::BufferTextureHost*) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::RefPtr(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::RefPtr(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::RefPtr(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::RefPtr(TestNodeReverse<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestVsyncObserver>::RefPtr(TestVsyncObserver*) |
121 | | |
122 | | MOZ_IMPLICIT RefPtr(decltype(nullptr)) |
123 | | : mRawPtr(nullptr) |
124 | 0 | { |
125 | 0 | } Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::DataSourceSurface>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<gfxContext>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTarget>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::Runnable>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableClient>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::UnscaledFont>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<nsNPAPIPlugin>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::RefPtr(decltype(nullptr)) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::RefPtr(decltype(nullptr)) |
126 | | |
127 | | template <typename I> |
128 | | MOZ_IMPLICIT RefPtr(already_AddRefed<I>& aSmartPtr) |
129 | | : mRawPtr(aSmartPtr.take()) |
130 | | // construct from |already_AddRefed| |
131 | 0 | { |
132 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::RefPtr<mozilla::gfx::DrawTargetCapture>(already_AddRefed<mozilla::gfx::DrawTargetCapture>&) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::RefPtr<mozilla::wr::WebRenderAPI>(already_AddRefed<mozilla::wr::WebRenderAPI>&) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >(already_AddRefed<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >&) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>(already_AddRefed<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>&) Unexecuted instantiation: RefPtr<mozilla::dom::Blob>::RefPtr<mozilla::dom::Blob>(already_AddRefed<mozilla::dom::Blob>&) Unexecuted instantiation: RefPtr<mozilla::gfx::PathBuilder>::RefPtr<mozilla::gfx::PathBuilder>(already_AddRefed<mozilla::gfx::PathBuilder>&) |
133 | | |
134 | | template <typename I> |
135 | | MOZ_IMPLICIT RefPtr(already_AddRefed<I>&& aSmartPtr) |
136 | | : mRawPtr(aSmartPtr.take()) |
137 | | // construct from |otherRefPtr.forget()| |
138 | 0 | { |
139 | 0 | } Unexecuted instantiation: RefPtr<gfxXlibSurface>::RefPtr<gfxXlibSurface>(already_AddRefed<gfxXlibSurface>&&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::RefPtr<mozilla::gl::GLContextEGL>(already_AddRefed<mozilla::gl::GLContextEGL>&&) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::RefPtr<mozilla::layers::SharedSurfaceTextureClient>(already_AddRefed<mozilla::layers::SharedSurfaceTextureClient>&&) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::RefPtr<mozilla::gl::TextureImage>(already_AddRefed<mozilla::gl::TextureImage>&&) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::RefPtr<RawServoAnimationValue>(already_AddRefed<RawServoAnimationValue>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::RefPtr<mozilla::layers::WebRenderAnimationData>(already_AddRefed<mozilla::layers::WebRenderAnimationData>&&) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProviderBasic>::RefPtr<mozilla::layers::PersistentBufferProviderBasic>(already_AddRefed<mozilla::layers::PersistentBufferProviderBasic>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr<mozilla::layers::TextureSource>(already_AddRefed<mozilla::layers::TextureSource>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr<mozilla::layers::SolidColorPass>(already_AddRefed<mozilla::layers::SolidColorPass>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr<mozilla::layers::SingleTexturePass>(already_AddRefed<mozilla::layers::SingleTexturePass>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr<mozilla::layers::RenderViewPass>(already_AddRefed<mozilla::layers::RenderViewPass>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr<mozilla::layers::VideoRenderPass>(already_AddRefed<mozilla::layers::VideoRenderPass>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr<mozilla::layers::ComponentAlphaPass>(already_AddRefed<mozilla::layers::ComponentAlphaPass>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::RefPtr<mozilla::layers::ClearViewPass>(already_AddRefed<mozilla::layers::ClearViewPass>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::RefPtr<mozilla::layers::CompositingRenderTargetOGL>(already_AddRefed<mozilla::layers::CompositingRenderTargetOGL>&&) Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositor>::RefPtr<mozilla::layers::KnowsCompositorMediaProxy>(already_AddRefed<mozilla::layers::KnowsCompositorMediaProxy>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::RefPtr<mozilla::layers::ImageBridgeParent>(already_AddRefed<mozilla::layers::ImageBridgeParent>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::RefPtr<mozilla::layers::WebRenderDrawEventRecorder>(already_AddRefed<mozilla::layers::WebRenderDrawEventRecorder>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::RefPtr<mozilla::layers::WebRenderGroupData>(already_AddRefed<mozilla::layers::WebRenderGroupData>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::RefPtr<mozilla::layers::WebRenderImageData>(already_AddRefed<mozilla::layers::WebRenderImageData>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::Layer>(already_AddRefed<mozilla::layers::Layer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::RefPtr<mozilla::layers::WebRenderFallbackData>(already_AddRefed<mozilla::layers::WebRenderFallbackData>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>::RefPtr<mozilla::layers::ImageClient>(already_AddRefed<mozilla::layers::ImageClient>&&) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::RefPtr<mozilla::layers::PersistentBufferProviderShared>(already_AddRefed<mozilla::layers::PersistentBufferProviderShared>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::RefPtr<mozilla::layers::CheckerboardEventStorage>(already_AddRefed<mozilla::layers::CheckerboardEventStorage>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::RefPtr<mozilla::layers::CompositingRenderTarget>(already_AddRefed<mozilla::layers::CompositingRenderTarget>&&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::RefPtr<mozilla::layers::AsyncReadbackBuffer>(already_AddRefed<mozilla::layers::AsyncReadbackBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::RefPtr<mozilla::layers::TexturedEffect>(already_AddRefed<mozilla::layers::TexturedEffect>&&) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::RefPtr<mozilla::layers::DataTextureSource>(already_AddRefed<mozilla::layers::DataTextureSource>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::RefPtr<mozilla::layers::CompositableHost>(already_AddRefed<mozilla::layers::CompositableHost>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::RefPtr<mozilla::layers::CompositorBridgeChild>(already_AddRefed<mozilla::layers::CompositorBridgeChild>&&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::RefPtr<mozilla::layers::WebRenderBridgeParent>(already_AddRefed<mozilla::layers::WebRenderBridgeParent>&&) Unexecuted instantiation: RefPtr<mozilla::CancelableRunnable>::RefPtr<nsRunnableMethod<mozilla::layers::CompositorBridgeParent, void, true, (mozilla::RunnableKind)1> >(already_AddRefed<nsRunnableMethod<mozilla::layers::CompositorBridgeParent, void, true, (mozilla::RunnableKind)1> >&&) Unexecuted instantiation: RefPtr<mozilla::Runnable>::RefPtr<nsRunnableMethod<mozilla::layers::APZCTreeManager, void, true, (mozilla::RunnableKind)0> >(already_AddRefed<nsRunnableMethod<mozilla::layers::APZCTreeManager, void, true, (mozilla::RunnableKind)0> >&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::RefPtr<mozilla::layers::CompositorManagerParent>(already_AddRefed<mozilla::layers::CompositorManagerParent>&&) Unexecuted instantiation: RefPtr<mozilla::Runnable>::RefPtr<nsRunnableMethod<mozilla::layers::CompositorManagerParent, void, true, (mozilla::RunnableKind)0> >(already_AddRefed<nsRunnableMethod<mozilla::layers::CompositorManagerParent, void, true, (mozilla::RunnableKind)0> >&&) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>(already_AddRefed<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>&&) Unexecuted instantiation: RefPtr<mozilla::CancelableRunnable>::RefPtr<nsRunnableMethod<mozilla::layers::CompositorVsyncScheduler, void, true, (mozilla::RunnableKind)1> >(already_AddRefed<nsRunnableMethod<mozilla::layers::CompositorVsyncScheduler, void, true, (mozilla::RunnableKind)1> >&&) Unexecuted instantiation: RefPtr<mozilla::Runnable>::RefPtr<nsRunnableMethod<mozilla::layers::CompositorVsyncScheduler, void, true, (mozilla::RunnableKind)0> >(already_AddRefed<nsRunnableMethod<mozilla::layers::CompositorVsyncScheduler, void, true, (mozilla::RunnableKind)0> >&&) Unexecuted instantiation: RefPtr<mozilla::Runnable>::RefPtr<nsRunnableMethod<mozilla::layers::ImageBridgeChild, void, true, (mozilla::RunnableKind)0> >(already_AddRefed<nsRunnableMethod<mozilla::layers::ImageBridgeChild, void, true, (mozilla::RunnableKind)0> >&&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::RefPtr<mozilla::layers::CanvasClient>(already_AddRefed<mozilla::layers::CanvasClient>&&) Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::RefPtr<mozilla::layers::PaintedLayer>(already_AddRefed<mozilla::layers::PaintedLayer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::RefPtr<mozilla::layers::ContainerLayer>(already_AddRefed<mozilla::layers::ContainerLayer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::RefPtr<mozilla::layers::ImageLayer>(already_AddRefed<mozilla::layers::ImageLayer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::RefPtr<mozilla::layers::ColorLayer>(already_AddRefed<mozilla::layers::ColorLayer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::RefPtr<mozilla::layers::CanvasLayer>(already_AddRefed<mozilla::layers::CanvasLayer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::RefPtr<mozilla::layers::RefLayer>(already_AddRefed<mozilla::layers::RefLayer>&&) Unexecuted instantiation: RefPtr<gfxImageSurface>::RefPtr<gfxImageSurface>(already_AddRefed<gfxImageSurface>&&) Unexecuted instantiation: RefPtr<mozilla::Runnable>::RefPtr<nsRunnableMethod<GtkVsyncSource::GLXDisplay, void, true, (mozilla::RunnableKind)0> >(already_AddRefed<nsRunnableMethod<GtkVsyncSource::GLXDisplay, void, true, (mozilla::RunnableKind)0> >&&) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::RefPtr<mozilla::wr::RenderTextureHost>(already_AddRefed<mozilla::wr::RenderTextureHost>&&) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::RefPtr<mozilla::dom::CreateImageBitmapFromBlob>(already_AddRefed<mozilla::dom::CreateImageBitmapFromBlob>&&) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::RefPtr<mozilla::layers::LayerManager>(already_AddRefed<mozilla::layers::LayerManager>&&) Unexecuted instantiation: RefPtr<nsFontMetrics>::RefPtr<nsFontMetrics>(already_AddRefed<nsFontMetrics>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Image>::RefPtr<mozilla::layers::Image>(already_AddRefed<mozilla::layers::Image>&&) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::RefPtr<nsICanvasRenderingContextInternal>(already_AddRefed<nsICanvasRenderingContextInternal>&&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::RefPtr<mozilla::gl::GLContext>(already_AddRefed<mozilla::gl::GLContext>&&) Unexecuted instantiation: RefPtr<nsDragService>::RefPtr<nsDragService>(already_AddRefed<nsDragService>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::RefPtr<mozilla::layers::Compositor>(already_AddRefed<mozilla::layers::Compositor>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::RefPtr<mozilla::layers::TextureHost>(already_AddRefed<mozilla::layers::TextureHost>&&) |
140 | | |
141 | | template <typename I> |
142 | | MOZ_IMPLICIT RefPtr(const RefPtr<I>& aSmartPtr) |
143 | | : mRawPtr(aSmartPtr.get()) |
144 | | // copy-construct from a smart pointer with a related pointer type |
145 | 0 | { |
146 | 0 | if (mRawPtr) { |
147 | 0 | ConstRemovingRefPtrTraits<T>::AddRef(mRawPtr); |
148 | 0 | } |
149 | 0 | } Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::RefPtr<mozilla::layers::RemoteRotatedBuffer>(RefPtr<mozilla::layers::RemoteRotatedBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr<mozilla::layers::DataTextureSource>(RefPtr<mozilla::layers::DataTextureSource> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::PaintedLayer>(RefPtr<mozilla::layers::PaintedLayer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::ContainerLayer>(RefPtr<mozilla::layers::ContainerLayer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::ImageLayer>(RefPtr<mozilla::layers::ImageLayer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::ColorLayer>(RefPtr<mozilla::layers::ColorLayer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::CanvasLayer>(RefPtr<mozilla::layers::CanvasLayer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::RefPtr<mozilla::layers::RefLayer>(RefPtr<mozilla::layers::RefLayer> const&) Unexecuted instantiation: RefPtr<mozilla::dom::EventTarget>::RefPtr<mozilla::dom::HTMLCanvasElement>(RefPtr<mozilla::dom::HTMLCanvasElement> const&) |
150 | | |
151 | | template <typename I> |
152 | | MOZ_IMPLICIT RefPtr(RefPtr<I>&& aSmartPtr) |
153 | | : mRawPtr(aSmartPtr.forget().take()) |
154 | | // construct from |Move(RefPtr<SomeSubclassOfT>)|. |
155 | 0 | { |
156 | 0 | } Unexecuted instantiation: RefPtr<nsCSSValueSharedList const>::RefPtr<nsCSSValueSharedList>(RefPtr<nsCSSValueSharedList>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::RefPtr<mozilla::layers::DataTextureSource>(RefPtr<mozilla::layers::DataTextureSource>&&) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>(RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>&&) |
157 | | |
158 | | MOZ_IMPLICIT RefPtr(const nsQueryReferent& aHelper); |
159 | | MOZ_IMPLICIT RefPtr(const nsCOMPtr_helper& aHelper); |
160 | | #if defined(XP_WIN) |
161 | | MOZ_IMPLICIT RefPtr(const mozilla::mscom::AgileReference& aAgileRef); |
162 | | #endif // defined(XP_WIN) |
163 | | |
164 | | // Defined in OwningNonNull.h |
165 | | template<class U> |
166 | | MOZ_IMPLICIT RefPtr(const mozilla::OwningNonNull<U>& aOther); |
167 | | |
168 | | // Defined in StaticPtr.h |
169 | | template<class U> |
170 | | MOZ_IMPLICIT RefPtr(const mozilla::StaticRefPtr<U>& aOther); |
171 | | |
172 | | // Assignment operators |
173 | | |
174 | | RefPtr<T>& |
175 | | operator=(decltype(nullptr)) |
176 | 0 | { |
177 | 0 | assign_assuming_AddRef(nullptr); |
178 | 0 | return *this; |
179 | 0 | } Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::ipc::SharedMemoryBasic>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<gfxContext>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorThreadHolder>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<gfxASurface>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<nsRefreshDriver>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPattern>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasRenderingContext2D>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::layers::Image>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::dom::OffscreenCanvas>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::WebGLContext>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<nsPluginStreamListenerPeer>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<nsWindow>::operator=(decltype(nullptr)) Unexecuted instantiation: RefPtr<TestVsyncObserver>::operator=(decltype(nullptr)) |
180 | | |
181 | | RefPtr<T>& |
182 | | operator=(const RefPtr<T>& aRhs) |
183 | | // copy assignment operator |
184 | 0 | { |
185 | 0 | assign_with_AddRef(aRhs.mRawPtr); |
186 | 0 | return *this; |
187 | 0 | } Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::operator=(RefPtr<mozilla::layers::TextureClient> const&) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::operator=(RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> > const&) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator=(RefPtr<mozilla::layers::SharedSurfaceTextureClient> const&) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::operator=(RefPtr<mozilla::layers::LayersIPCChannel> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::operator=(RefPtr<mozilla::gfx::ScaledFont> const&) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator=(RefPtr<mozilla::layers::MLGBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator=(RefPtr<mozilla::layers::TextureSource> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::operator=(RefPtr<mozilla::layers::TextureHost> const&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator=(RefPtr<mozilla::gl::GLContext> const&) Unexecuted instantiation: RefPtr<gfxContext>::operator=(RefPtr<gfxContext> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator=(RefPtr<mozilla::layers::RotatedBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator=(RefPtr<mozilla::layers::RemoteRotatedBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator=(RefPtr<mozilla::gfx::DrawTargetCapture> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator=(RefPtr<mozilla::layers::TextureChild> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::operator=(RefPtr<mozilla::layers::TextureClientHolder> const&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::operator=(RefPtr<mozilla::layers::TextureClientAllocator> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator=(RefPtr<mozilla::layers::CompositingRenderTarget> const&) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator=(RefPtr<mozilla::layers::DataTextureSource> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator=(RefPtr<mozilla::layers::CompositableHost> const&) Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::operator=(RefPtr<mozilla::layers::APZUpdater> const&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator=(RefPtr<mozilla::layers::WebRenderBridgeParent> const&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator=(RefPtr<mozilla::layers::CompositorBridgeParent> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainerListener>::operator=(RefPtr<mozilla::layers::ImageContainerListener> const&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator=(RefPtr<mozilla::layers::ImageBridgeParent> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::UnscaledFont>::operator=(RefPtr<mozilla::gfx::UnscaledFont> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::Path>::operator=(RefPtr<mozilla::gfx::Path> const&) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::operator=(RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> > const&) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::operator=(RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> > const&) Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::operator=(RefPtr<mozilla::widget::IMContextWrapper> const&) Unexecuted instantiation: RefPtr<nsWindow>::operator=(RefPtr<nsWindow> const&) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::operator=(RefPtr<TestNodeForward<SearchNodeType> > const&) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::operator=(RefPtr<TestNodeReverse<SearchNodeType> > const&) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::operator=(RefPtr<TestNodeForward<ForEachNodeType> > const&) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::operator=(RefPtr<TestNodeReverse<ForEachNodeType> > const&) |
188 | | |
189 | | template <typename I> |
190 | | RefPtr<T>& |
191 | | operator=(const RefPtr<I>& aRhs) |
192 | | // assign from an RefPtr of a related pointer type |
193 | 0 | { |
194 | 0 | assign_with_AddRef(aRhs.get()); |
195 | 0 | return *this; |
196 | 0 | } Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>& RefPtr<mozilla::layers::TextureClient>::operator=<mozilla::layers::SharedSurfaceTextureClient>(RefPtr<mozilla::layers::SharedSurfaceTextureClient> const&) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>& RefPtr<mozilla::layers::RotatedBuffer>::operator=<mozilla::layers::RemoteRotatedBuffer>(RefPtr<mozilla::layers::RemoteRotatedBuffer> const&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTarget>& RefPtr<mozilla::gfx::DrawTarget>::operator=<mozilla::gfx::DrawTargetCapture>(RefPtr<mozilla::gfx::DrawTargetCapture> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>& RefPtr<mozilla::layers::Effect>::operator=<mozilla::layers::EffectMask>(RefPtr<mozilla::layers::EffectMask> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>& RefPtr<mozilla::layers::Effect>::operator=<mozilla::layers::TexturedEffect>(RefPtr<mozilla::layers::TexturedEffect> const&) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>& RefPtr<mozilla::layers::Effect>::operator=<mozilla::layers::EffectRGB>(RefPtr<mozilla::layers::EffectRGB> const&) Unexecuted instantiation: RefPtr<mozilla::dom::EventTarget>& RefPtr<mozilla::dom::EventTarget>::operator=<mozilla::dom::OffscreenCanvas>(RefPtr<mozilla::dom::OffscreenCanvas> const&) |
197 | | |
198 | | RefPtr<T>& |
199 | | operator=(T* aRhs) |
200 | | // assign from a raw pointer (of the right type) |
201 | 0 | { |
202 | 0 | assign_with_AddRef(aRhs); |
203 | 0 | return *this; |
204 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::operator=(mozilla::VolatileBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::operator=(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::operator=(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator=(mozilla::layers::Layer*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::operator=(mozilla::gl::GLContextGLX*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::operator=(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: RefPtr<gfxASurface>::operator=(gfxASurface*) Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::operator=(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator=(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: RefPtr<gfxContext>::operator=(gfxContext*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator=(mozilla::layers::TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::operator=(mozilla::layers::TexturedEffect*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::operator=(mozilla::layers::X11TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::operator=(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator=(mozilla::layers::Compositor*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator=(mozilla::gl::GLContext*) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::operator=(mozilla::layers::Effect*) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator=(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::operator=(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::operator=(mozilla::layers::ImageContainer*) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::operator=(mozilla::layers::DebugDataSender*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::operator=(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::operator=(mozilla::layers::MLGTexture*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::operator=(mozilla::layers::ContentHost*) Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::operator=(mozilla::layers::MaskOperation*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::operator=(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator=(mozilla::layers::MLGBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::operator=(mozilla::layers::MLGDevice*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::operator=(mozilla::layers::ImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::operator=(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::operator=(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::operator=(mozilla::layers::CompositorOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::operator=(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::operator=(mozilla::layers::GLTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::operator=(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::operator=(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::operator=(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::operator=(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::operator=(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::operator=(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::operator=(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::operator=(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::operator=(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::operator=(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::operator=(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::operator=(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::operator=(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::operator=(mozilla::layers::TextureClient*) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::operator=(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::operator=(mozilla::layers::TiledContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::operator=(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>::operator=(mozilla::layers::ImageClient*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::operator=(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::operator=(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::operator=(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator=(mozilla::layers::TextureChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::operator=(mozilla::layers::TextureForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::operator=(mozilla::layers::TextureReadLock*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::operator=(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::operator=(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator=(mozilla::layers::CompositableHost*) Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::operator=(mozilla::layers::TextRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::operator=(mozilla::layers::PaintCounter*) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator=(mozilla::layers::DataTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::operator=(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::operator=(mozilla::layers::LayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::APZCTreeManager>::operator=(mozilla::layers::APZCTreeManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator=(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::GeckoContentController>::operator=(mozilla::layers::GeckoContentController*) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::operator=(mozilla::layers::HostLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::operator=(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::operator=(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator=(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::operator=(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator=(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::operator=(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::operator=(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::operator=(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::operator=(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: RefPtr<nsRefreshDriver>::operator=(nsRefreshDriver*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::operator=(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: RefPtr<nsNPAPIPluginInstance>::operator=(nsNPAPIPluginInstance*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::operator=(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::operator=(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::operator=(mozilla::ImageCacheObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::operator=(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::operator=(mozilla::SVGFilterObserverList*) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::operator=(nsICanvasRenderingContextInternal*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::operator=(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::operator=(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::operator=(mozilla::layers::ImageLayer*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::operator=(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::operator=(mozilla::WebGLExtensionBase*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator=(mozilla::webgl::LinkedProgramInfo const*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::operator=(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::operator=(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: RefPtr<nsPluginStreamListenerPeer>::operator=(nsPluginStreamListenerPeer*) Unexecuted instantiation: RefPtr<nsNPAPIPlugin>::operator=(nsNPAPIPlugin*) Unexecuted instantiation: RefPtr<nsPluginHost>::operator=(nsPluginHost*) Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::operator=(nsPluginDOMContextMenuListener*) Unexecuted instantiation: RefPtr<nsNPAPIPluginStreamListener>::operator=(nsNPAPIPluginStreamListener*) Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::operator=(mozilla::a11y::Accessible*) Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::operator=(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::operator=(mozilla::gfx::VsyncSource*) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::operator=(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::operator=(TestNodeReverse<SearchNodeType>*) |
205 | | |
206 | | template <typename I> |
207 | | RefPtr<T>& |
208 | | operator=(already_AddRefed<I>& aRhs) |
209 | | // assign from |already_AddRefed| |
210 | 0 | { |
211 | 0 | assign_assuming_AddRef(aRhs.take()); |
212 | 0 | return *this; |
213 | 0 | } |
214 | | |
215 | | template <typename I> |
216 | | RefPtr<T>& |
217 | | operator=(already_AddRefed<I> && aRhs) |
218 | | // assign from |otherRefPtr.forget()| |
219 | 0 | { |
220 | 0 | assign_assuming_AddRef(aRhs.take()); |
221 | 0 | return *this; |
222 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>& RefPtr<mozilla::gl::GLContext>::operator=<mozilla::gl::GLContextGLX>(already_AddRefed<mozilla::gl::GLContextGLX>&&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>& RefPtr<mozilla::gl::GLContext>::operator=<mozilla::gl::GLContext>(already_AddRefed<mozilla::gl::GLContext>&&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>& RefPtr<mozilla::gl::GLContext>::operator=<mozilla::gl::GLContextEGL>(already_AddRefed<mozilla::gl::GLContextEGL>&&) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>& RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator=<mozilla::layers::SharedSurfaceTextureClient>(already_AddRefed<mozilla::layers::SharedSurfaceTextureClient>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>& RefPtr<mozilla::layers::TexturedEffect>::operator=<mozilla::layers::TexturedEffect>(already_AddRefed<mozilla::layers::TexturedEffect>&&) Unexecuted instantiation: RefPtr<gfxXlibSurface>& RefPtr<gfxXlibSurface>::operator=<gfxXlibSurface>(already_AddRefed<gfxXlibSurface>&&) Unexecuted instantiation: RefPtr<nsCSSValue::Array>& RefPtr<nsCSSValue::Array>::operator=<nsCSSValue::Array>(already_AddRefed<nsCSSValue::Array>&&) Unexecuted instantiation: RefPtr<RawServoAnimationValue>& RefPtr<RawServoAnimationValue>::operator=<RawServoAnimationValue>(already_AddRefed<RawServoAnimationValue>&&) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProviderBasic>& RefPtr<mozilla::layers::PersistentBufferProviderBasic>::operator=<mozilla::layers::PersistentBufferProviderBasic>(already_AddRefed<mozilla::layers::PersistentBufferProviderBasic>&&) Unexecuted instantiation: RefPtr<nsIThreadPool>& RefPtr<nsIThreadPool>::operator=<mozilla::SharedThreadPool>(already_AddRefed<mozilla::SharedThreadPool>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>& RefPtr<mozilla::gfx::DrawTargetCapture>::operator=<mozilla::gfx::DrawTargetCapture>(already_AddRefed<mozilla::gfx::DrawTargetCapture>&&) Unexecuted instantiation: RefPtr<mozilla::ipc::SharedMemoryBasic>& RefPtr<mozilla::ipc::SharedMemoryBasic>::operator=<mozilla::ipc::SharedMemoryBasic>(already_AddRefed<mozilla::ipc::SharedMemoryBasic>&&) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>& RefPtr<mozilla::gl::TextureImage>::operator=<mozilla::gl::TextureImage>(already_AddRefed<mozilla::gl::TextureImage>&&) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >& RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::operator=<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >(already_AddRefed<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >&&) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >& RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::operator=<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >(already_AddRefed<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >&&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>& RefPtr<mozilla::layers::CanvasClient>::operator=<mozilla::layers::CanvasClient>(already_AddRefed<mozilla::layers::CanvasClient>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageClient>& RefPtr<mozilla::layers::ImageClient>::operator=<mozilla::layers::ImageClient>(already_AddRefed<mozilla::layers::ImageClient>&&) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>& RefPtr<mozilla::layers::MemoryPressureObserver>::operator=<mozilla::layers::MemoryPressureObserver>(already_AddRefed<mozilla::layers::MemoryPressureObserver>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>& RefPtr<mozilla::layers::ContentClient>::operator=<mozilla::layers::ContentClient>(already_AddRefed<mozilla::layers::ContentClient>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>& RefPtr<mozilla::layers::TextureReadLock>::operator=<mozilla::layers::TextureReadLock>(already_AddRefed<mozilla::layers::TextureReadLock>&&) Unexecuted instantiation: RefPtr<nsITimer>& RefPtr<nsITimer>::operator=<nsITimer>(already_AddRefed<nsITimer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>& RefPtr<mozilla::layers::Effect>::operator=<mozilla::layers::TexturedEffect>(already_AddRefed<mozilla::layers::TexturedEffect>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>& RefPtr<mozilla::layers::CompositingRenderTarget>::operator=<mozilla::layers::CompositingRenderTarget>(already_AddRefed<mozilla::layers::CompositingRenderTarget>&&) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>& RefPtr<mozilla::layers::DataTextureSource>::operator=<mozilla::layers::DataTextureSource>(already_AddRefed<mozilla::layers::DataTextureSource>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>& RefPtr<mozilla::layers::TextureHost>::operator=<mozilla::layers::TextureHost>(already_AddRefed<mozilla::layers::TextureHost>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>& RefPtr<mozilla::layers::TextureHost>::operator=<mozilla::layers::X11TextureHost>(already_AddRefed<mozilla::layers::X11TextureHost>&&) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>& RefPtr<mozilla::layers::IAPZCTreeManager>::operator=<mozilla::layers::IAPZCTreeManager>(already_AddRefed<mozilla::layers::IAPZCTreeManager>&&) Unexecuted instantiation: RefPtr<mozilla::layers::GeckoContentController>& RefPtr<mozilla::layers::GeckoContentController>::operator=<mozilla::layers::GeckoContentController>(already_AddRefed<mozilla::layers::GeckoContentController>&&) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>& RefPtr<mozilla::layers::SyncObjectClient>::operator=<mozilla::layers::SyncObjectClient>(already_AddRefed<mozilla::layers::SyncObjectClient>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawEventRecorder>& RefPtr<mozilla::gfx::DrawEventRecorder>::operator=<mozilla::gfx::DrawEventRecorder>(already_AddRefed<mozilla::gfx::DrawEventRecorder>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>& RefPtr<mozilla::gfx::VsyncSource>::operator=<mozilla::gfx::VsyncSource>(already_AddRefed<mozilla::gfx::VsyncSource>&&) Unexecuted instantiation: RefPtr<gfxASurface>& RefPtr<gfxASurface>::operator=<gfxASurface>(already_AddRefed<gfxASurface>&&) Unexecuted instantiation: RefPtr<mozilla::Runnable>& RefPtr<mozilla::Runnable>::operator=<nsRunnableMethod<GtkVsyncSource::GLXDisplay, void, true, (mozilla::RunnableKind)0> >(already_AddRefed<nsRunnableMethod<GtkVsyncSource::GLXDisplay, void, true, (mozilla::RunnableKind)0> >&&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>& RefPtr<mozilla::gl::GLContextGLX>::operator=<mozilla::gl::GLContextGLX>(already_AddRefed<mozilla::gl::GLContextGLX>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::UnscaledFont>& RefPtr<mozilla::gfx::UnscaledFont>::operator=<mozilla::gfx::UnscaledFont>(already_AddRefed<mozilla::gfx::UnscaledFont>&&) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>& RefPtr<mozilla::layers::PersistentBufferProvider>::operator=<mozilla::layers::PersistentBufferProvider>(already_AddRefed<mozilla::layers::PersistentBufferProvider>&&) Unexecuted instantiation: RefPtr<gfxContext>& RefPtr<gfxContext>::operator=<gfxContext>(already_AddRefed<gfxContext>&&) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>& RefPtr<nsICanvasRenderingContextInternal>::operator=<nsICanvasRenderingContextInternal>(already_AddRefed<nsICanvasRenderingContextInternal>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Image>& RefPtr<mozilla::layers::Image>::operator=<mozilla::layers::Image>(already_AddRefed<mozilla::layers::Image>&&) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmap>& RefPtr<mozilla::dom::ImageBitmap>::operator=<mozilla::dom::ImageBitmap>(already_AddRefed<mozilla::dom::ImageBitmap>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>& RefPtr<mozilla::layers::ImageLayer>::operator=<mozilla::layers::ImageLayer>(already_AddRefed<mozilla::layers::ImageLayer>&&) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>& RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator=<mozilla::webgl::LinkedProgramInfo const>(already_AddRefed<mozilla::webgl::LinkedProgramInfo const>&&) Unexecuted instantiation: RefPtr<nsPluginHost>& RefPtr<nsPluginHost>::operator=<nsPluginHost>(already_AddRefed<nsPluginHost>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>& RefPtr<mozilla::layers::Layer>::operator=<mozilla::layers::ContainerLayer>(already_AddRefed<mozilla::layers::ContainerLayer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>& RefPtr<mozilla::layers::Layer>::operator=<mozilla::layers::ColorLayer>(already_AddRefed<mozilla::layers::ColorLayer>&&) |
223 | | |
224 | | RefPtr<T>& operator=(const nsQueryReferent& aQueryReferent); |
225 | | RefPtr<T>& operator=(const nsCOMPtr_helper& aHelper); |
226 | | #if defined(XP_WIN) |
227 | | RefPtr<T>& operator=(const mozilla::mscom::AgileReference& aAgileRef); |
228 | | #endif // defined(XP_WIN) |
229 | | |
230 | | RefPtr<T>& |
231 | | operator=(RefPtr<T> && aRefPtr) |
232 | 0 | { |
233 | 0 | assign_assuming_AddRef(aRefPtr.mRawPtr); |
234 | 0 | aRefPtr.mRawPtr = nullptr; |
235 | 0 | return *this; |
236 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gfx::DataSourceSurface>::operator=(RefPtr<mozilla::gfx::DataSourceSurface>&&) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::operator=(RefPtr<RawServoAnimationValue>&&) Unexecuted instantiation: RefPtr<mozilla::ipc::SharedMemoryBasic>::operator=(RefPtr<mozilla::ipc::SharedMemoryBasic>&&) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::operator=(RefPtr<mozilla::layers::MLGRenderTarget>&&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator=(RefPtr<mozilla::layers::TextureSource>&&) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator=(RefPtr<mozilla::layers::MLGBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator=(RefPtr<mozilla::layers::CompositableHost>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator=(RefPtr<mozilla::gfx::DrawTargetCapture>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator=(RefPtr<mozilla::layers::RemoteRotatedBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator=(RefPtr<mozilla::layers::RotatedBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTarget>::operator=(RefPtr<mozilla::gfx::DrawTarget>&&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator=(RefPtr<mozilla::layers::CompositingRenderTarget>&&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::operator=(RefPtr<mozilla::layers::AsyncReadbackBuffer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::operator=(RefPtr<mozilla::layers::APZSampler>&&) Unexecuted instantiation: RefPtr<mozilla::layers::APZCTreeManager>::operator=(RefPtr<mozilla::layers::APZCTreeManager>&&) Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::operator=(RefPtr<mozilla::layers::APZUpdater>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator=(RefPtr<mozilla::layers::Compositor>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator=(RefPtr<mozilla::layers::Layer>&&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::operator=(RefPtr<mozilla::layers::ImageBridgeChild>&&) Unexecuted instantiation: RefPtr<mozilla::layers::Image>::operator=(RefPtr<mozilla::layers::Image>&&) |
237 | | |
238 | | // Defined in OwningNonNull.h |
239 | | template<class U> |
240 | | RefPtr<T>& |
241 | | operator=(const mozilla::OwningNonNull<U>& aOther); |
242 | | |
243 | | // Defined in StaticPtr.h |
244 | | template<class U> |
245 | | RefPtr<T>& |
246 | | operator=(const mozilla::StaticRefPtr<U>& aOther); |
247 | | |
248 | | // Other pointer operators |
249 | | |
250 | | void |
251 | | swap(RefPtr<T>& aRhs) |
252 | | // ...exchange ownership with |aRhs|; can save a pair of refcount operations |
253 | 0 | { |
254 | 0 | T* temp = aRhs.mRawPtr; |
255 | 0 | aRhs.mRawPtr = mRawPtr; |
256 | 0 | mRawPtr = temp; |
257 | 0 | } |
258 | | |
259 | | void |
260 | | swap(T*& aRhs) |
261 | | // ...exchange ownership with |aRhs|; can save a pair of refcount operations |
262 | 0 | { |
263 | 0 | T* temp = aRhs; |
264 | 0 | aRhs = mRawPtr; |
265 | 0 | mRawPtr = temp; |
266 | 0 | } Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::swap(nsCSSValueSharedList*&) Unexecuted instantiation: RefPtr<mozilla::ComputedStyle>::swap(mozilla::ComputedStyle*&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::swap(mozilla::gl::GLContextGLX*&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::swap(mozilla::gl::GLContext*&) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::swap(mozilla::gl::GLContextEGL*&) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::swap(mozilla::gl::TextureImage*&) Unexecuted instantiation: RefPtr<mozilla::gl::BasicTextureImage>::swap(mozilla::gl::BasicTextureImage*&) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::swap(mozilla::layers::SharedSurfaceTextureClient*&) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::swap(mozilla::gl::TextureImageEGL*&) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::swap(mozilla::layers::TexturedEffect*&) Unexecuted instantiation: RefPtr<mozilla::layers::EffectComponentAlpha>::swap(mozilla::layers::EffectComponentAlpha*&) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::swap(RawServoAnimationValue*&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::swap(mozilla::layers::WebRenderAnimationData*&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::swap(mozilla::layers::ImageContainer*&) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::swap(mozilla::layers::MemoryPressureObserver*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*&) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::swap(mozilla::gfx::DrawTargetCapture*&) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*&) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*&) Unexecuted instantiation: RefPtr<mozilla::ipc::SharedMemoryBasic>::swap(mozilla::ipc::SharedMemoryBasic*&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::swap(mozilla::layers::TextureSource*&) Unexecuted instantiation: RefPtr<mozilla::layers::SolidColorPass>::swap(mozilla::layers::SolidColorPass*&) Unexecuted instantiation: RefPtr<mozilla::layers::SingleTexturePass>::swap(mozilla::layers::SingleTexturePass*&) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewPass>::swap(mozilla::layers::RenderViewPass*&) Unexecuted instantiation: RefPtr<mozilla::layers::VideoRenderPass>::swap(mozilla::layers::VideoRenderPass*&) Unexecuted instantiation: RefPtr<mozilla::layers::ComponentAlphaPass>::swap(mozilla::layers::ComponentAlphaPass*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClearViewPass>::swap(mozilla::layers::ClearViewPass*&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::swap(mozilla::layers::CompositingRenderTargetOGL*&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBufferOGL>::swap(mozilla::layers::AsyncReadbackBufferOGL*&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureImageTextureSourceOGL>::swap(mozilla::layers::TextureImageTextureSourceOGL*&) Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::swap(mozilla::layers::DirectMapTextureSource*&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::swap(mozilla::layers::TextureHost*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::swap(mozilla::layers::WebRenderDrawEventRecorder*&) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::swap(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*&) Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::swap(mozilla::gfx::ScaledFont*&) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::swap(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*&) Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositorMediaProxy>::swap(mozilla::layers::KnowsCompositorMediaProxy*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::swap(mozilla::layers::WebRenderGroupData*&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::swap(mozilla::layers::WebRenderImageData*&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::swap(mozilla::layers::WebRenderFallbackData*&) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*&) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::swap(mozilla::layers::PersistentBufferProvider*&) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::swap(mozilla::wr::RenderTextureHost*&) Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::swap(mozilla::layers::CheckerboardEventStorage*&) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*&) Unexecuted instantiation: RefPtr<mozilla::dom::CheckerboardReportService>::swap(mozilla::dom::CheckerboardReportService*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::swap(mozilla::layers::CanvasLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::swap(mozilla::layers::ColorLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::swap(mozilla::layers::BasicCompositingRenderTarget*&) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::swap(mozilla::layers::DataTextureSourceBasic*&) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*&) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::swap(mozilla::layers::ContainerLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ReadbackLayer>::swap(mozilla::layers::ReadbackLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::swap(mozilla::layers::PaintedLayer*&) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientSharedSurface>::swap(mozilla::layers::CanvasClientSharedSurface*&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientBridge>::swap(mozilla::layers::CanvasClientBridge*&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient2D>::swap(mozilla::layers::CanvasClient2D*&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::swap(mozilla::layers::TextureClient*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::swap(mozilla::layers::ClientCanvasLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::swap(mozilla::layers::ClientColorLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::swap(mozilla::layers::ClientContainerLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::swap(mozilla::layers::ClientRefLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::swap(mozilla::layers::ClientImageLayer*&) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::swap(mozilla::layers::ClientTiledPaintedLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::swap(mozilla::layers::ClientPaintedLayer*&) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*&) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientDoubleBuffered>::swap(mozilla::layers::ContentClientDoubleBuffered*&) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientSingleBuffered>::swap(mozilla::layers::ContentClientSingleBuffered*&) Unexecuted instantiation: RefPtr<mozilla::layers::ShmemTextureReadLock>::swap(mozilla::layers::ShmemTextureReadLock*&) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::swap(mozilla::layers::TextureReadLock*&) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessSemaphoreReadLock>::swap(mozilla::layers::CrossProcessSemaphoreReadLock*&) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryTextureReadLock>::swap(mozilla::layers::MemoryTextureReadLock*&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::swap(mozilla::layers::CompositableHost*&) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::swap(mozilla::layers::AsyncReadbackBuffer*&) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::swap(mozilla::layers::RefLayer*&) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureHost>::swap(mozilla::layers::X11TextureHost*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*&) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::swap(mozilla::layers::WebRenderBridgeParent*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*&) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*&) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::swap(mozilla::layers::IAPZCTreeManager*&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::swap(mozilla::layers::CompositorManagerChild*&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::swap(mozilla::layers::CompositorBridgeChild*&) Unexecuted instantiation: RefPtr<nsISerialEventTarget>::swap(nsISerialEventTarget*&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::swap(mozilla::layers::CompositorManagerParent*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*&) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::swap(mozilla::layers::CompositorBridgeParent*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*&) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::swap(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9>*&) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::swap(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*&) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::swap(mozilla::layers::CanvasClient*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*&) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::swap(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::swap(mozilla::layers::ImageBridgeParent*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::swap(mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*&) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::swap(mozilla::gfx::VsyncSource*&) Unexecuted instantiation: gfxPlatform.cpp:RefPtr<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::swap(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::swap(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*&) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::swap(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::swap(mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::swap(mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}*&) Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::swap(mozilla::layers::SourceSurfaceImage*&) Unexecuted instantiation: RefPtr<mozilla::layers::PlanarYCbCrImage>::swap(mozilla::layers::PlanarYCbCrImage*&) Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::swap(mozilla::layers::NVImage*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::swap(mozilla::dom::CanvasGradient*&) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPattern>::swap(mozilla::dom::CanvasPattern*&) Unexecuted instantiation: RefPtr<mozilla::dom::ImageData>::swap(mozilla::dom::ImageData*&) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::swap(mozilla::layers::Layer*&) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPath>::swap(mozilla::dom::CanvasPath*&) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::swap(nsICanvasRenderingContextInternal*&) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmap>::swap(mozilla::dom::ImageBitmap*&) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::swap(mozilla::dom::CreateImageBitmapFromBlob*&) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::swap(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*&) Unexecuted instantiation: RefPtr<mozilla::dom::OffscreenCanvas>::swap(mozilla::dom::OffscreenCanvas*&) Unexecuted instantiation: RefPtr<mozilla::WebGLQuery>::swap(mozilla::WebGLQuery*&) Unexecuted instantiation: RefPtr<mozilla::WebGLSampler>::swap(mozilla::WebGLSampler*&) Unexecuted instantiation: RefPtr<mozilla::WebGLSync>::swap(mozilla::WebGLSync*&) Unexecuted instantiation: RefPtr<mozilla::WebGLTransformFeedback>::swap(mozilla::WebGLTransformFeedback*&) Unexecuted instantiation: RefPtr<mozilla::webgl::AvailabilityRunnable>::swap(mozilla::webgl::AvailabilityRunnable*&) Unexecuted instantiation: RefPtr<mozilla::WebGLBuffer>::swap(mozilla::WebGLBuffer*&) Unexecuted instantiation: RefPtr<mozilla::WebGLProgram>::swap(mozilla::WebGLProgram*&) Unexecuted instantiation: RefPtr<mozilla::WebGLShader>::swap(mozilla::WebGLShader*&) Unexecuted instantiation: RefPtr<mozilla::WebGLTexture>::swap(mozilla::WebGLTexture*&) Unexecuted instantiation: RefPtr<mozilla::WebGLFramebuffer>::swap(mozilla::WebGLFramebuffer*&) Unexecuted instantiation: RefPtr<mozilla::WebGLRenderbuffer>::swap(mozilla::WebGLRenderbuffer*&) Unexecuted instantiation: RefPtr<mozilla::WebGLShaderPrecisionFormat>::swap(mozilla::WebGLShaderPrecisionFormat*&) Unexecuted instantiation: RefPtr<mozilla::WebGLVertexArray>::swap(mozilla::WebGLVertexArray*&) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::swap(mozilla::webgl::LinkedProgramInfo*&) Unexecuted instantiation: RefPtr<mozilla::WebGLActiveInfo>::swap(mozilla::WebGLActiveInfo*&) Unexecuted instantiation: RefPtr<mozilla::WebGLUniformLocation>::swap(mozilla::WebGLUniformLocation*&) Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::swap(ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<DeleteTask<mozilla::plugins::PluginModuleChild> >::swap(DeleteTask<mozilla::plugins::PluginModuleChild>*&) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::swap(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > >*&) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::swap(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> >*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::swap(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*&) Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::swap(FullscreenTransitionWindow*&) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::swap(mozilla::layers::Compositor*&) |
267 | | |
268 | | already_AddRefed<T> |
269 | | MOZ_MAY_CALL_AFTER_MUST_RETURN |
270 | | forget() |
271 | | // return the value of mRawPtr and null out mRawPtr. Useful for |
272 | | // already_AddRefed return values. |
273 | 0 | { |
274 | 0 | T* temp = nullptr; |
275 | 0 | swap(temp); |
276 | 0 | return already_AddRefed<T>(temp); |
277 | 0 | } Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::forget() Unexecuted instantiation: RefPtr<mozilla::ComputedStyle>::forget() Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::forget() Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::forget() Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::forget() Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::forget() Unexecuted instantiation: RefPtr<mozilla::gl::BasicTextureImage>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::forget() Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::EffectComponentAlpha>::forget() Unexecuted instantiation: RefPtr<RawServoAnimationValue>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::forget() Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::forget() Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::forget() Unexecuted instantiation: RefPtr<mozilla::ipc::SharedMemoryBasic>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::SolidColorPass>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::SingleTexturePass>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewPass>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::VideoRenderPass>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ComponentAlphaPass>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClearViewPass>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBufferOGL>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::TextureImageTextureSourceOGL>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::forget() Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositorMediaProxy>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::forget() Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::forget() Unexecuted instantiation: RefPtr<mozilla::dom::CheckerboardReportService>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ReadbackLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientSharedSurface>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientBridge>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient2D>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::TextureClient>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::forget() Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientDoubleBuffered>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientSingleBuffered>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ShmemTextureReadLock>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessSemaphoreReadLock>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::MemoryTextureReadLock>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureHost>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::forget() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::forget() Unexecuted instantiation: RefPtr<nsISerialEventTarget>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::forget() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::forget() Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::forget() Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::forget() Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::forget() Unexecuted instantiation: gfxPlatform.cpp:RefPtr<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::forget() Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::forget() Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::PlanarYCbCrImage>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::forget() Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPattern>::forget() Unexecuted instantiation: RefPtr<mozilla::dom::ImageData>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::forget() Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPath>::forget() Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::forget() Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmap>::forget() Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::forget() Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::forget() Unexecuted instantiation: RefPtr<mozilla::dom::OffscreenCanvas>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLQuery>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLSampler>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLSync>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLTransformFeedback>::forget() Unexecuted instantiation: RefPtr<mozilla::webgl::AvailabilityRunnable>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLBuffer>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLProgram>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLShader>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLTexture>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLFramebuffer>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLRenderbuffer>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLShaderPrecisionFormat>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLVertexArray>::forget() Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLActiveInfo>::forget() Unexecuted instantiation: RefPtr<mozilla::WebGLUniformLocation>::forget() Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<DeleteTask<mozilla::plugins::PluginModuleChild> >::forget() Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::forget() Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::forget() Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::forget() Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::forget() |
278 | | |
279 | | template <typename I> |
280 | | void |
281 | | forget(I** aRhs) |
282 | | // Set the target of aRhs to the value of mRawPtr and null out mRawPtr. |
283 | | // Useful to avoid unnecessary AddRef/Release pairs with "out" |
284 | | // parameters where aRhs bay be a T** or an I** where I is a base class |
285 | | // of T. |
286 | 0 | { |
287 | 0 | MOZ_ASSERT(aRhs, "Null pointer passed to forget!"); |
288 | 0 | *aRhs = mRawPtr; |
289 | 0 | mRawPtr = nullptr; |
290 | 0 | } Unexecuted instantiation: void RefPtr<mozilla::layers::WebRenderUserData>::forget<mozilla::layers::WebRenderUserData>(mozilla::layers::WebRenderUserData**) Unexecuted instantiation: void RefPtr<mozilla::layers::Layer>::forget<mozilla::layers::Layer>(mozilla::layers::Layer**) Unexecuted instantiation: void RefPtr<mozilla::layers::Image>::forget<mozilla::layers::Image>(mozilla::layers::Image**) Unexecuted instantiation: void RefPtr<nsNPAPIPluginStreamListener>::forget<nsNPAPIPluginStreamListener>(nsNPAPIPluginStreamListener**) Unexecuted instantiation: void RefPtr<nsFakePluginTag>::forget<nsFakePluginTag>(nsFakePluginTag**) Unexecuted instantiation: void RefPtr<mozilla::dom::Touch>::forget<mozilla::dom::Touch>(mozilla::dom::Touch**) |
291 | | |
292 | | void |
293 | | forget(nsISupports** aRhs) |
294 | | { |
295 | | MOZ_ASSERT(aRhs, "Null pointer passed to forget!"); |
296 | | *aRhs = ToSupports(mRawPtr); |
297 | | mRawPtr = nullptr; |
298 | | } |
299 | | |
300 | | T* |
301 | | get() const |
302 | | /* |
303 | | Prefer the implicit conversion provided automatically by |operator T*() const|. |
304 | | Use |get()| to resolve ambiguity or to get a castable pointer. |
305 | | */ |
306 | 0 | { |
307 | 0 | return const_cast<T*>(mRawPtr); |
308 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::ShadowRoot>::get() const Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::get() const Unexecuted instantiation: RefPtr<nsIDocument>::get() const Unexecuted instantiation: RefPtr<mozilla::ComputedStyle>::get() const Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::get() const Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::get() const Unexecuted instantiation: RefPtr<RawServoAnimationValue>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::get() const Unexecuted instantiation: RefPtr<gfxXlibSurface>::get() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::get() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::get() const Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::get() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::get() const Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::get() const Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::get() const Unexecuted instantiation: RefPtr<nsCSSValue::Array>::get() const Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::get() const Unexecuted instantiation: RefPtr<mozilla::ActiveScrolledRoot const>::get() const Unexecuted instantiation: RefPtr<mozilla::DisplayItemClipChain const>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerMLGPU>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::EffectSolidColor>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::get() const Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::get() const Unexecuted instantiation: RefPtr<nsCSSShadowArray>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureWrapperImage>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::get() const Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::get() const Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::get() const Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::VideoDecoderManagerChild>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientLayerManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::get() const Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::EffectMask>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::EffectRGB>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ISurfaceAllocator>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::get() const Unexecuted instantiation: RefPtr<mozilla::VsyncObserver>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::get() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::get() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::get() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::get() const Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::get() const Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectHost>::get() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::get() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::get() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::get() const Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::get() const Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::get() const Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::get() const Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::get() const Unexecuted instantiation: RefPtr<nsFontMetrics>::get() const Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::get() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlobRunnable>::get() const Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::get() const Unexecuted instantiation: RefPtr<mozilla::WebGLContext>::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::get() const Unexecuted instantiation: RefPtr<mozilla::WatchdogTimerEvent>::get() const Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::get() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::get() const Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::get() const Unexecuted instantiation: RefPtr<mozilla::plugins::PluginScriptableObjectChild::StoredIdentifier>::get() const Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::get() const Unexecuted instantiation: RefPtr<nsWindow>::get() const Unexecuted instantiation: RefPtr<nsDragService>::get() const Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::get() const Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::get() const Unexecuted instantiation: RefPtr<MockWidget>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::TestSurfaceAllocator>::get() const Unexecuted instantiation: RefPtr<mozilla::layers::BufferTextureHost>::get() const Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::get() const Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::get() const Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::get() const Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::get() const Unexecuted instantiation: RefPtr<TestVsyncObserver>::get() const |
309 | | |
310 | | operator T*() const & |
311 | | /* |
312 | | ...makes an |RefPtr| act like its underlying raw pointer type whenever it |
313 | | is used in a context where a raw pointer is expected. It is this operator |
314 | | that makes an |RefPtr| substitutable for a raw pointer. |
315 | | |
316 | | Prefer the implicit use of this operator to calling |get()|, except where |
317 | | necessary to resolve ambiguity. |
318 | | */ |
319 | 0 | { |
320 | 0 | return get(); |
321 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::operator mozilla::gfx::VsyncSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainerListener>::operator mozilla::layers::ImageContainerListener*() const & Unexecuted instantiation: RefPtr<mozilla::ComputedStyle>::operator mozilla::ComputedStyle*() const & Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::operator mozilla::layers::LayersIPCChannel*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::operator mozilla::layers::ITextureClientRecycleAllocator*() const & Unexecuted instantiation: RefPtr<RawServoAnimationValue>::operator RawServoAnimationValue*() const & Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator mozilla::layers::Layer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::operator mozilla::layers::AsyncCompositionManager*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator mozilla::layers::WebRenderBridgeParent*() const & Unexecuted instantiation: RefPtr<gfxXlibSurface>::operator gfxXlibSurface*() const & Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator mozilla::gl::GLContext*() const & Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator mozilla::gfx::DrawTargetCapture*() const & Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator mozilla::layers::SharedSurfaceTextureClient*() const & Unexecuted instantiation: RefPtr<gfxContext>::operator gfxContext*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator mozilla::layers::TextureSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::operator mozilla::layers::X11TextureSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::operator mozilla::layers::GLTextureSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::operator mozilla::layers::EGLImageTextureSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator mozilla::layers::Compositor*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::operator mozilla::layers::TextRenderer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::operator mozilla::layers::AsyncCanvasRenderer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::operator mozilla::layers::WebRenderUserData*() const & Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::operator mozilla::layers::Effect*() const & Unexecuted instantiation: RefPtr<mozilla::ActiveScrolledRoot const>::operator mozilla::ActiveScrolledRoot const*() const & Unexecuted instantiation: RefPtr<mozilla::DisplayItemClipChain const>::operator mozilla::DisplayItemClipChain const*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::operator mozilla::layers::WebRenderBridgeChild*() const & Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator mozilla::layers::PersistentBufferProvider*() const & Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::operator mozilla::VolatileBuffer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::operator mozilla::layers::AsyncPanZoomController*() const & Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::operator mozilla::layers::MemoryPressureObserver*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::operator mozilla::layers::CompositorBridgeChild*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureHost>::operator mozilla::layers::TextureHost*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::operator mozilla::layers::CanvasClient*() const & Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::operator mozilla::layers::MaskOperation*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::operator mozilla::layers::ImageHost*() const & Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerMLGPU>::operator mozilla::layers::LayerManagerMLGPU*() const & Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator mozilla::layers::MLGBuffer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::operator mozilla::layers::MLGTexture*() const & Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::operator mozilla::layers::MLGDevice*() const & Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::operator mozilla::layers::MLGRenderTarget*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::operator mozilla::layers::ContentHost*() const & Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::operator mozilla::layers::RenderPassMLGPU*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::operator mozilla::layers::TempImageLayerMLGPU*() const & Unexecuted instantiation: RefPtr<mozilla::layers::EffectSolidColor>::operator mozilla::layers::EffectSolidColor*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::operator mozilla::layers::CompositingRenderTargetOGL*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator mozilla::layers::CompositingRenderTarget*() const & Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::operator mozilla::layers::DirectMapTextureSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::operator mozilla::layers::TextureSourceProvider*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::operator mozilla::layers::WebRenderTextureHostWrapper*() const & Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::operator mozilla::wr::WebRenderAPI*() const & Unexecuted instantiation: RefPtr<nsCSSShadowArray>::operator nsCSSShadowArray*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureWrapperImage>::operator mozilla::layers::TextureWrapperImage*() const & Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::operator mozilla::layers::AsyncImagePipelineManager*() const & Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::operator mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*() const & Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::operator mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*() const & Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::operator mozilla::widget::CompositorWidget*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator mozilla::layers::CompositorBridgeParent*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::operator mozilla::layers::CompositorBridgeParentBase*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::operator mozilla::layers::CompositorAnimationStorage*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::operator mozilla::layers::WebRenderDrawEventRecorder*() const & Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::operator mozilla::layers::BasicLayerManager*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::operator mozilla::layers::WebRenderCanvasData*() const & Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::operator mozilla::layers::WebRenderLayerManager*() const & Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::operator mozilla::layers::IAPZCTreeManager*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::operator mozilla::layers::ShadowLayerForwarder*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::operator mozilla::layers::ClientSingleTiledLayerBuffer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::operator mozilla::layers::ClientCanvasLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::operator mozilla::layers::ClientColorLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::operator mozilla::layers::ContentClient*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::operator mozilla::layers::ClientContainerLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::operator mozilla::layers::ClientRefLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::operator mozilla::layers::ClientImageLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::operator mozilla::layers::ClientTiledPaintedLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::operator mozilla::layers::ClientPaintedLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::operator mozilla::layers::TiledContentClient*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::operator mozilla::layers::TextureClientRecycleAllocator*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::operator mozilla::layers::TextureReadbackSink*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::operator mozilla::layers::TextureForwarder*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator mozilla::layers::TextureChild*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::operator mozilla::layers::TextureClientAllocator*() const & Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::operator mozilla::layers::AsyncReadbackBuffer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator mozilla::layers::CompositableHost*() const & Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator mozilla::layers::DataTextureSource*() const & Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::operator mozilla::layers::LayerManager*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::operator mozilla::layers::TextureClientPool*() const & Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::operator mozilla::layers::HostLayerManager*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::operator mozilla::layers::CompositorManagerParent*() const & Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::operator mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::operator mozilla::layers::CompositorVsyncScheduler::Observer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::operator mozilla::layers::ImageBridgeChild*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator mozilla::layers::ImageBridgeParent*() const & Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::operator mozilla::layers::PaintedLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::operator mozilla::layers::ContainerLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::operator mozilla::layers::ImageLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::operator mozilla::layers::ColorLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::operator mozilla::layers::CanvasLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::operator mozilla::layers::RefLayer*() const & Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::operator mozilla::layers::LayerTransactionChild*() const & Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::operator mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*() const & Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::operator mozilla::gl::SkiaGLGlue*() const & Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::operator mozilla::wr::RenderTextureHost*() const & Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator mozilla::webgl::LinkedProgramInfo const*() const & Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::operator mozilla::dom::CreateImageBitmapFromBlob*() const & Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::operator mozilla::dom::CanvasShutdownObserver*() const & Unexecuted instantiation: RefPtr<mozilla::dom::EncodeCompleteCallback>::operator mozilla::dom::EncodeCompleteCallback*() const & Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::operator mozilla::WebGLExtensionBase*() const & Unexecuted instantiation: RefPtr<mozilla::WatchdogTimerEvent>::operator mozilla::WatchdogTimerEvent*() const & Unexecuted instantiation: RefPtr<mozilla::WebGLActiveInfo>::operator mozilla::WebGLActiveInfo*() const & Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::operator mozilla::layers::SourceSurfaceImage*() const & Unexecuted instantiation: RefPtr<nsWindow>::operator nsWindow*() const & Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::operator mozilla::widget::IMContextWrapper*() const & Unexecuted instantiation: RefPtr<MockWidget>::operator MockWidget*() const & Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::operator mozilla::layers::LayerManagerComposite*() const & Unexecuted instantiation: RefPtr<mozilla::layers::TestSurfaceAllocator>::operator mozilla::layers::TestSurfaceAllocator*() const & Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::operator TestNodeReverse<SearchNodeType>*() const & Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::operator TestNodeForward<SearchNodeType>*() const & Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::operator TestNodeReverse<ForEachNodeType>*() const & Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::operator TestNodeForward<ForEachNodeType>*() const & Unexecuted instantiation: RefPtr<TestVsyncObserver>::operator TestVsyncObserver*() const & |
322 | | |
323 | | // Don't allow implicit conversion of temporary RefPtr to raw pointer, |
324 | | // because the refcount might be one and the pointer will immediately become |
325 | | // invalid. |
326 | | operator T*() const && = delete; |
327 | | |
328 | | // These are needed to avoid the deleted operator above. XXX Why is operator! |
329 | | // needed separately? Shouldn't the compiler prefer using the non-deleted |
330 | | // operator bool instead of the deleted operator T*? |
331 | 0 | explicit operator bool() const { return !!mRawPtr; } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator bool() const Unexecuted instantiation: RefPtr<gfxContext>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageContainer>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator bool() const Unexecuted instantiation: RefPtr<nsIThreadPool>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::operator bool() const Unexecuted instantiation: RefPtr<mozilla::gfx::UnscaledFont>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::operator bool() const Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::TabChild>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator bool() const Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::operator bool() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::HTMLCanvasElement>::operator bool() const Unexecuted instantiation: RefPtr<nsRefreshDriver>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPattern>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasRenderingContext2D>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPath>::operator bool() const Unexecuted instantiation: RefPtr<gfxFontGroup>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmap>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::WebGLContext>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator bool() const Unexecuted instantiation: RefPtr<nsPluginStreamListenerPeer>::operator bool() const Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::plugins::PluginScriptableObjectChild::StoredIdentifier>::operator bool() const Unexecuted instantiation: RefPtr<nsDragService>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::operator bool() const Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::operator bool() const |
332 | 0 | bool operator!() const { return !mRawPtr; } Unexecuted instantiation: RefPtr<base::BaseTimer_Helper::TimerTask>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator!() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::operator!() const Unexecuted instantiation: RefPtr<gfxXlibSurface>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::operator!() const Unexecuted instantiation: RefPtr<RawServoAnimationValue>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProviderBasic>::operator!() const Unexecuted instantiation: RefPtr<nsIThreadPool>::operator!() const Unexecuted instantiation: RefPtr<mozilla::ipc::SharedMemoryBasic>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::operator!() const Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator!() const Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::operator!() const Unexecuted instantiation: RefPtr<gfxContext>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositingRenderTarget>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageFactory>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::APZCTreeManager>::operator!() const Unexecuted instantiation: RefPtr<mozilla::VsyncObserver>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator!() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::operator!() const Unexecuted instantiation: RefPtr<gfxImageSurface>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::operator!() const Unexecuted instantiation: RefPtr<mozilla::Runnable>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::operator!() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::operator!() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::operator!() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::operator!() const Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::operator!() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator!() const Unexecuted instantiation: RefPtr<gfxFontGroup>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::operator!() const Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::operator!() const Unexecuted instantiation: RefPtr<mozilla::dom::ThreadSafeWorkerRef>::operator!() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::operator!() const Unexecuted instantiation: RefPtr<mozilla::dom::OffscreenCanvas>::operator!() const Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator!() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::operator!() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::operator!() const Unexecuted instantiation: RefPtr<nsNPAPIPluginStreamListener>::operator!() const Unexecuted instantiation: RefPtr<mozilla::ProcessHangMonitor>::operator!() const Unexecuted instantiation: RefPtr<nsWindow>::operator!() const Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::operator!() const Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::operator!() const Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::operator!() const Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::operator!() const Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::operator!() const Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::operator!() const Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::operator!() const |
333 | | |
334 | | T* |
335 | | operator->() const MOZ_NO_ADDREF_RELEASE_ON_RETURN |
336 | 0 | { |
337 | 0 | MOZ_ASSERT(mRawPtr != nullptr, |
338 | 0 | "You can't dereference a NULL RefPtr with operator->()."); |
339 | 0 | return get(); |
340 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::ComputedStyle>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::operator->() const Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::operator->() const Unexecuted instantiation: RefPtr<gfxXlibSurface>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::operator->() const Unexecuted instantiation: RefPtr<nsCSSValue::Array>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::gfx::UnscaledFont>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::gfx::ScaledFont>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::operator->() const Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::operator->() const Unexecuted instantiation: RefPtr<nsIDocument>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::VideoDecoderManagerChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ClientLayerManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::operator->() const Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::operator->() const Unexecuted instantiation: RefPtr<nsITimer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ISurfaceAllocator>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::operator->() const Unexecuted instantiation: RefPtr<mozilla::VsyncObserver>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::operator->() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::operator->() const Unexecuted instantiation: RefPtr<gfxImageSurface>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::operator->() const Unexecuted instantiation: RefPtr<nsRefreshDriver>::operator->() const Unexecuted instantiation: RefPtr<mozilla::gfx::NativeFontResource>::operator->() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::operator->() const Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::operator->() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasGradient>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::Blob>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::operator->() const Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::operator->() const Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasRenderingContext2D>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPattern>::operator->() const Unexecuted instantiation: RefPtr<nsFontMetrics>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CanvasPath>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmap>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlobRunnable>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageLayer>::operator->() const Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::OffscreenCanvas>::operator->() const Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::operator->() const Unexecuted instantiation: RefPtr<mozilla::dom::EventTarget>::operator->() const Unexecuted instantiation: RefPtr<mozilla::WebGLContext>::operator->() const Unexecuted instantiation: RefPtr<mozilla::WebGLQuery>::operator->() const Unexecuted instantiation: RefPtr<mozilla::WebGLSync>::operator->() const Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::WebGLActiveInfo>::operator->() const Unexecuted instantiation: RefPtr<mozilla::WebGLVertexArray>::operator->() const Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::operator->() const Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::operator->() const Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::operator->() const Unexecuted instantiation: RefPtr<mozilla::plugins::PluginScriptableObjectChild::StoredIdentifier>::operator->() const Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::operator->() const Unexecuted instantiation: RefPtr<nsDragService>::operator->() const Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::operator->() const Unexecuted instantiation: RefPtr<nsWindow>::operator->() const Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::operator->() const Unexecuted instantiation: RefPtr<mozilla::layers::BufferTextureHost>::operator->() const Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::operator->() const Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::operator->() const Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::operator->() const Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::operator->() const Unexecuted instantiation: RefPtr<TestVsyncObserver>::operator->() const |
341 | | |
342 | | template <typename R, typename... Args> |
343 | | class Proxy |
344 | | { |
345 | | typedef R (T::*member_function)(Args...); |
346 | | T* mRawPtr; |
347 | | member_function mFunction; |
348 | | public: |
349 | | Proxy(T* aRawPtr, member_function aFunction) |
350 | | : mRawPtr(aRawPtr), |
351 | | mFunction(aFunction) |
352 | 0 | { |
353 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, char const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, char const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, float, float, float, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(float, float, float, float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, long, void const*, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, long, void const*, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, long, long, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, long, long, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<unsigned int, unsigned int>::Proxy(mozilla::gl::GLContext*, unsigned int (mozilla::gl::GLContext::*)(unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned char, unsigned char, unsigned char, unsigned char>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned char, unsigned char, unsigned char, unsigned char)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int, int, int, int, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, int, int, int, int, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, unsigned int, int, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, int, int, int, int, unsigned int, int, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, int, int, int, int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<unsigned int>::Proxy(mozilla::gl::GLContext*, unsigned int (mozilla::gl::GLContext::*)()) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, unsigned int const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, unsigned int const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned char>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned char)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, int, unsigned int, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, int, unsigned int, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)()) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, unsigned int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, unsigned int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, unsigned int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, unsigned int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int*, char*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, int*, char*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int*, int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int*, int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<int, unsigned int, char const*>::Proxy(mozilla::gl::GLContext*, int (mozilla::gl::GLContext::*)(unsigned int, char const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<unsigned char, unsigned int>::Proxy(mozilla::gl::GLContext*, unsigned char (mozilla::gl::GLContext::*)(unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, unsigned int, unsigned int, void*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, int, int, unsigned int, unsigned int, void*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, char const* const*, int const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, char const* const*, int const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, float const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, float const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, int const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, float, float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, float, float, float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float, float, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, float, float, float, float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned char, float const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, unsigned char, float const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, float>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, float)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, float const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, float const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, unsigned char, int, void const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, unsigned char, int, void const*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void*, unsigned int, unsigned int>::Proxy(mozilla::gl::GLContext*, void* (mozilla::gl::GLContext::*)(unsigned int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int, int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, int, int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, int, int, int, int, unsigned int, unsigned int>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, int, int, int, int, int, int, unsigned int, unsigned int)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int*)) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned int const*>::Proxy(mozilla::gl::GLContext*, void (mozilla::gl::GLContext::*)(int, int, unsigned int const*)) |
354 | | template<typename... ActualArgs> |
355 | | R operator()(ActualArgs&&... aArgs) |
356 | 0 | { |
357 | 0 | return ((*mRawPtr).*mFunction)(std::forward<ActualArgs>(aArgs)...); |
358 | 0 | } Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int*>::operator()<unsigned int&, int*&>(unsigned int&, int*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int>::operator()<unsigned int&>(unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int>::operator()<unsigned int&, unsigned int&>(unsigned int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, char const*>::operator()<unsigned int&, unsigned int&, char const*&>(unsigned int&, unsigned int&, char const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, float, float, float, float>::operator()<float&, float&, float&, float&>(float&, float&, float&, float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, long, void const*, unsigned int>::operator()<unsigned int&, long&, void const*&, unsigned int&>(unsigned int&, long&, void const*&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, long, long, void const*>::operator()<unsigned int&, long&, long&, void const*&>(unsigned int&, long&, long&, void const*&) Unexecuted instantiation: unsigned int RefPtr<mozilla::gl::GLContext>::Proxy<unsigned int, unsigned int>::operator()<unsigned int&>(unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int>::operator()<int&>(int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned char, unsigned char, unsigned char, unsigned char>::operator()<unsigned char&, unsigned char&, unsigned char&, unsigned char&>(unsigned char&, unsigned char&, unsigned char&, unsigned char&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int, int, int, int, void const*>::operator()<unsigned int&, int&, unsigned int&, int&, int&, int&, int&, void const*&>(unsigned int&, int&, unsigned int&, int&, int&, int&, int&, void const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, unsigned int, int, void const*>::operator()<unsigned int&, int&, int&, int&, int&, int&, unsigned int&, int&, void const*&>(unsigned int&, int&, int&, int&, int&, int&, unsigned int&, int&, void const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, int, int>::operator()<unsigned int&, int&, int&, int&, int&, int&, int&, int&>(unsigned int&, int&, int&, int&, int&, int&, int&, int&) Unexecuted instantiation: unsigned int RefPtr<mozilla::gl::GLContext>::Proxy<unsigned int>::operator()<>() Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, unsigned int const*>::operator()<int&, unsigned int const*&>(int&, unsigned int const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned char>::operator()<unsigned char&>(unsigned char&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int>::operator()<unsigned int&, int&, int&>(unsigned int&, int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, void const*>::operator()<unsigned int&, int&, unsigned int&, void const*&>(unsigned int&, int&, unsigned int&, void const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, int, unsigned int, void const*>::operator()<unsigned int&, unsigned int&, unsigned int&, int&, unsigned int&, void const*&>(unsigned int&, unsigned int&, unsigned int&, int&, unsigned int&, void const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void>::operator()<>() Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, unsigned int>::operator()<unsigned int&, unsigned int&, unsigned int&, unsigned int&>(unsigned int&, unsigned int&, unsigned int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, unsigned int, int>::operator()<unsigned int&, unsigned int&, unsigned int&, unsigned int&, int&>(unsigned int&, unsigned int&, unsigned int&, unsigned int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, unsigned int*>::operator()<int&, unsigned int*&>(int&, unsigned int*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, int*>::operator()<unsigned int&, unsigned int&, unsigned int&, int*&>(unsigned int&, unsigned int&, unsigned int&, int*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int*>::operator()<unsigned int&, unsigned int&, int*&>(unsigned int&, unsigned int&, int*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int*, char*>::operator()<unsigned int&, int&, int*&, char*&>(unsigned int&, int&, int*&, char*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int*, int*>::operator()<unsigned int&, unsigned int&, int*&, int*&>(unsigned int&, unsigned int&, int*&, int*&) Unexecuted instantiation: int RefPtr<mozilla::gl::GLContext>::Proxy<int, unsigned int, char const*>::operator()<unsigned int&, char const*&>(unsigned int&, char const*&) Unexecuted instantiation: unsigned char RefPtr<mozilla::gl::GLContext>::Proxy<unsigned char, unsigned int>::operator()<unsigned int&>(unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, float>::operator()<float&>(float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int>::operator()<unsigned int&, int&>(unsigned int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, unsigned int, unsigned int, void*>::operator()<int&, int&, int&, int&, unsigned int&, unsigned int&, void*&>(int&, int&, int&, int&, unsigned int&, unsigned int&, void*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int, int>::operator()<unsigned int&, unsigned int&, int&, int&>(unsigned int&, unsigned int&, int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int>::operator()<int&, int&, int&, int&>(int&, int&, int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, char const* const*, int const*>::operator()<unsigned int&, int&, char const* const*&, int const*&>(unsigned int&, int&, char const* const*&, int const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int>::operator()<unsigned int&, int&, unsigned int&>(unsigned int&, int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int, unsigned int>::operator()<unsigned int&, unsigned int&, int&, unsigned int&>(unsigned int&, unsigned int&, int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int>::operator()<unsigned int&, unsigned int&, unsigned int&>(unsigned int&, unsigned int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*>::operator()<unsigned int&, int&, int&, int&, int&, int&, unsigned int&, unsigned int&, void const*&>(unsigned int&, int&, int&, int&, int&, int&, unsigned int&, unsigned int&, void const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int>::operator()<unsigned int&, unsigned int&, int&>(unsigned int&, unsigned int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int const*>::operator()<unsigned int&, unsigned int&, int const*&>(unsigned int&, unsigned int&, int const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float>::operator()<int&, float&>(int&, float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int>::operator()<int&, int&>(int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, float const*>::operator()<int&, int&, float const*&>(int&, int&, float const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int const*>::operator()<int&, int&, int const*&>(int&, int&, int const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float>::operator()<int&, float&, float&>(int&, float&, float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int>::operator()<int&, int&, int&>(int&, int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float, float>::operator()<int&, float&, float&, float&>(int&, float&, float&, float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float, float, float>::operator()<int&, float&, float&, float&, float&>(int&, float&, float&, float&, float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, int>::operator()<int&, int&, int&, int&, int&>(int&, int&, int&, int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned char, float const*>::operator()<int&, int&, unsigned char&, float const*&>(int&, int&, unsigned char&, float const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, float>::operator()<unsigned int&, float&>(unsigned int&, float&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, float const*>::operator()<unsigned int&, float const*&>(unsigned int&, float const*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, unsigned char, int, void const*>::operator()<unsigned int&, int&, unsigned int&, unsigned char&, int&, void const*&>(unsigned int&, int&, unsigned int&, unsigned char&, int&, void const*&) Unexecuted instantiation: void* RefPtr<mozilla::gl::GLContext>::Proxy<void*, unsigned int, unsigned int>::operator()<unsigned int&, unsigned int&>(unsigned int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int, int>::operator()<unsigned int&, int&, unsigned int&, int&, int&>(unsigned int&, int&, unsigned int&, int&, int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, int, int, int, int, unsigned int, unsigned int>::operator()<int&, int&, int&, int&, int&, int&, int&, int&, unsigned int&, unsigned int&>(int&, int&, int&, int&, int&, int&, int&, int&, unsigned int&, unsigned int&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int*>::operator()<unsigned int&, int&, unsigned int&, int*&>(unsigned int&, int&, unsigned int&, int*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int*>::operator()<unsigned int&, unsigned int&, unsigned int*&>(unsigned int&, unsigned int&, unsigned int*&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int const*>::operator()<unsigned int const&, unsigned int&, int const* const&>(unsigned int const&, unsigned int&, int const* const&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned int const*>::operator()<unsigned int const&, unsigned int&, unsigned int const* const&>(unsigned int const&, unsigned int&, unsigned int const* const&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, float const*>::operator()<unsigned int const&, unsigned int&, float const* const&>(unsigned int const&, unsigned int&, float const* const&) Unexecuted instantiation: void RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned char, float const*>::operator()<unsigned int const&, unsigned int&, bool&, float const*&>(unsigned int const&, unsigned int&, bool&, float const*&) |
359 | | }; |
360 | | |
361 | | template <typename R, typename... Args> |
362 | | Proxy<R, Args...> operator->*(R (T::*aFptr)(Args...)) const |
363 | 0 | { |
364 | 0 | MOZ_ASSERT(mRawPtr != nullptr, |
365 | 0 | "You can't dereference a NULL RefPtr with operator->*()."); |
366 | 0 | return Proxy<R, Args...>(get(), aFptr); |
367 | 0 | } Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int*>(void (mozilla::gl::GLContext::*)(unsigned int, int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, char const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, char const*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, char const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, float, float, float, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, float, float, float, float>(void (mozilla::gl::GLContext::*)(float, float, float, float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, long, void const*, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, long, void const*, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int, long, void const*, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, long, long, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, long, long, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, long, long, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<unsigned int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<unsigned int, unsigned int>(unsigned int (mozilla::gl::GLContext::*)(unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, int>(void (mozilla::gl::GLContext::*)(int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned char, unsigned char, unsigned char, unsigned char> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned char, unsigned char, unsigned char, unsigned char>(void (mozilla::gl::GLContext::*)(unsigned char, unsigned char, unsigned char, unsigned char)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int, int, int, int, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, unsigned int, int, int, int, int, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, int, int, int, int, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, unsigned int, int, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, int, int, int, int, unsigned int, int, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, int, int, int, int, int, unsigned int, int, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, int, int, int, int, int, int>(void (mozilla::gl::GLContext::*)(unsigned int, int, int, int, int, int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<unsigned int>(unsigned int (mozilla::gl::GLContext::*)()) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, unsigned int const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, unsigned int const*>(void (mozilla::gl::GLContext::*)(int, unsigned int const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned char> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned char>(void (mozilla::gl::GLContext::*)(unsigned char)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, int>(void (mozilla::gl::GLContext::*)(unsigned int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, unsigned int, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, int, unsigned int, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, unsigned int, int, unsigned int, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, int, unsigned int, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void> RefPtr<mozilla::gl::GLContext>::operator->*<void>(void (mozilla::gl::GLContext::*)()) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, unsigned int, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, unsigned int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, unsigned int, unsigned int, int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, unsigned int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, unsigned int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, unsigned int*>(void (mozilla::gl::GLContext::*)(int, unsigned int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int, int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, unsigned int, int*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int, int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, int*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int*, char*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, int*, char*>(void (mozilla::gl::GLContext::*)(unsigned int, int, int*, char*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int*, int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, int*, int*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int*, int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<int, unsigned int, char const*> RefPtr<mozilla::gl::GLContext>::operator->*<int, unsigned int, char const*>(int (mozilla::gl::GLContext::*)(unsigned int, char const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<unsigned char, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<unsigned char, unsigned int>(unsigned char (mozilla::gl::GLContext::*)(unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, float>(void (mozilla::gl::GLContext::*)(float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int>(void (mozilla::gl::GLContext::*)(unsigned int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, unsigned int, unsigned int, void*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, int, int, unsigned int, unsigned int, void*>(void (mozilla::gl::GLContext::*)(int, int, int, int, unsigned int, unsigned int, void*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, int, int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, int, int>(void (mozilla::gl::GLContext::*)(int, int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, char const* const*, int const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, char const* const*, int const*>(void (mozilla::gl::GLContext::*)(unsigned int, int, char const* const*, int const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, int, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, unsigned int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, int>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, int const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, int const*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, int const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, float>(void (mozilla::gl::GLContext::*)(int, float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int>(void (mozilla::gl::GLContext::*)(int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, float const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, float const*>(void (mozilla::gl::GLContext::*)(int, int, float const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, int const*>(void (mozilla::gl::GLContext::*)(int, int, int const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, float, float>(void (mozilla::gl::GLContext::*)(int, float, float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, int>(void (mozilla::gl::GLContext::*)(int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, float, float, float>(void (mozilla::gl::GLContext::*)(int, float, float, float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, float, float, float, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, float, float, float, float>(void (mozilla::gl::GLContext::*)(int, float, float, float, float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, int, int, int>(void (mozilla::gl::GLContext::*)(int, int, int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned char, float const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, unsigned char, float const*>(void (mozilla::gl::GLContext::*)(int, int, unsigned char, float const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, float> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, float>(void (mozilla::gl::GLContext::*)(unsigned int, float)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, float const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, float const*>(void (mozilla::gl::GLContext::*)(unsigned int, float const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, unsigned char, int, void const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, unsigned int, unsigned char, int, void const*>(void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, unsigned char, int, void const*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void*, unsigned int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void*, unsigned int, unsigned int>(void* (mozilla::gl::GLContext::*)(unsigned int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int, int> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, unsigned int, int, int>(void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, int, int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, int, int, int, int, int, int, unsigned int, unsigned int> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, int, int, int, int, int, int, unsigned int, unsigned int>(void (mozilla::gl::GLContext::*)(int, int, int, int, int, int, int, int, unsigned int, unsigned int)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, int, unsigned int, int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, int, unsigned int, int*>(void (mozilla::gl::GLContext::*)(unsigned int, int, unsigned int, int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, unsigned int, unsigned int, unsigned int*> RefPtr<mozilla::gl::GLContext>::operator->*<void, unsigned int, unsigned int, unsigned int*>(void (mozilla::gl::GLContext::*)(unsigned int, unsigned int, unsigned int*)) const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::Proxy<void, int, int, unsigned int const*> RefPtr<mozilla::gl::GLContext>::operator->*<void, int, int, unsigned int const*>(void (mozilla::gl::GLContext::*)(int, int, unsigned int const*)) const |
368 | | |
369 | | RefPtr<T>* |
370 | | get_address() |
371 | | // This is not intended to be used by clients. See |address_of| |
372 | | // below. |
373 | | { |
374 | | return this; |
375 | | } |
376 | | |
377 | | const RefPtr<T>* |
378 | | get_address() const |
379 | | // This is not intended to be used by clients. See |address_of| |
380 | | // below. |
381 | | { |
382 | | return this; |
383 | | } |
384 | | |
385 | | public: |
386 | | T& |
387 | | operator*() const |
388 | 0 | { |
389 | 0 | MOZ_ASSERT(mRawPtr != nullptr, |
390 | 0 | "You can't dereference a NULL RefPtr with operator*()."); |
391 | 0 | return *get(); |
392 | 0 | } Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::operator*() const Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::operator*() const Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::operator*() const Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::operator*() const Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::operator*() const Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::operator*() const Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::operator*() const Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::operator*() const Unexecuted instantiation: RefPtr<mozilla::dom::WebGLContextEvent>::operator*() const |
393 | | |
394 | | T** |
395 | | StartAssignment() |
396 | 0 | { |
397 | 0 | assign_assuming_AddRef(nullptr); |
398 | 0 | return reinterpret_cast<T**>(&mRawPtr); |
399 | 0 | } Unexecuted instantiation: RefPtr<nsIThread>::StartAssignment() Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::StartAssignment() Unexecuted instantiation: RefPtr<mozilla::layers::Image>::StartAssignment() Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTarget>::StartAssignment() Unexecuted instantiation: RefPtr<mozilla::dom::Touch>::StartAssignment() |
400 | | private: |
401 | | // This helper class makes |RefPtr<const T>| possible by casting away |
402 | | // the constness from the pointer when calling AddRef() and Release(). |
403 | | // |
404 | | // This is necessary because AddRef() and Release() implementations can't |
405 | | // generally expected to be const themselves (without heavy use of |mutable| |
406 | | // and |const_cast| in their own implementations). |
407 | | // |
408 | | // This should be sound because while |RefPtr<const T>| provides a |
409 | | // const view of an object, the object itself should not be const (it |
410 | | // would have to be allocated as |new const T| or similar to be const). |
411 | | template<class U> |
412 | | struct ConstRemovingRefPtrTraits |
413 | | { |
414 | 0 | static void AddRef(U* aPtr) { |
415 | 0 | mozilla::RefPtrTraits<U>::AddRef(aPtr); |
416 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::ConstRemovingRefPtrTraits<mozilla::VolatileBuffer>::AddRef(mozilla::VolatileBuffer*) Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::ConstRemovingRefPtrTraits<nsCSSValueSharedList>::AddRef(nsCSSValueSharedList*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::ConstRemovingRefPtrTraits<mozilla::layers::TextureReadbackSink>::AddRef(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::ConstRemovingRefPtrTraits<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::AddRef(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::ConstRemovingRefPtrTraits<mozilla::layers::Layer>::AddRef(mozilla::layers::Layer*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::ConstRemovingRefPtrTraits<mozilla::gl::GLContextGLX>::AddRef(mozilla::gl::GLContextGLX*) Unexecuted instantiation: RefPtr<gfxXlibSurface>::ConstRemovingRefPtrTraits<gfxXlibSurface>::AddRef(gfxXlibSurface*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::AddRef(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::ConstRemovingRefPtrTraits<mozilla::gl::GLContext>::AddRef(mozilla::gl::GLContext*) Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::ConstRemovingRefPtrTraits<mozilla::gl::GLLibraryEGL>::AddRef(mozilla::gl::GLLibraryEGL*) Unexecuted instantiation: RefPtr<gfxASurface>::ConstRemovingRefPtrTraits<gfxASurface>::AddRef(gfxASurface*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::ConstRemovingRefPtrTraits<mozilla::gl::GLContextEGL>::AddRef(mozilla::gl::GLContextEGL*) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::ConstRemovingRefPtrTraits<mozilla::layers::LayersIPCChannel>::AddRef(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::ConstRemovingRefPtrTraits<mozilla::layers::SharedSurfaceTextureClient>::AddRef(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::ConstRemovingRefPtrTraits<mozilla::gl::TextureImage>::AddRef(mozilla::gl::TextureImage*) Unexecuted instantiation: RefPtr<mozilla::gl::BasicTextureImage>::ConstRemovingRefPtrTraits<mozilla::gl::BasicTextureImage>::AddRef(mozilla::gl::BasicTextureImage*) Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::ConstRemovingRefPtrTraits<mozilla::layers::ShadowLayerForwarder>::AddRef(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::AddRef(mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory>*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::ConstRemovingRefPtrTraits<mozilla::gl::TextureImageEGL>::AddRef(mozilla::gl::TextureImageEGL*) Unexecuted instantiation: RefPtr<gfxContext>::ConstRemovingRefPtrTraits<gfxContext>::AddRef(gfxContext*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::ConstRemovingRefPtrTraits<mozilla::layers::TextureSourceProvider>::AddRef(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::TextureSource>::AddRef(mozilla::layers::TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::ConstRemovingRefPtrTraits<mozilla::layers::CompositingRenderTarget>::AddRef(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::ConstRemovingRefPtrTraits<mozilla::layers::TexturedEffect>::AddRef(mozilla::layers::TexturedEffect*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectComponentAlpha>::ConstRemovingRefPtrTraits<mozilla::layers::EffectComponentAlpha>::AddRef(mozilla::layers::EffectComponentAlpha*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::ConstRemovingRefPtrTraits<mozilla::layers::CompositableHost>::AddRef(mozilla::layers::CompositableHost*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::X11TextureSource>::AddRef(mozilla::layers::X11TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::ConstRemovingRefPtrTraits<mozilla::layers::Compositor>::AddRef(mozilla::layers::Compositor*) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::ConstRemovingRefPtrTraits<RawServoAnimationValue>::AddRef(RawServoAnimationValue*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncCanvasRenderer>::AddRef(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::ConstRemovingRefPtrTraits<mozilla::layers::DebugDataSender>::AddRef(mozilla::layers::DebugDataSender*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::ConstRemovingRefPtrTraits<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::AddRef(mozilla::layers::LayerScopeWebSocketManager::SocketHandler*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderAnimationData>::AddRef(mozilla::layers::WebRenderAnimationData*) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::ConstRemovingRefPtrTraits<mozilla::layers::Effect>::AddRef(mozilla::layers::Effect*) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::ConstRemovingRefPtrTraits<mozilla::layers::PersistentBufferProvider>::AddRef(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderUserData>::AddRef(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderCanvasData>::AddRef(mozilla::layers::WebRenderCanvasData*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::ConstRemovingRefPtrTraits<mozilla::layers::ImageHost>::AddRef(mozilla::layers::ImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncPanZoomController>::AddRef(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::ConstRemovingRefPtrTraits<mozilla::layers::MemoryPressureObserver>::AddRef(mozilla::layers::MemoryPressureObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorBridgeChild>::AddRef(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::ConstRemovingRefPtrTraits<mozilla::layers::PaintThread>::AddRef(mozilla::layers::PaintThread*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorOGL>::AddRef(mozilla::layers::CompositorOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderTextureHostWrapper>::AddRef(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::ConstRemovingRefPtrTraits<mozilla::layers::MLGTexture>::AddRef(mozilla::layers::MLGTexture*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::MLGBuffer>::AddRef(mozilla::layers::MLGBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::ConstRemovingRefPtrTraits<mozilla::layers::MLGDevice>::AddRef(mozilla::layers::MLGDevice*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::ConstRemovingRefPtrTraits<mozilla::layers::ContentHost>::AddRef(mozilla::layers::ContentHost*) Unexecuted instantiation: RefPtr<mozilla::layers::SolidColorPass>::ConstRemovingRefPtrTraits<mozilla::layers::SolidColorPass>::AddRef(mozilla::layers::SolidColorPass*) Unexecuted instantiation: RefPtr<mozilla::layers::SingleTexturePass>::ConstRemovingRefPtrTraits<mozilla::layers::SingleTexturePass>::AddRef(mozilla::layers::SingleTexturePass*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewPass>::ConstRemovingRefPtrTraits<mozilla::layers::RenderViewPass>::AddRef(mozilla::layers::RenderViewPass*) Unexecuted instantiation: RefPtr<mozilla::layers::VideoRenderPass>::ConstRemovingRefPtrTraits<mozilla::layers::VideoRenderPass>::AddRef(mozilla::layers::VideoRenderPass*) Unexecuted instantiation: RefPtr<mozilla::layers::ComponentAlphaPass>::ConstRemovingRefPtrTraits<mozilla::layers::ComponentAlphaPass>::AddRef(mozilla::layers::ComponentAlphaPass*) Unexecuted instantiation: RefPtr<mozilla::layers::ClearViewPass>::ConstRemovingRefPtrTraits<mozilla::layers::ClearViewPass>::AddRef(mozilla::layers::ClearViewPass*) Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::ConstRemovingRefPtrTraits<mozilla::layers::MaskOperation>::AddRef(mozilla::layers::MaskOperation*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::ConstRemovingRefPtrTraits<mozilla::layers::MLGRenderTarget>::AddRef(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::ConstRemovingRefPtrTraits<mozilla::layers::RenderViewMLGPU>::AddRef(mozilla::layers::RenderViewMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::ConstRemovingRefPtrTraits<mozilla::layers::RenderPassMLGPU>::AddRef(mozilla::layers::RenderPassMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::ConstRemovingRefPtrTraits<mozilla::layers::TempImageLayerMLGPU>::AddRef(mozilla::layers::TempImageLayerMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::ConstRemovingRefPtrTraits<mozilla::layers::CompositingRenderTargetOGL>::AddRef(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectSolidColor>::ConstRemovingRefPtrTraits<mozilla::layers::EffectSolidColor>::AddRef(mozilla::layers::EffectSolidColor*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBufferOGL>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncReadbackBufferOGL>::AddRef(mozilla::layers::AsyncReadbackBufferOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureImageTextureSourceOGL>::ConstRemovingRefPtrTraits<mozilla::layers::TextureImageTextureSourceOGL>::AddRef(mozilla::layers::TextureImageTextureSourceOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::DirectMapTextureSource>::AddRef(mozilla::layers::DirectMapTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorTexturePoolOGL>::AddRef(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::EGLImageTextureSource>::AddRef(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::GLTextureSource>::AddRef(mozilla::layers::GLTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderImageHost>::AddRef(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncImagePipelineManager>::AddRef(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::RotatedBuffer>::AddRef(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderDrawEventRecorder>::AddRef(mozilla::layers::WebRenderDrawEventRecorder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureWrapperImage>::ConstRemovingRefPtrTraits<mozilla::layers::TextureWrapperImage>::AddRef(mozilla::layers::TextureWrapperImage*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::ConstRemovingRefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::AddRef(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::ConstRemovingRefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::AddRef(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*) Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositorMediaProxy>::ConstRemovingRefPtrTraits<mozilla::layers::KnowsCompositorMediaProxy>::AddRef(mozilla::layers::KnowsCompositorMediaProxy*) Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::ConstRemovingRefPtrTraits<mozilla::widget::CompositorWidget>::AddRef(mozilla::widget::CompositorWidget*) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::ConstRemovingRefPtrTraits<mozilla::wr::WebRenderAPI>::AddRef(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorVsyncScheduler>::AddRef(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorAnimationStorage>::AddRef(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorBridgeParentBase>::AddRef(mozilla::layers::CompositorBridgeParentBase*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderGroupData>::AddRef(mozilla::layers::WebRenderGroupData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderImageData>::AddRef(mozilla::layers::WebRenderImageData*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::BasicLayerManager>::AddRef(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderFallbackData>::AddRef(mozilla::layers::WebRenderFallbackData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderBridgeChild>::AddRef(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TransactionIdAllocator>::AddRef(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderLayerManager>::AddRef(mozilla::layers::WebRenderLayerManager*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::ConstRemovingRefPtrTraits<mozilla::wr::RenderTextureHost>::AddRef(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderTextureHost>::AddRef(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::ConstRemovingRefPtrTraits<mozilla::layers::CheckerboardEventStorage>::AddRef(mozilla::layers::CheckerboardEventStorage*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*) Unexecuted instantiation: RefPtr<mozilla::dom::CheckerboardReportService>::ConstRemovingRefPtrTraits<mozilla::dom::CheckerboardReportService>::AddRef(mozilla::dom::CheckerboardReportService*) Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::ConstRemovingRefPtrTraits<mozilla::layers::APZEventState>::AddRef(mozilla::layers::APZEventState*) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::ConstRemovingRefPtrTraits<mozilla::layers::IAPZCTreeManager>::AddRef(mozilla::layers::IAPZCTreeManager*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::ConstRemovingRefPtrTraits<mozilla::layers::ChromeProcessController>::AddRef(mozilla::layers::ChromeProcessController*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::dom::TabChild>::ConstRemovingRefPtrTraits<mozilla::dom::TabChild>::AddRef(mozilla::dom::TabChild*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasLayer>::AddRef(mozilla::layers::CanvasLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ColorLayer>::AddRef(mozilla::layers::ColorLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::ConstRemovingRefPtrTraits<mozilla::layers::DataTextureSourceBasic>::AddRef(mozilla::layers::DataTextureSourceBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::ConstRemovingRefPtrTraits<mozilla::layers::BasicCompositor>::AddRef(mozilla::layers::BasicCompositor*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ContainerLayer>::AddRef(mozilla::layers::ContainerLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ReadbackLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ReadbackLayer>::AddRef(mozilla::layers::ReadbackLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClientBasic>::AddRef(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::ConstRemovingRefPtrTraits<mozilla::layers::PaintedLayer>::AddRef(mozilla::layers::PaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientAllocator>::AddRef(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientSharedSurface>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClientSharedSurface>::AddRef(mozilla::layers::CanvasClientSharedSurface*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientBridge>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClientBridge>::AddRef(mozilla::layers::CanvasClientBridge*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient2D>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClient2D>::AddRef(mozilla::layers::CanvasClient2D*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientCanvasLayer>::AddRef(mozilla::layers::ClientCanvasLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientColorLayer>::AddRef(mozilla::layers::ClientColorLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientContainerLayer>::AddRef(mozilla::layers::ClientContainerLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientRefLayer>::AddRef(mozilla::layers::ClientRefLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientImageLayer>::AddRef(mozilla::layers::ClientImageLayer*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::ClientLayerManager>::AddRef(mozilla::layers::ClientLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::ConstRemovingRefPtrTraits<mozilla::layers::SyncObjectClient>::AddRef(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientTiledPaintedLayer>::AddRef(mozilla::layers::ClientTiledPaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientPaintedLayer>::AddRef(mozilla::layers::ClientPaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::ConstRemovingRefPtrTraits<mozilla::layers::TiledContentClient>::AddRef(mozilla::layers::TiledContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::ConstRemovingRefPtrTraits<mozilla::layers::CompositableForwarder>::AddRef(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientRecycleAllocator>::AddRef(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientDoubleBuffered>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClientDoubleBuffered>::AddRef(mozilla::layers::ContentClientDoubleBuffered*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientSingleBuffered>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClientSingleBuffered>::AddRef(mozilla::layers::ContentClientSingleBuffered*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::RemoteRotatedBuffer>::AddRef(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::dom::VideoDecoderManagerChild>::ConstRemovingRefPtrTraits<mozilla::dom::VideoDecoderManagerChild>::AddRef(mozilla::dom::VideoDecoderManagerChild*) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::ConstRemovingRefPtrTraits<mozilla::gfx::DrawTargetCapture>::AddRef(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientSingleTiledLayerBuffer>::AddRef(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::ConstRemovingRefPtrTraits<mozilla::layers::TextureChild>::AddRef(mozilla::layers::TextureChild*) Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::ITextureClientRecycleAllocator>::AddRef(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::ConstRemovingRefPtrTraits<mozilla::layers::TextureForwarder>::AddRef(mozilla::layers::TextureForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::ShmemTextureReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::ShmemTextureReadLock>::AddRef(mozilla::layers::ShmemTextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::TextureReadLock>::AddRef(mozilla::layers::TextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessSemaphoreReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::CrossProcessSemaphoreReadLock>::AddRef(mozilla::layers::CrossProcessSemaphoreReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryTextureReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::MemoryTextureReadLock>::AddRef(mozilla::layers::MemoryTextureReadLock*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::ConstRemovingRefPtrTraits<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::AddRef(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientHolder>::AddRef(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::HostLayerManager>::AddRef(mozilla::layers::HostLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectMask>::ConstRemovingRefPtrTraits<mozilla::layers::EffectMask>::AddRef(mozilla::layers::EffectMask*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncReadbackBuffer>::AddRef(mozilla::layers::AsyncReadbackBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::ConstRemovingRefPtrTraits<mozilla::layers::ContainerLayerComposite>::AddRef(mozilla::layers::ContainerLayerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::ConstRemovingRefPtrTraits<mozilla::layers::RefLayerComposite>::AddRef(mozilla::layers::RefLayerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::ConstRemovingRefPtrTraits<mozilla::layers::TextRenderer>::AddRef(mozilla::layers::TextRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::ConstRemovingRefPtrTraits<mozilla::layers::PaintCounter>::AddRef(mozilla::layers::PaintCounter*) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::ConstRemovingRefPtrTraits<mozilla::layers::RefLayer>::AddRef(mozilla::layers::RefLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectRGB>::ConstRemovingRefPtrTraits<mozilla::layers::EffectRGB>::AddRef(mozilla::layers::EffectRGB*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureHost>::ConstRemovingRefPtrTraits<mozilla::layers::X11TextureHost>::AddRef(mozilla::layers::X11TextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ISurfaceAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::ISurfaceAllocator>::AddRef(mozilla::layers::ISurfaceAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::APZInputBridgeChild>::AddRef(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorManagerChild>::AddRef(mozilla::layers::CompositorManagerChild*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::ConstRemovingRefPtrTraits<mozilla::layers::LayerTransactionChild>::AddRef(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::LayerManager>::AddRef(mozilla::layers::LayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientPool>::AddRef(mozilla::layers::TextureClientPool*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorManagerParent>::AddRef(mozilla::layers::CompositorManagerParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorBridgeParent>::AddRef(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncCompositionManager>::AddRef(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderBridgeParent>::AddRef(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::CrossProcessCompositorBridgeParent>::AddRef(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: RefPtr<nsISerialEventTarget>::ConstRemovingRefPtrTraits<nsISerialEventTarget>::AddRef(nsISerialEventTarget*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorThreadHolder>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorThreadHolder>::AddRef(mozilla::layers::CompositorThreadHolder*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorVsyncScheduler::Observer>::AddRef(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::ImageBridgeChild>::AddRef(mozilla::layers::ImageBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::ImageBridgeParent>::AddRef(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::AddRef(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::ConstRemovingRefPtrTraits<mozilla::layers::RemoteContentController>::AddRef(mozilla::layers::RemoteContentController*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::ConstRemovingRefPtrTraits<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::AddRef(mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableClient>::ConstRemovingRefPtrTraits<mozilla::layers::CompositableClient>::AddRef(mozilla::layers::CompositableClient*) Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::ConstRemovingRefPtrTraits<mozilla::gl::SkiaGLGlue>::AddRef(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::ConstRemovingRefPtrTraits<mozilla::gfx::VsyncSource>::AddRef(mozilla::gfx::VsyncSource*) Unexecuted instantiation: gfxPlatform.cpp:RefPtr<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::AddRef(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::ConstRemovingRefPtrTraits<GtkVsyncSource::GLXDisplay>::AddRef(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: RefPtr<nsRefreshDriver>::ConstRemovingRefPtrTraits<nsRefreshDriver>::AddRef(nsRefreshDriver*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::ConstRemovingRefPtrTraits<mozilla::wr::RenderThread>::AddRef(mozilla::wr::RenderThread*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::AddRef(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::ConstRemovingRefPtrTraits<mozilla::wr::RenderTextureHostWrapper>::AddRef(mozilla::wr::RenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::ConstRemovingRefPtrTraits<mozilla::SVGFilterObserverList>::AddRef(mozilla::SVGFilterObserverList*) Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::ConstRemovingRefPtrTraits<mozilla::dom::BlobCallback>::AddRef(mozilla::dom::BlobCallback*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::AddRef(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver>::AddRef(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}>::AddRef(mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}>::AddRef(mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}*) Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::ConstRemovingRefPtrTraits<mozilla::layers::SourceSurfaceImage>::AddRef(mozilla::layers::SourceSurfaceImage*) Unexecuted instantiation: RefPtr<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::ConstRemovingRefPtrTraits<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::AddRef(mozilla::dom::FulfillImageBitmapPromiseWorkerTask*) Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::ConstRemovingRefPtrTraits<mozilla::layers::NVImage>::AddRef(mozilla::layers::NVImage*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::ConstRemovingRefPtrTraits<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::AddRef(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::ConstRemovingRefPtrTraits<mozilla::ImageCacheObserver>::AddRef(mozilla::ImageCacheObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::ConstRemovingRefPtrTraits<mozilla::dom::CanvasShutdownObserver>::AddRef(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::ConstRemovingRefPtrTraits<nsICanvasRenderingContextInternal>::AddRef(nsICanvasRenderingContextInternal*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::AddRef(mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageBitmapFromBlob>::AddRef(mozilla::dom::CreateImageBitmapFromBlob*) Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::ConstRemovingRefPtrTraits<mozilla::dom::WorkerSameThreadRunnable>::AddRef(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::AddRef(mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask*) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::AddRef(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlobRunnable>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageBitmapFromBlobRunnable>::AddRef(mozilla::dom::CreateImageBitmapFromBlobRunnable*) Unexecuted instantiation: RefPtr<mozilla::webgl::AvailabilityRunnable>::ConstRemovingRefPtrTraits<mozilla::webgl::AvailabilityRunnable>::AddRef(mozilla::webgl::AvailabilityRunnable*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::AddRef(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::ConstRemovingRefPtrTraits<mozilla::WebGLExtensionBase>::AddRef(mozilla::WebGLExtensionBase*) Unexecuted instantiation: RefPtr<mozilla::WatchdogTimerEvent>::ConstRemovingRefPtrTraits<mozilla::WatchdogTimerEvent>::AddRef(mozilla::WatchdogTimerEvent*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::AddRef(mozilla::detail::WeakReference<mozilla::WebGLFramebuffer>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::ConstRemovingRefPtrTraits<mozilla::webgl::LinkedProgramInfo>::AddRef(mozilla::webgl::LinkedProgramInfo*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::AddRef(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::AddRef(mozilla::detail::WeakReference<nsNPAPIPluginInstance>*) Unexecuted instantiation: RefPtr<nsNPAPIPluginStreamListener>::ConstRemovingRefPtrTraits<nsNPAPIPluginStreamListener>::AddRef(nsNPAPIPluginStreamListener*) Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::ConstRemovingRefPtrTraits<nsPluginDOMContextMenuListener>::AddRef(nsPluginDOMContextMenuListener*) Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::ConstRemovingRefPtrTraits<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::AddRef(ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<DeleteTask<mozilla::plugins::PluginModuleChild> >::ConstRemovingRefPtrTraits<DeleteTask<mozilla::plugins::PluginModuleChild> >::AddRef(DeleteTask<mozilla::plugins::PluginModuleChild>*) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::ConstRemovingRefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::AddRef(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > >*) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::ConstRemovingRefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::AddRef(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::ConstRemovingRefPtrTraits<mozilla::a11y::Accessible>::AddRef(mozilla::a11y::Accessible*) Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::ConstRemovingRefPtrTraits<FullscreenTransitionWindow>::AddRef(FullscreenTransitionWindow*) Unexecuted instantiation: RefPtr<nsWindow>::ConstRemovingRefPtrTraits<nsWindow>::AddRef(nsWindow*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::AddRef(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::ConstRemovingRefPtrTraits<mozilla::widget::IMContextWrapper>::AddRef(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: RefPtr<MockWidget>::ConstRemovingRefPtrTraits<MockWidget>::AddRef(MockWidget*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::ConstRemovingRefPtrTraits<mozilla::layers::LayerManagerComposite>::AddRef(mozilla::layers::LayerManagerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::TestSurfaceAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TestSurfaceAllocator>::AddRef(mozilla::layers::TestSurfaceAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::BufferTextureHost>::ConstRemovingRefPtrTraits<mozilla::layers::BufferTextureHost>::AddRef(mozilla::layers::BufferTextureHost*) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::ConstRemovingRefPtrTraits<TestNodeReverse<SearchNodeType> >::AddRef(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::ConstRemovingRefPtrTraits<TestNodeForward<SearchNodeType> >::AddRef(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::ConstRemovingRefPtrTraits<TestNodeForward<ForEachNodeType> >::AddRef(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::ConstRemovingRefPtrTraits<TestNodeReverse<ForEachNodeType> >::AddRef(TestNodeReverse<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestVsyncObserver>::ConstRemovingRefPtrTraits<TestVsyncObserver>::AddRef(TestVsyncObserver*) |
417 | 0 | static void Release(U* aPtr) { |
418 | 0 | mozilla::RefPtrTraits<U>::Release(aPtr); |
419 | 0 | } Unexecuted instantiation: RefPtr<mozilla::VolatileBuffer>::ConstRemovingRefPtrTraits<mozilla::VolatileBuffer>::Release(mozilla::VolatileBuffer*) Unexecuted instantiation: RefPtr<nsCSSValueSharedList>::ConstRemovingRefPtrTraits<nsCSSValueSharedList>::Release(nsCSSValueSharedList*) Unexecuted instantiation: RefPtr<nsRefreshDriver>::ConstRemovingRefPtrTraits<nsRefreshDriver>::Release(nsRefreshDriver*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadbackSink>::ConstRemovingRefPtrTraits<mozilla::layers::TextureReadbackSink>::Release(mozilla::layers::TextureReadbackSink*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::ConstRemovingRefPtrTraits<ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::Release(ExpirationTrackerImpl<mozilla::layers::ActiveResource, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::Layer>::ConstRemovingRefPtrTraits<mozilla::layers::Layer>::Release(mozilla::layers::Layer*) Unexecuted instantiation: RefPtr<mozilla::dom::VideoDecoderManagerChild>::ConstRemovingRefPtrTraits<mozilla::dom::VideoDecoderManagerChild>::Release(mozilla::dom::VideoDecoderManagerChild*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextGLX>::ConstRemovingRefPtrTraits<mozilla::gl::GLContextGLX>::Release(mozilla::gl::GLContextGLX*) Unexecuted instantiation: RefPtr<gfxXlibSurface>::ConstRemovingRefPtrTraits<gfxXlibSurface>::Release(gfxXlibSurface*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContext>::ConstRemovingRefPtrTraits<mozilla::gl::GLContext>::Release(mozilla::gl::GLContext*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::GLContext> >::Release(mozilla::detail::WeakReference<mozilla::gl::GLContext>*) Unexecuted instantiation: RefPtr<mozilla::gl::GLLibraryEGL>::ConstRemovingRefPtrTraits<mozilla::gl::GLLibraryEGL>::Release(mozilla::gl::GLLibraryEGL*) Unexecuted instantiation: RefPtr<mozilla::gl::GLContextEGL>::ConstRemovingRefPtrTraits<mozilla::gl::GLContextEGL>::Release(mozilla::gl::GLContextEGL*) Unexecuted instantiation: RefPtr<gfxASurface>::ConstRemovingRefPtrTraits<gfxASurface>::Release(gfxASurface*) Unexecuted instantiation: RefPtr<mozilla::layers::LayersIPCChannel>::ConstRemovingRefPtrTraits<mozilla::layers::LayersIPCChannel>::Release(mozilla::layers::LayersIPCChannel*) Unexecuted instantiation: RefPtr<mozilla::layers::SharedSurfaceTextureClient>::ConstRemovingRefPtrTraits<mozilla::layers::SharedSurfaceTextureClient>::Release(mozilla::layers::SharedSurfaceTextureClient*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImage>::ConstRemovingRefPtrTraits<mozilla::gl::TextureImage>::Release(mozilla::gl::TextureImage*) Unexecuted instantiation: RefPtr<mozilla::gl::BasicTextureImage>::ConstRemovingRefPtrTraits<mozilla::gl::BasicTextureImage>::Release(mozilla::gl::BasicTextureImage*) Unexecuted instantiation: RefPtr<mozilla::gfx::DrawTargetCapture>::ConstRemovingRefPtrTraits<mozilla::gfx::DrawTargetCapture>::Release(mozilla::gfx::DrawTargetCapture*) Unexecuted instantiation: RefPtr<mozilla::layers::ShadowLayerForwarder>::ConstRemovingRefPtrTraits<mozilla::layers::ShadowLayerForwarder>::Release(mozilla::layers::ShadowLayerForwarder*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory> >::Release(mozilla::detail::WeakReference<mozilla::gl::SurfaceFactory>*) Unexecuted instantiation: RefPtr<mozilla::gl::TextureImageEGL>::ConstRemovingRefPtrTraits<mozilla::gl::TextureImageEGL>::Release(mozilla::gl::TextureImageEGL*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSourceProvider>::ConstRemovingRefPtrTraits<mozilla::layers::TextureSourceProvider>::Release(mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::TextureSource>::Release(mozilla::layers::TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTarget>::ConstRemovingRefPtrTraits<mozilla::layers::CompositingRenderTarget>::Release(mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::Effect>::ConstRemovingRefPtrTraits<mozilla::layers::Effect>::Release(mozilla::layers::Effect*) Unexecuted instantiation: RefPtr<mozilla::layers::TexturedEffect>::ConstRemovingRefPtrTraits<mozilla::layers::TexturedEffect>::Release(mozilla::layers::TexturedEffect*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectComponentAlpha>::ConstRemovingRefPtrTraits<mozilla::layers::EffectComponentAlpha>::Release(mozilla::layers::EffectComponentAlpha*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableHost>::ConstRemovingRefPtrTraits<mozilla::layers::CompositableHost>::Release(mozilla::layers::CompositableHost*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::X11TextureSource>::Release(mozilla::layers::X11TextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::Compositor>::ConstRemovingRefPtrTraits<mozilla::layers::Compositor>::Release(mozilla::layers::Compositor*) Unexecuted instantiation: RefPtr<RawServoAnimationValue>::ConstRemovingRefPtrTraits<RawServoAnimationValue>::Release(RawServoAnimationValue*) Unexecuted instantiation: RefPtr<nsCSSValue::Array>::ConstRemovingRefPtrTraits<nsCSSValue::Array>::Release(nsCSSValue::Array*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::ConstRemovingRefPtrTraits<mozilla::layers::LayerScopeWebSocketManager::SocketHandler>::Release(mozilla::layers::LayerScopeWebSocketManager::SocketHandler*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderAnimationData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderAnimationData>::Release(mozilla::layers::WebRenderAnimationData*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCanvasRenderer>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncCanvasRenderer>::Release(mozilla::layers::AsyncCanvasRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::PersistentBufferProvider>::ConstRemovingRefPtrTraits<mozilla::layers::PersistentBufferProvider>::Release(mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: RefPtr<mozilla::layers::DebugDataSender>::ConstRemovingRefPtrTraits<mozilla::layers::DebugDataSender>::Release(mozilla::layers::DebugDataSender*) Unexecuted instantiation: RefPtr<mozilla::wr::WebRenderAPI>::ConstRemovingRefPtrTraits<mozilla::wr::WebRenderAPI>::Release(mozilla::wr::WebRenderAPI*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderUserData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderUserData>::Release(mozilla::layers::WebRenderUserData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderCanvasData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderCanvasData>::Release(mozilla::layers::WebRenderCanvasData*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncPanZoomController>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncPanZoomController>::Release(mozilla::layers::AsyncPanZoomController*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageHost>::ConstRemovingRefPtrTraits<mozilla::layers::ImageHost>::Release(mozilla::layers::ImageHost*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryPressureObserver>::ConstRemovingRefPtrTraits<mozilla::layers::MemoryPressureObserver>::Release(mozilla::layers::MemoryPressureObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintThread>::ConstRemovingRefPtrTraits<mozilla::layers::PaintThread>::Release(mozilla::layers::PaintThread*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorBridgeChild>::Release(mozilla::layers::CompositorBridgeChild*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClient>::Release(mozilla::layers::CanvasClient*) Unexecuted instantiation: RefPtr<mozilla::layers::MaskOperation>::ConstRemovingRefPtrTraits<mozilla::layers::MaskOperation>::Release(mozilla::layers::MaskOperation*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHostWrapper>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderTextureHostWrapper>::Release(mozilla::layers::WebRenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGTexture>::ConstRemovingRefPtrTraits<mozilla::layers::MLGTexture>::Release(mozilla::layers::MLGTexture*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGRenderTarget>::ConstRemovingRefPtrTraits<mozilla::layers::MLGRenderTarget>::Release(mozilla::layers::MLGRenderTarget*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::MLGBuffer>::Release(mozilla::layers::MLGBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::MLGDevice>::ConstRemovingRefPtrTraits<mozilla::layers::MLGDevice>::Release(mozilla::layers::MLGDevice*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentHost>::ConstRemovingRefPtrTraits<mozilla::layers::ContentHost>::Release(mozilla::layers::ContentHost*) Unexecuted instantiation: RefPtr<mozilla::layers::SolidColorPass>::ConstRemovingRefPtrTraits<mozilla::layers::SolidColorPass>::Release(mozilla::layers::SolidColorPass*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderPassMLGPU>::ConstRemovingRefPtrTraits<mozilla::layers::RenderPassMLGPU>::Release(mozilla::layers::RenderPassMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::SingleTexturePass>::ConstRemovingRefPtrTraits<mozilla::layers::SingleTexturePass>::Release(mozilla::layers::SingleTexturePass*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewPass>::ConstRemovingRefPtrTraits<mozilla::layers::RenderViewPass>::Release(mozilla::layers::RenderViewPass*) Unexecuted instantiation: RefPtr<mozilla::layers::VideoRenderPass>::ConstRemovingRefPtrTraits<mozilla::layers::VideoRenderPass>::Release(mozilla::layers::VideoRenderPass*) Unexecuted instantiation: RefPtr<mozilla::layers::ComponentAlphaPass>::ConstRemovingRefPtrTraits<mozilla::layers::ComponentAlphaPass>::Release(mozilla::layers::ComponentAlphaPass*) Unexecuted instantiation: RefPtr<mozilla::layers::ClearViewPass>::ConstRemovingRefPtrTraits<mozilla::layers::ClearViewPass>::Release(mozilla::layers::ClearViewPass*) Unexecuted instantiation: RefPtr<mozilla::layers::RenderViewMLGPU>::ConstRemovingRefPtrTraits<mozilla::layers::RenderViewMLGPU>::Release(mozilla::layers::RenderViewMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::TempImageLayerMLGPU>::ConstRemovingRefPtrTraits<mozilla::layers::TempImageLayerMLGPU>::Release(mozilla::layers::TempImageLayerMLGPU*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorOGL>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorOGL>::Release(mozilla::layers::CompositorOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositingRenderTargetOGL>::ConstRemovingRefPtrTraits<mozilla::layers::CompositingRenderTargetOGL>::Release(mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorTexturePoolOGL>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorTexturePoolOGL>::Release(mozilla::layers::CompositorTexturePoolOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectSolidColor>::ConstRemovingRefPtrTraits<mozilla::layers::EffectSolidColor>::Release(mozilla::layers::EffectSolidColor*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBufferOGL>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncReadbackBufferOGL>::Release(mozilla::layers::AsyncReadbackBufferOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureImageTextureSourceOGL>::ConstRemovingRefPtrTraits<mozilla::layers::TextureImageTextureSourceOGL>::Release(mozilla::layers::TextureImageTextureSourceOGL*) Unexecuted instantiation: RefPtr<mozilla::layers::DirectMapTextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::DirectMapTextureSource>::Release(mozilla::layers::DirectMapTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::EGLImageTextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::EGLImageTextureSource>::Release(mozilla::layers::EGLImageTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::GLTextureSource>::ConstRemovingRefPtrTraits<mozilla::layers::GLTextureSource>::Release(mozilla::layers::GLTextureSource*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageHost>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderImageHost>::Release(mozilla::layers::WebRenderImageHost*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncImagePipelineManager>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncImagePipelineManager>::Release(mozilla::layers::AsyncImagePipelineManager*) Unexecuted instantiation: RefPtr<mozilla::layers::RotatedBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::RotatedBuffer>::Release(mozilla::layers::RotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteRotatedBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::RemoteRotatedBuffer>::Release(mozilla::layers::RemoteRotatedBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableClient>::ConstRemovingRefPtrTraits<mozilla::layers::CompositableClient>::Release(mozilla::layers::CompositableClient*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureWrapperImage>::ConstRemovingRefPtrTraits<mozilla::layers::TextureWrapperImage>::Release(mozilla::layers::TextureWrapperImage*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::ConstRemovingRefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont> >::Release(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::UnscaledFont>*) Unexecuted instantiation: RefPtr<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::ConstRemovingRefPtrTraits<mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont> >::Release(mozilla::detail::ThreadSafeWeakReference<mozilla::gfx::ScaledFont>*) Unexecuted instantiation: RefPtr<mozilla::layers::KnowsCompositorMediaProxy>::ConstRemovingRefPtrTraits<mozilla::layers::KnowsCompositorMediaProxy>::Release(mozilla::layers::KnowsCompositorMediaProxy*) Unexecuted instantiation: RefPtr<mozilla::widget::CompositorWidget>::ConstRemovingRefPtrTraits<mozilla::widget::CompositorWidget>::Release(mozilla::widget::CompositorWidget*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorVsyncScheduler>::Release(mozilla::layers::CompositorVsyncScheduler*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorAnimationStorage>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorAnimationStorage>::Release(mozilla::layers::CompositorAnimationStorage*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderBridgeParent>::Release(mozilla::layers::WebRenderBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::APZUpdater>::ConstRemovingRefPtrTraits<mozilla::layers::APZUpdater>::Release(mozilla::layers::APZUpdater*) Unexecuted instantiation: RefPtr<mozilla::layers::APZSampler>::ConstRemovingRefPtrTraits<mozilla::layers::APZSampler>::Release(mozilla::layers::APZSampler*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParentBase>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorBridgeParentBase>::Release(mozilla::layers::CompositorBridgeParentBase*) Unexecuted instantiation: RefPtr<mozilla::layers::ImageBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::ImageBridgeParent>::Release(mozilla::layers::ImageBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::BasicLayerManager>::Release(mozilla::layers::BasicLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderDrawEventRecorder>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderDrawEventRecorder>::Release(mozilla::layers::WebRenderDrawEventRecorder*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderGroupData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderGroupData>::Release(mozilla::layers::WebRenderGroupData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderImageData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderImageData>::Release(mozilla::layers::WebRenderImageData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderFallbackData>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderFallbackData>::Release(mozilla::layers::WebRenderFallbackData*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderBridgeChild>::Release(mozilla::layers::WebRenderBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TransactionIdAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TransactionIdAllocator>::Release(mozilla::layers::TransactionIdAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderLayerManager>::Release(mozilla::layers::WebRenderLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::WebRenderTextureHost>::ConstRemovingRefPtrTraits<mozilla::layers::WebRenderTextureHost>::Release(mozilla::layers::WebRenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHost>::ConstRemovingRefPtrTraits<mozilla::wr::RenderTextureHost>::Release(mozilla::wr::RenderTextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientBasic>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClientBasic>::Release(mozilla::layers::ContentClientBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::CheckerboardEventStorage>::ConstRemovingRefPtrTraits<mozilla::layers::CheckerboardEventStorage>::Release(mozilla::layers::CheckerboardEventStorage*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*) Unexecuted instantiation: RefPtr<mozilla::dom::CheckerboardReportService>::ConstRemovingRefPtrTraits<mozilla::dom::CheckerboardReportService>::Release(mozilla::dom::CheckerboardReportService*) Unexecuted instantiation: RefPtr<mozilla::layers::APZEventState>::ConstRemovingRefPtrTraits<mozilla::layers::APZEventState>::Release(mozilla::layers::APZEventState*) Unexecuted instantiation: RefPtr<mozilla::layers::IAPZCTreeManager>::ConstRemovingRefPtrTraits<mozilla::layers::IAPZCTreeManager>::Release(mozilla::layers::IAPZCTreeManager*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ChromeProcessController>::ConstRemovingRefPtrTraits<mozilla::layers::ChromeProcessController>::Release(mozilla::layers::ChromeProcessController*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasLayer>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasLayer>::Release(mozilla::layers::CanvasLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ColorLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ColorLayer>::Release(mozilla::layers::ColorLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::DataTextureSourceBasic>::ConstRemovingRefPtrTraits<mozilla::layers::DataTextureSourceBasic>::Release(mozilla::layers::DataTextureSourceBasic*) Unexecuted instantiation: RefPtr<mozilla::layers::BasicCompositor>::ConstRemovingRefPtrTraits<mozilla::layers::BasicCompositor>::Release(mozilla::layers::BasicCompositor*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ContainerLayer>::Release(mozilla::layers::ContainerLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ReadbackLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ReadbackLayer>::Release(mozilla::layers::ReadbackLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintedLayer>::ConstRemovingRefPtrTraits<mozilla::layers::PaintedLayer>::Release(mozilla::layers::PaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientAllocator>::Release(mozilla::layers::TextureClientAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClient>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClient>::Release(mozilla::layers::ContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientSingleTiledLayerBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientSingleTiledLayerBuffer>::Release(mozilla::layers::ClientSingleTiledLayerBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureForwarder>::ConstRemovingRefPtrTraits<mozilla::layers::TextureForwarder>::Release(mozilla::layers::TextureForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientSharedSurface>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClientSharedSurface>::Release(mozilla::layers::CanvasClientSharedSurface*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClientBridge>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClientBridge>::Release(mozilla::layers::CanvasClientBridge*) Unexecuted instantiation: RefPtr<mozilla::layers::CanvasClient2D>::ConstRemovingRefPtrTraits<mozilla::layers::CanvasClient2D>::Release(mozilla::layers::CanvasClient2D*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientCanvasLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientCanvasLayer>::Release(mozilla::layers::ClientCanvasLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientColorLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientColorLayer>::Release(mozilla::layers::ClientColorLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientContainerLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientContainerLayer>::Release(mozilla::layers::ClientContainerLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientRefLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientRefLayer>::Release(mozilla::layers::ClientRefLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientImageLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientImageLayer>::Release(mozilla::layers::ClientImageLayer*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::ClientLayerManager>::Release(mozilla::layers::ClientLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectClient>::ConstRemovingRefPtrTraits<mozilla::layers::SyncObjectClient>::Release(mozilla::layers::SyncObjectClient*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientTiledPaintedLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientTiledPaintedLayer>::Release(mozilla::layers::ClientTiledPaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::ClientPaintedLayer>::ConstRemovingRefPtrTraits<mozilla::layers::ClientPaintedLayer>::Release(mozilla::layers::ClientPaintedLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::TiledContentClient>::ConstRemovingRefPtrTraits<mozilla::layers::TiledContentClient>::Release(mozilla::layers::TiledContentClient*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositableForwarder>::ConstRemovingRefPtrTraits<mozilla::layers::CompositableForwarder>::Release(mozilla::layers::CompositableForwarder*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientRecycleAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientRecycleAllocator>::Release(mozilla::layers::TextureClientRecycleAllocator*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientDoubleBuffered>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClientDoubleBuffered>::Release(mozilla::layers::ContentClientDoubleBuffered*) Unexecuted instantiation: RefPtr<mozilla::layers::ContentClientSingleBuffered>::ConstRemovingRefPtrTraits<mozilla::layers::ContentClientSingleBuffered>::Release(mozilla::layers::ContentClientSingleBuffered*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureChild>::ConstRemovingRefPtrTraits<mozilla::layers::TextureChild>::Release(mozilla::layers::TextureChild*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::TextureReadLock>::Release(mozilla::layers::TextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::ITextureClientRecycleAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::ITextureClientRecycleAllocator>::Release(mozilla::layers::ITextureClientRecycleAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::ShmemTextureReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::ShmemTextureReadLock>::Release(mozilla::layers::ShmemTextureReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessSemaphoreReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::CrossProcessSemaphoreReadLock>::Release(mozilla::layers::CrossProcessSemaphoreReadLock*) Unexecuted instantiation: RefPtr<mozilla::layers::MemoryTextureReadLock>::ConstRemovingRefPtrTraits<mozilla::layers::MemoryTextureReadLock>::Release(mozilla::layers::MemoryTextureReadLock*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::ConstRemovingRefPtrTraits<ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::Release(ExpirationTrackerImpl<mozilla::layers::TileClient, 3u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientHolder>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientHolder>::Release(mozilla::layers::TextureClientHolder*) Unexecuted instantiation: RefPtr<mozilla::layers::HostLayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::HostLayerManager>::Release(mozilla::layers::HostLayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectMask>::ConstRemovingRefPtrTraits<mozilla::layers::EffectMask>::Release(mozilla::layers::EffectMask*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncReadbackBuffer>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncReadbackBuffer>::Release(mozilla::layers::AsyncReadbackBuffer*) Unexecuted instantiation: RefPtr<mozilla::layers::ContainerLayerComposite>::ConstRemovingRefPtrTraits<mozilla::layers::ContainerLayerComposite>::Release(mozilla::layers::ContainerLayerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayerComposite>::ConstRemovingRefPtrTraits<mozilla::layers::RefLayerComposite>::Release(mozilla::layers::RefLayerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::TextureClientPool>::ConstRemovingRefPtrTraits<mozilla::layers::TextureClientPool>::Release(mozilla::layers::TextureClientPool*) Unexecuted instantiation: RefPtr<mozilla::layers::TextRenderer>::ConstRemovingRefPtrTraits<mozilla::layers::TextRenderer>::Release(mozilla::layers::TextRenderer*) Unexecuted instantiation: RefPtr<mozilla::layers::PaintCounter>::ConstRemovingRefPtrTraits<mozilla::layers::PaintCounter>::Release(mozilla::layers::PaintCounter*) Unexecuted instantiation: RefPtr<mozilla::layers::RefLayer>::ConstRemovingRefPtrTraits<mozilla::layers::RefLayer>::Release(mozilla::layers::RefLayer*) Unexecuted instantiation: RefPtr<mozilla::layers::EffectRGB>::ConstRemovingRefPtrTraits<mozilla::layers::EffectRGB>::Release(mozilla::layers::EffectRGB*) Unexecuted instantiation: RefPtr<mozilla::layers::X11TextureHost>::ConstRemovingRefPtrTraits<mozilla::layers::X11TextureHost>::Release(mozilla::layers::X11TextureHost*) Unexecuted instantiation: RefPtr<mozilla::layers::ISurfaceAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::ISurfaceAllocator>::Release(mozilla::layers::ISurfaceAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::APZInputBridgeChild>::ConstRemovingRefPtrTraits<mozilla::layers::APZInputBridgeChild>::Release(mozilla::layers::APZInputBridgeChild*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerChild>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorManagerChild>::Release(mozilla::layers::CompositorManagerChild*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManager>::ConstRemovingRefPtrTraits<mozilla::layers::LayerManager>::Release(mozilla::layers::LayerManager*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorBridgeParent>::Release(mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerTransactionChild>::ConstRemovingRefPtrTraits<mozilla::layers::LayerTransactionChild>::Release(mozilla::layers::LayerTransactionChild*) Unexecuted instantiation: RefPtr<mozilla::layers::CrossProcessCompositorBridgeParent>::ConstRemovingRefPtrTraits<mozilla::layers::CrossProcessCompositorBridgeParent>::Release(mozilla::layers::CrossProcessCompositorBridgeParent*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorManagerParent>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorManagerParent>::Release(mozilla::layers::CompositorManagerParent*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*) Unexecuted instantiation: RefPtr<mozilla::layers::UiCompositorControllerParent>::ConstRemovingRefPtrTraits<mozilla::layers::UiCompositorControllerParent>::Release(mozilla::layers::UiCompositorControllerParent*) Unexecuted instantiation: RefPtr<mozilla::layers::AsyncCompositionManager>::ConstRemovingRefPtrTraits<mozilla::layers::AsyncCompositionManager>::Release(mozilla::layers::AsyncCompositionManager*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: RefPtr<mozilla::VsyncObserver>::ConstRemovingRefPtrTraits<mozilla::VsyncObserver>::Release(mozilla::VsyncObserver*) Unexecuted instantiation: RefPtr<nsISerialEventTarget>::ConstRemovingRefPtrTraits<nsISerialEventTarget>::Release(nsISerialEventTarget*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorThreadHolder>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorThreadHolder>::Release(mozilla::layers::CompositorThreadHolder*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true> >::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private>::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9> >::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValue<mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_8, mozilla::layers::CompositorManagerParent::RecvReportMemory(std::__1::function<void (mozilla::wr::MemoryReport const&)>&&)::$_9>*) Unexecuted instantiation: RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::ConstRemovingRefPtrTraits<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase>::Release(mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::ThenValueBase*) Unexecuted instantiation: RefPtr<mozilla::layers::CompositorVsyncScheduler::Observer>::ConstRemovingRefPtrTraits<mozilla::layers::CompositorVsyncScheduler::Observer>::Release(mozilla::layers::CompositorVsyncScheduler::Observer*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >::Release(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::layers::RemoteContentController>::ConstRemovingRefPtrTraits<mozilla::layers::RemoteContentController>::Release(mozilla::layers::RemoteContentController*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::ConstRemovingRefPtrTraits<mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker> >::Release(mozilla::layers::ReleaseOnMainThreadTask<mozilla::layers::ActiveResourceTracker>*) Unexecuted instantiation: RefPtr<mozilla::gfx::VsyncSource>::ConstRemovingRefPtrTraits<mozilla::gfx::VsyncSource>::Release(mozilla::gfx::VsyncSource*) Unexecuted instantiation: RefPtr<mozilla::gl::SkiaGLGlue>::ConstRemovingRefPtrTraits<mozilla::gl::SkiaGLGlue>::Release(mozilla::gl::SkiaGLGlue*) Unexecuted instantiation: gfxPlatform.cpp:RefPtr<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >::Release(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<GtkVsyncSource::GLXDisplay>::ConstRemovingRefPtrTraits<GtkVsyncSource::GLXDisplay>::Release(GtkVsyncSource::GLXDisplay*) Unexecuted instantiation: RefPtr<mozilla::layers::SyncObjectHost>::ConstRemovingRefPtrTraits<mozilla::layers::SyncObjectHost>::Release(mozilla::layers::SyncObjectHost*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderThread>::ConstRemovingRefPtrTraits<mozilla::wr::RenderThread>::Release(mozilla::wr::RenderThread*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*) Unexecuted instantiation: RefPtr<mozilla::wr::RenderTextureHostWrapper>::ConstRemovingRefPtrTraits<mozilla::wr::RenderTextureHostWrapper>::Release(mozilla::wr::RenderTextureHostWrapper*) Unexecuted instantiation: RefPtr<mozilla::SVGFilterObserverList>::ConstRemovingRefPtrTraits<mozilla::SVGFilterObserverList>::Release(mozilla::SVGFilterObserverList*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLFramebuffer> >::Release(mozilla::detail::WeakReference<mozilla::WebGLFramebuffer>*) Unexecuted instantiation: RefPtr<mozilla::dom::BlobCallback>::ConstRemovingRefPtrTraits<mozilla::dom::BlobCallback>::Release(mozilla::dom::BlobCallback*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread>::Release(mozilla::dom::ImageBitmapShutdownObserver::SendShutdownToWorkerThread*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}>::Release(mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}>::Release(mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}*) Unexecuted instantiation: RefPtr<mozilla::layers::SourceSurfaceImage>::ConstRemovingRefPtrTraits<mozilla::layers::SourceSurfaceImage>::Release(mozilla::layers::SourceSurfaceImage*) Unexecuted instantiation: RefPtr<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::ConstRemovingRefPtrTraits<mozilla::dom::FulfillImageBitmapPromiseWorkerTask>::Release(mozilla::dom::FulfillImageBitmapPromiseWorkerTask*) Unexecuted instantiation: RefPtr<mozilla::layers::NVImage>::ConstRemovingRefPtrTraits<mozilla::layers::NVImage>::Release(mozilla::layers::NVImage*) Unexecuted instantiation: RefPtr<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::ConstRemovingRefPtrTraits<ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver>::Release(ExpirationTrackerImpl<mozilla::ImageCacheEntryData, 4u, detail::PlaceholderLock, detail::PlaceholderAutoLock>::ExpirationTrackerObserver*) Unexecuted instantiation: RefPtr<mozilla::ImageCacheObserver>::ConstRemovingRefPtrTraits<mozilla::ImageCacheObserver>::Release(mozilla::ImageCacheObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::CanvasShutdownObserver>::ConstRemovingRefPtrTraits<mozilla::dom::CanvasShutdownObserver>::Release(mozilla::dom::CanvasShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<nsICanvasRenderingContextInternal>::ConstRemovingRefPtrTraits<nsICanvasRenderingContextInternal>::Release(nsICanvasRenderingContextInternal*) Unexecuted instantiation: RefPtr<mozilla::dom::ImageBitmapShutdownObserver>::ConstRemovingRefPtrTraits<mozilla::dom::ImageBitmapShutdownObserver>::Release(mozilla::dom::ImageBitmapShutdownObserver*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask>::Release(mozilla::dom::CreateImageFromRawDataInMainThreadSyncTask*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlob>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageBitmapFromBlob>::Release(mozilla::dom::CreateImageBitmapFromBlob*) Unexecuted instantiation: RefPtr<mozilla::dom::WorkerSameThreadRunnable>::ConstRemovingRefPtrTraits<mozilla::dom::WorkerSameThreadRunnable>::Release(mozilla::dom::WorkerSameThreadRunnable*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask>::Release(mozilla::dom::CreateImageFromBufferSourceRawDataInMainThreadSyncTask*) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:RefPtr<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >::Release(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*) Unexecuted instantiation: RefPtr<mozilla::dom::CreateImageBitmapFromBlobRunnable>::ConstRemovingRefPtrTraits<mozilla::dom::CreateImageBitmapFromBlobRunnable>::Release(mozilla::dom::CreateImageBitmapFromBlobRunnable*) Unexecuted instantiation: RefPtr<mozilla::WebGLExtensionBase>::ConstRemovingRefPtrTraits<mozilla::WebGLExtensionBase>::Release(mozilla::WebGLExtensionBase*) Unexecuted instantiation: RefPtr<mozilla::webgl::AvailabilityRunnable>::ConstRemovingRefPtrTraits<mozilla::webgl::AvailabilityRunnable>::Release(mozilla::webgl::AvailabilityRunnable*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler> >::Release(mozilla::detail::WeakReference<mozilla::WebGLContextLossHandler>*) Unexecuted instantiation: RefPtr<mozilla::WatchdogTimerEvent>::ConstRemovingRefPtrTraits<mozilla::WatchdogTimerEvent>::Release(mozilla::WatchdogTimerEvent*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo>::ConstRemovingRefPtrTraits<mozilla::webgl::LinkedProgramInfo>::Release(mozilla::webgl::LinkedProgramInfo*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo> >::Release(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const> >::Release(mozilla::detail::WeakReference<mozilla::webgl::LinkedProgramInfo const>*) Unexecuted instantiation: RefPtr<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::ConstRemovingRefPtrTraits<mozilla::detail::WeakReference<nsNPAPIPluginInstance> >::Release(mozilla::detail::WeakReference<nsNPAPIPluginInstance>*) Unexecuted instantiation: RefPtr<nsPluginDOMContextMenuListener>::ConstRemovingRefPtrTraits<nsPluginDOMContextMenuListener>::Release(nsPluginDOMContextMenuListener*) Unexecuted instantiation: RefPtr<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::ConstRemovingRefPtrTraits<ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper>::Release(ScopedTaskFactory<ScopedRunnableMethodFactory<mozilla::plugins::BrowserStreamChild>::RunnableMethod<void (mozilla::plugins::BrowserStreamChild::*)(), mozilla::Tuple<> > >::TaskWrapper*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<DeleteTask<mozilla::plugins::PluginModuleChild> >::ConstRemovingRefPtrTraits<DeleteTask<mozilla::plugins::PluginModuleChild> >::Release(DeleteTask<mozilla::plugins::PluginModuleChild>*) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::ConstRemovingRefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > > >::Release(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleChromeParent>::RunnableMethod<void (mozilla::plugins::PluginModuleChromeParent::*)(bool), Tuple1<bool> > >*) Unexecuted instantiation: RefPtr<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::ConstRemovingRefPtrTraits<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> > >::Release(mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::TaskWrapper<mozilla::ipc::TaskFactory<mozilla::plugins::PluginModuleParent>::RunnableMethod<void (mozilla::plugins::PluginModuleParent::*)(), Tuple0> >*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<mozilla::a11y::Accessible>::ConstRemovingRefPtrTraits<mozilla::a11y::Accessible>::Release(mozilla::a11y::Accessible*) Unexecuted instantiation: RefPtr<FullscreenTransitionWindow>::ConstRemovingRefPtrTraits<FullscreenTransitionWindow>::Release(FullscreenTransitionWindow*) Unexecuted instantiation: RefPtr<mozilla::widget::IMContextWrapper>::ConstRemovingRefPtrTraits<mozilla::widget::IMContextWrapper>::Release(mozilla::widget::IMContextWrapper*) Unexecuted instantiation: RefPtr<nsDragService>::ConstRemovingRefPtrTraits<nsDragService>::Release(nsDragService*) Unexecuted instantiation: RefPtr<nsWindow>::ConstRemovingRefPtrTraits<nsWindow>::Release(nsWindow*) Unexecuted instantiation: RefPtr<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::ConstRemovingRefPtrTraits<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >::Release(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: RefPtr<MockWidget>::ConstRemovingRefPtrTraits<MockWidget>::Release(MockWidget*) Unexecuted instantiation: RefPtr<mozilla::layers::LayerManagerComposite>::ConstRemovingRefPtrTraits<mozilla::layers::LayerManagerComposite>::Release(mozilla::layers::LayerManagerComposite*) Unexecuted instantiation: RefPtr<mozilla::layers::TestSurfaceAllocator>::ConstRemovingRefPtrTraits<mozilla::layers::TestSurfaceAllocator>::Release(mozilla::layers::TestSurfaceAllocator*) Unexecuted instantiation: RefPtr<mozilla::layers::BufferTextureHost>::ConstRemovingRefPtrTraits<mozilla::layers::BufferTextureHost>::Release(mozilla::layers::BufferTextureHost*) Unexecuted instantiation: RefPtr<TestNodeReverse<SearchNodeType> >::ConstRemovingRefPtrTraits<TestNodeReverse<SearchNodeType> >::Release(TestNodeReverse<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<SearchNodeType> >::ConstRemovingRefPtrTraits<TestNodeForward<SearchNodeType> >::Release(TestNodeForward<SearchNodeType>*) Unexecuted instantiation: RefPtr<TestNodeReverse<ForEachNodeType> >::ConstRemovingRefPtrTraits<TestNodeReverse<ForEachNodeType> >::Release(TestNodeReverse<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestNodeForward<ForEachNodeType> >::ConstRemovingRefPtrTraits<TestNodeForward<ForEachNodeType> >::Release(TestNodeForward<ForEachNodeType>*) Unexecuted instantiation: RefPtr<TestVsyncObserver>::ConstRemovingRefPtrTraits<TestVsyncObserver>::Release(TestVsyncObserver*) |
420 | | }; |
421 | | template<class U> |
422 | | struct ConstRemovingRefPtrTraits<const U> |
423 | | { |
424 | 0 | static void AddRef(const U* aPtr) { |
425 | 0 | mozilla::RefPtrTraits<U>::AddRef(const_cast<U*>(aPtr)); |
426 | 0 | } |
427 | 0 | static void Release(const U* aPtr) { |
428 | 0 | mozilla::RefPtrTraits<U>::Release(const_cast<U*>(aPtr)); |
429 | 0 | } Unexecuted instantiation: RefPtr<nsCSSValueSharedList const>::ConstRemovingRefPtrTraits<nsCSSValueSharedList const>::Release(nsCSSValueSharedList const*) Unexecuted instantiation: RefPtr<mozilla::webgl::LinkedProgramInfo const>::ConstRemovingRefPtrTraits<mozilla::webgl::LinkedProgramInfo const>::Release(mozilla::webgl::LinkedProgramInfo const*) |
430 | | }; |
431 | | }; |
432 | | |
433 | | class nsCycleCollectionTraversalCallback; |
434 | | template <typename T> |
435 | | void |
436 | | CycleCollectionNoteChild(nsCycleCollectionTraversalCallback& aCallback, |
437 | | T* aChild, const char* aName, uint32_t aFlags); |
438 | | |
439 | | template <typename T> |
440 | | inline void |
441 | | ImplCycleCollectionUnlink(RefPtr<T>& aField) |
442 | 0 | { |
443 | 0 | aField = nullptr; |
444 | 0 | } Unexecuted instantiation: void ImplCycleCollectionUnlink<mozilla::dom::HTMLCanvasElement>(RefPtr<mozilla::dom::HTMLCanvasElement>&) Unexecuted instantiation: void ImplCycleCollectionUnlink<mozilla::dom::CanvasRenderingContext2D>(RefPtr<mozilla::dom::CanvasRenderingContext2D>&) Unexecuted instantiation: void ImplCycleCollectionUnlink<mozilla::dom::CanvasPattern>(RefPtr<mozilla::dom::CanvasPattern>&) Unexecuted instantiation: void ImplCycleCollectionUnlink<mozilla::dom::CanvasGradient>(RefPtr<mozilla::dom::CanvasGradient>&) Unexecuted instantiation: void ImplCycleCollectionUnlink<mozilla::SVGFilterObserverList>(RefPtr<mozilla::SVGFilterObserverList>&) Unexecuted instantiation: void ImplCycleCollectionUnlink<mozilla::dom::OffscreenCanvas>(RefPtr<mozilla::dom::OffscreenCanvas>&) |
445 | | |
446 | | template <typename T> |
447 | | inline void |
448 | | ImplCycleCollectionTraverse(nsCycleCollectionTraversalCallback& aCallback, |
449 | | RefPtr<T>& aField, |
450 | | const char* aName, |
451 | | uint32_t aFlags = 0) |
452 | 0 | { |
453 | 0 | CycleCollectionNoteChild(aCallback, aField.get(), aName, aFlags); |
454 | 0 | } Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::dom::HTMLCanvasElement>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::dom::HTMLCanvasElement>&, char const*, unsigned int) Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::dom::CanvasRenderingContext2D>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::dom::CanvasRenderingContext2D>&, char const*, unsigned int) Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::dom::CanvasPattern>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::dom::CanvasPattern>&, char const*, unsigned int) Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::dom::CanvasGradient>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::dom::CanvasGradient>&, char const*, unsigned int) Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::SVGFilterObserverList>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::SVGFilterObserverList>&, char const*, unsigned int) Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::dom::OffscreenCanvas>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::dom::OffscreenCanvas>&, char const*, unsigned int) Unexecuted instantiation: void ImplCycleCollectionTraverse<mozilla::WebGLExtensionBase>(nsCycleCollectionTraversalCallback&, RefPtr<mozilla::WebGLExtensionBase>&, char const*, unsigned int) |
455 | | |
456 | | template <class T> |
457 | | inline RefPtr<T>* |
458 | | address_of(RefPtr<T>& aPtr) |
459 | | { |
460 | | return aPtr.get_address(); |
461 | | } |
462 | | |
463 | | template <class T> |
464 | | inline const RefPtr<T>* |
465 | | address_of(const RefPtr<T>& aPtr) |
466 | | { |
467 | | return aPtr.get_address(); |
468 | | } |
469 | | |
470 | | template <class T> |
471 | | class RefPtrGetterAddRefs |
472 | | /* |
473 | | ... |
474 | | |
475 | | This class is designed to be used for anonymous temporary objects in the |
476 | | argument list of calls that return COM interface pointers, e.g., |
477 | | |
478 | | RefPtr<IFoo> fooP; |
479 | | ...->GetAddRefedPointer(getter_AddRefs(fooP)) |
480 | | |
481 | | DO NOT USE THIS TYPE DIRECTLY IN YOUR CODE. Use |getter_AddRefs()| instead. |
482 | | |
483 | | When initialized with a |RefPtr|, as in the example above, it returns |
484 | | a |void**|, a |T**|, or an |nsISupports**| as needed, that the |
485 | | outer call (|GetAddRefedPointer| in this case) can fill in. |
486 | | |
487 | | This type should be a nested class inside |RefPtr<T>|. |
488 | | */ |
489 | | { |
490 | | public: |
491 | | explicit |
492 | | RefPtrGetterAddRefs(RefPtr<T>& aSmartPtr) |
493 | | : mTargetSmartPtr(aSmartPtr) |
494 | 0 | { |
495 | 0 | // nothing else to do |
496 | 0 | } Unexecuted instantiation: RefPtrGetterAddRefs<nsIThread>::RefPtrGetterAddRefs(RefPtr<nsIThread>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::layers::Layer>::RefPtrGetterAddRefs(RefPtr<mozilla::layers::Layer>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::layers::Image>::RefPtrGetterAddRefs(RefPtr<mozilla::layers::Image>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::gfx::DrawTarget>::RefPtrGetterAddRefs(RefPtr<mozilla::gfx::DrawTarget>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::dom::Touch>::RefPtrGetterAddRefs(RefPtr<mozilla::dom::Touch>&) |
497 | | |
498 | | operator void**() |
499 | | { |
500 | | return reinterpret_cast<void**>(mTargetSmartPtr.StartAssignment()); |
501 | | } |
502 | | |
503 | | operator T**() |
504 | 0 | { |
505 | 0 | return mTargetSmartPtr.StartAssignment(); |
506 | 0 | } Unexecuted instantiation: RefPtrGetterAddRefs<nsIThread>::operator nsIThread**() Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::layers::Layer>::operator mozilla::layers::Layer**() Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::layers::Image>::operator mozilla::layers::Image**() Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::gfx::DrawTarget>::operator mozilla::gfx::DrawTarget**() Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::dom::Touch>::operator mozilla::dom::Touch**() |
507 | | |
508 | | T*& |
509 | | operator*() |
510 | | { |
511 | | return *(mTargetSmartPtr.StartAssignment()); |
512 | | } |
513 | | |
514 | | private: |
515 | | RefPtr<T>& mTargetSmartPtr; |
516 | | }; |
517 | | |
518 | | template <class T> |
519 | | inline RefPtrGetterAddRefs<T> |
520 | | getter_AddRefs(RefPtr<T>& aSmartPtr) |
521 | | /* |
522 | | Used around a |RefPtr| when |
523 | | ...makes the class |RefPtrGetterAddRefs<T>| invisible. |
524 | | */ |
525 | 0 | { |
526 | 0 | return RefPtrGetterAddRefs<T>(aSmartPtr); |
527 | 0 | } Unexecuted instantiation: RefPtrGetterAddRefs<nsIThread> getter_AddRefs<nsIThread>(RefPtr<nsIThread>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::layers::Layer> getter_AddRefs<mozilla::layers::Layer>(RefPtr<mozilla::layers::Layer>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::layers::Image> getter_AddRefs<mozilla::layers::Image>(RefPtr<mozilla::layers::Image>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::gfx::DrawTarget> getter_AddRefs<mozilla::gfx::DrawTarget>(RefPtr<mozilla::gfx::DrawTarget>&) Unexecuted instantiation: RefPtrGetterAddRefs<mozilla::dom::Touch> getter_AddRefs<mozilla::dom::Touch>(RefPtr<mozilla::dom::Touch>&) |
528 | | |
529 | | |
530 | | // Comparing two |RefPtr|s |
531 | | |
532 | | template <class T, class U> |
533 | | inline bool |
534 | | operator==(const RefPtr<T>& aLhs, const RefPtr<U>& aRhs) |
535 | 0 | { |
536 | 0 | return static_cast<const T*>(aLhs.get()) == static_cast<const U*>(aRhs.get()); |
537 | 0 | } Unexecuted instantiation: bool operator==<mozilla::layers::Layer, mozilla::layers::Layer>(RefPtr<mozilla::layers::Layer> const&, RefPtr<mozilla::layers::Layer> const&) Unexecuted instantiation: bool operator==<mozilla::gfx::DrawTarget, mozilla::gfx::DrawTarget>(RefPtr<mozilla::gfx::DrawTarget> const&, RefPtr<mozilla::gfx::DrawTarget> const&) Unexecuted instantiation: bool operator==<mozilla::gfx::SourceSurface, mozilla::gfx::DataSourceSurface>(RefPtr<mozilla::gfx::SourceSurface> const&, RefPtr<mozilla::gfx::DataSourceSurface> const&) Unexecuted instantiation: bool operator==<TestNodeForward<SearchNodeType>, TestNodeForward<SearchNodeType> >(RefPtr<TestNodeForward<SearchNodeType> > const&, RefPtr<TestNodeForward<SearchNodeType> > const&) Unexecuted instantiation: bool operator==<TestNodeReverse<SearchNodeType>, TestNodeReverse<SearchNodeType> >(RefPtr<TestNodeReverse<SearchNodeType> > const&, RefPtr<TestNodeReverse<SearchNodeType> > const&) |
538 | | |
539 | | |
540 | | template <class T, class U> |
541 | | inline bool |
542 | | operator!=(const RefPtr<T>& aLhs, const RefPtr<U>& aRhs) |
543 | 0 | { |
544 | 0 | return static_cast<const T*>(aLhs.get()) != static_cast<const U*>(aRhs.get()); |
545 | 0 | } Unexecuted instantiation: bool operator!=<mozilla::layers::TextureSource, mozilla::layers::TextureSource>(RefPtr<mozilla::layers::TextureSource> const&, RefPtr<mozilla::layers::TextureSource> const&) Unexecuted instantiation: bool operator!=<mozilla::layers::TextureHost, mozilla::layers::TextureHost>(RefPtr<mozilla::layers::TextureHost> const&, RefPtr<mozilla::layers::TextureHost> const&) Unexecuted instantiation: bool operator!=<mozilla::gfx::DrawTarget, mozilla::gfx::DrawTarget>(RefPtr<mozilla::gfx::DrawTarget> const&, RefPtr<mozilla::gfx::DrawTarget> const&) |
546 | | |
547 | | |
548 | | // Comparing an |RefPtr| to a raw pointer |
549 | | |
550 | | template <class T, class U> |
551 | | inline bool |
552 | | operator==(const RefPtr<T>& aLhs, const U* aRhs) |
553 | | { |
554 | | return static_cast<const T*>(aLhs.get()) == static_cast<const U*>(aRhs); |
555 | | } |
556 | | |
557 | | template <class T, class U> |
558 | | inline bool |
559 | | operator==(const U* aLhs, const RefPtr<T>& aRhs) |
560 | 0 | { |
561 | 0 | return static_cast<const U*>(aLhs) == static_cast<const T*>(aRhs.get()); |
562 | 0 | } Unexecuted instantiation: bool operator==<mozilla::layers::WebRenderUserData, mozilla::layers::WebRenderUserData>(mozilla::layers::WebRenderUserData const*, RefPtr<mozilla::layers::WebRenderUserData> const&) Unexecuted instantiation: bool operator==<mozilla::layers::WebRenderCanvasData, mozilla::layers::WebRenderCanvasData>(mozilla::layers::WebRenderCanvasData const*, RefPtr<mozilla::layers::WebRenderCanvasData> const&) |
563 | | |
564 | | template <class T, class U> |
565 | | inline bool |
566 | | operator!=(const RefPtr<T>& aLhs, const U* aRhs) |
567 | | { |
568 | | return static_cast<const T*>(aLhs.get()) != static_cast<const U*>(aRhs); |
569 | | } |
570 | | |
571 | | template <class T, class U> |
572 | | inline bool |
573 | | operator!=(const U* aLhs, const RefPtr<T>& aRhs) |
574 | | { |
575 | | return static_cast<const U*>(aLhs) != static_cast<const T*>(aRhs.get()); |
576 | | } |
577 | | |
578 | | template <class T, class U> |
579 | | inline bool |
580 | | operator==(const RefPtr<T>& aLhs, U* aRhs) |
581 | 0 | { |
582 | 0 | return static_cast<const T*>(aLhs.get()) == const_cast<const U*>(aRhs); |
583 | 0 | } Unexecuted instantiation: bool operator==<mozilla::gl::GLContext, mozilla::gl::GLContext>(RefPtr<mozilla::gl::GLContext> const&, mozilla::gl::GLContext*) Unexecuted instantiation: bool operator==<mozilla::layers::PersistentBufferProvider, mozilla::layers::PersistentBufferProvider>(RefPtr<mozilla::layers::PersistentBufferProvider> const&, mozilla::layers::PersistentBufferProvider*) Unexecuted instantiation: bool operator==<mozilla::layers::CompositorOGL, mozilla::layers::TextureSourceProvider>(RefPtr<mozilla::layers::CompositorOGL> const&, mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: bool operator==<mozilla::layers::TextureSourceProvider, mozilla::layers::TextureSourceProvider>(RefPtr<mozilla::layers::TextureSourceProvider> const&, mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: bool operator==<mozilla::layers::CompositorBridgeParent, mozilla::layers::CompositorBridgeParent>(RefPtr<mozilla::layers::CompositorBridgeParent> const&, mozilla::layers::CompositorBridgeParent*) Unexecuted instantiation: bool operator==<base::BaseTimer_Helper::TimerTask, base::BaseTimer<mozilla::plugins::BrowserStreamChild, true>::TimerTask>(RefPtr<base::BaseTimer_Helper::TimerTask> const&, base::BaseTimer<mozilla::plugins::BrowserStreamChild, true>::TimerTask*) Unexecuted instantiation: bool operator==<base::BaseTimer_Helper::TimerTask, base::BaseTimer<mozilla::plugins::ChildTimer, true>::TimerTask>(RefPtr<base::BaseTimer_Helper::TimerTask> const&, base::BaseTimer<mozilla::plugins::ChildTimer, true>::TimerTask*) Unexecuted instantiation: bool operator==<mozilla::layers::Layer, mozilla::layers::Layer>(RefPtr<mozilla::layers::Layer> const&, mozilla::layers::Layer*) |
584 | | |
585 | | template <class T, class U> |
586 | | inline bool |
587 | | operator==(U* aLhs, const RefPtr<T>& aRhs) |
588 | 0 | { |
589 | 0 | return const_cast<const U*>(aLhs) == static_cast<const T*>(aRhs.get()); |
590 | 0 | } Unexecuted instantiation: bool operator==<gfxContext, gfxContext>(gfxContext*, RefPtr<gfxContext> const&) Unexecuted instantiation: bool operator==<mozilla::dom::HTMLCanvasElement, mozilla::dom::Element>(mozilla::dom::Element*, RefPtr<mozilla::dom::HTMLCanvasElement> const&) Unexecuted instantiation: bool operator==<nsNPAPIPluginStreamListener, nsNPAPIPluginStreamListener>(nsNPAPIPluginStreamListener*, RefPtr<nsNPAPIPluginStreamListener> const&) |
591 | | |
592 | | template <class T, class U> |
593 | | inline bool |
594 | | operator!=(const RefPtr<T>& aLhs, U* aRhs) |
595 | 0 | { |
596 | 0 | return static_cast<const T*>(aLhs.get()) != const_cast<const U*>(aRhs); |
597 | 0 | } Unexecuted instantiation: bool operator!=<mozilla::layers::Layer, mozilla::layers::Layer>(RefPtr<mozilla::layers::Layer> const&, mozilla::layers::Layer*) Unexecuted instantiation: bool operator!=<mozilla::gl::GLContext, mozilla::gl::GLContext>(RefPtr<mozilla::gl::GLContext> const&, mozilla::gl::GLContext*) Unexecuted instantiation: bool operator!=<mozilla::layers::ImageContainer, mozilla::layers::ImageContainer>(RefPtr<mozilla::layers::ImageContainer> const&, mozilla::layers::ImageContainer*) Unexecuted instantiation: bool operator!=<mozilla::layers::CompositingRenderTargetOGL, mozilla::layers::CompositingRenderTargetOGL>(RefPtr<mozilla::layers::CompositingRenderTargetOGL> const&, mozilla::layers::CompositingRenderTargetOGL*) Unexecuted instantiation: bool operator!=<mozilla::layers::CompositingRenderTarget, mozilla::layers::CompositingRenderTarget>(RefPtr<mozilla::layers::CompositingRenderTarget> const&, mozilla::layers::CompositingRenderTarget*) Unexecuted instantiation: bool operator!=<mozilla::layers::TextureSourceProvider, mozilla::layers::TextureSourceProvider>(RefPtr<mozilla::layers::TextureSourceProvider> const&, mozilla::layers::TextureSourceProvider*) Unexecuted instantiation: bool operator!=<nsNPAPIPluginInstance, nsNPAPIPluginInstance>(RefPtr<nsNPAPIPluginInstance> const&, nsNPAPIPluginInstance*) Unexecuted instantiation: bool operator!=<mozilla::gfx::DrawTarget, mozilla::gfx::DrawTarget>(RefPtr<mozilla::gfx::DrawTarget> const&, mozilla::gfx::DrawTarget*) |
598 | | |
599 | | template <class T, class U> |
600 | | inline bool |
601 | | operator!=(U* aLhs, const RefPtr<T>& aRhs) |
602 | 0 | { |
603 | 0 | return const_cast<const U*>(aLhs) != static_cast<const T*>(aRhs.get()); |
604 | 0 | } Unexecuted instantiation: bool operator!=<mozilla::layers::Layer, mozilla::layers::Layer>(mozilla::layers::Layer*, RefPtr<mozilla::layers::Layer> const&) Unexecuted instantiation: bool operator!=<mozilla::layers::ImageHost, mozilla::layers::ImageHost>(mozilla::layers::ImageHost*, RefPtr<mozilla::layers::ImageHost> const&) Unexecuted instantiation: bool operator!=<mozilla::layers::MaskOperation, mozilla::layers::MaskOperation>(mozilla::layers::MaskOperation*, RefPtr<mozilla::layers::MaskOperation> const&) Unexecuted instantiation: bool operator!=<mozilla::layers::TextureSource, mozilla::layers::TextureSource>(mozilla::layers::TextureSource*, RefPtr<mozilla::layers::TextureSource> const&) Unexecuted instantiation: bool operator!=<mozilla::layers::TransactionIdAllocator, mozilla::layers::TransactionIdAllocator>(mozilla::layers::TransactionIdAllocator*, RefPtr<mozilla::layers::TransactionIdAllocator> const&) Unexecuted instantiation: bool operator!=<mozilla::layers::Compositor, mozilla::layers::Compositor>(mozilla::layers::Compositor*, RefPtr<mozilla::layers::Compositor> const&) |
605 | | |
606 | | // Comparing an |RefPtr| to |nullptr| |
607 | | |
608 | | template <class T> |
609 | | inline bool |
610 | | operator==(const RefPtr<T>& aLhs, decltype(nullptr)) |
611 | 0 | { |
612 | 0 | return aLhs.get() == nullptr; |
613 | 0 | } Unexecuted instantiation: bool operator==<mozilla::layers::TextureClient>(RefPtr<mozilla::layers::TextureClient> const&, decltype(nullptr)) Unexecuted instantiation: bool operator==<mozilla::gfx::DrawTargetCapture>(RefPtr<mozilla::gfx::DrawTargetCapture> const&, decltype(nullptr)) Unexecuted instantiation: bool operator==<mozilla::CancelableRunnable>(RefPtr<mozilla::CancelableRunnable> const&, decltype(nullptr)) Unexecuted instantiation: bool operator==<mozilla::Runnable>(RefPtr<mozilla::Runnable> const&, decltype(nullptr)) Unexecuted instantiation: bool operator==<TestNodeForward<SearchNodeType> >(RefPtr<TestNodeForward<SearchNodeType> > const&, decltype(nullptr)) Unexecuted instantiation: bool operator==<TestNodeForward<ForEachNodeType> >(RefPtr<TestNodeForward<ForEachNodeType> > const&, decltype(nullptr)) |
614 | | |
615 | | template <class T> |
616 | | inline bool |
617 | | operator==(decltype(nullptr), const RefPtr<T>& aRhs) |
618 | 0 | { |
619 | 0 | return nullptr == aRhs.get(); |
620 | 0 | } |
621 | | |
622 | | template <class T> |
623 | | inline bool |
624 | | operator!=(const RefPtr<T>& aLhs, decltype(nullptr)) |
625 | 0 | { |
626 | 0 | return aLhs.get() != nullptr; |
627 | 0 | } Unexecuted instantiation: bool operator!=<mozilla::CancelableRunnable>(RefPtr<mozilla::CancelableRunnable> const&, decltype(nullptr)) Unexecuted instantiation: bool operator!=<mozilla::gl::GLContextGLX>(RefPtr<mozilla::gl::GLContextGLX> const&, decltype(nullptr)) Unexecuted instantiation: bool operator!=<mozilla::RefreshTimerVsyncDispatcher>(RefPtr<mozilla::RefreshTimerVsyncDispatcher> const&, decltype(nullptr)) |
628 | | |
629 | | template <class T> |
630 | | inline bool |
631 | | operator!=(decltype(nullptr), const RefPtr<T>& aRhs) |
632 | | { |
633 | | return nullptr != aRhs.get(); |
634 | | } |
635 | | |
636 | | /*****************************************************************************/ |
637 | | |
638 | | template <class T> |
639 | | inline already_AddRefed<T> |
640 | | do_AddRef(T* aObj) |
641 | 0 | { |
642 | 0 | RefPtr<T> ref(aObj); |
643 | 0 | return ref.forget(); |
644 | 0 | } Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::PaintThread*, void (mozilla::layers::PaintThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7> >(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueuePaintTask(mozilla::UniquePtr<mozilla::layers::PaintTask, mozilla::DefaultDelete<mozilla::layers::PaintTask> >&&)::$_7>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8> >(mozilla::detail::RunnableFunction<mozilla::layers::PaintThread::QueueEndLayerTransaction(mozilla::layers::SyncObjectClient*)::$_8>*) Unexecuted instantiation: Unified_cpp_gfx_layers1.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9> >(mozilla::detail::RunnableFunction<mozilla::layers::ProfilerScreenshots::SubmitScreenshot(unsigned long, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&, mozilla::TimeStamp const&, std::__1::function<bool (mozilla::gfx::DataSourceSurface*)> const&)::$_9>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::AsyncImagePipelineManager*, void (mozilla::layers::AsyncImagePipelineManager::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::gfx::UnscaledFont> do_AddRef<mozilla::gfx::UnscaledFont>(mozilla::gfx::UnscaledFont*) Unexecuted instantiation: already_AddRefed<mozilla::gfx::ScaledFont> do_AddRef<mozilla::gfx::ScaledFont>(mozilla::gfx::ScaledFont*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeParentBase>, void (mozilla::layers::CompositorBridgeParentBase::*)(mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, bool), true, (mozilla::RunnableKind)0, mozilla::layers::LayersId, mozilla::layers::LayersObserverEpoch, int>*) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3> >(mozilla::detail::RunnableFunction<mozilla::layers::WebRenderLayerManager::DoDestroy(bool)::$_3>*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0> >(mozilla::detail::RunnableFunction<mozilla::layers::CheckerboardEventStorage::Report(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::IAPZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float> const&, unsigned short, mozilla::layers::ScrollableLayerGuid const&, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ChromeProcessController*, void (mozilla::layers::ChromeProcessController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: Unified_cpp_gfx_layers4.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1> >(mozilla::detail::RunnableFunction<mozilla::layers::BasicCompositor::TryToEndRemoteDrawing(bool)::$_1>*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2> >(mozilla::detail::RunnableFunction<mozilla::layers::DestroyTextureData(mozilla::layers::TextureData*, mozilla::layers::LayersIPCChannel*, bool, bool)::$_2>*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0> >(mozilla::detail::RunnableFunction<mozilla::layers::ClientLayerManager::Destroy()::$_0>*) Unexecuted instantiation: Unified_cpp_gfx_layers5.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1> >(mozilla::detail::RunnableFunction<mozilla::layers::CompositableClient::GetTextureClientRecycler()::$_1>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::KeyboardMap const&), true, (mozilla::RunnableKind)0, mozilla::layers::KeyboardMap>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::RectTyped<mozilla::CSSPixel, float> const&, unsigned int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::RectTyped<mozilla::CSSPixel, float>, unsigned int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, bool), true, (mozilla::RunnableKind)0, unsigned long, bool>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(float), true, (mozilla::RunnableKind)0, float>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > > >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(unsigned long, nsTArray<unsigned int> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByRRef<nsTArray<unsigned int> > >*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::AsyncDragMetrics const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::AsyncDragMetrics>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> > >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, bool (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::PointTyped<mozilla::ScreenPixel, float> >*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::APZCTreeManager>, void (mozilla::layers::IAPZCTreeManager::*)(bool), true, (mozilla::RunnableKind)0, bool>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorBridgeChild>, void (mozilla::layers::CompositorBridgeChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int), true, (mozilla::RunnableKind)0, base::FileDescriptor, base::FileDescriptor, mozilla::layers::LayersId, unsigned int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParentBase*, bool (mozilla::layers::CompositorBridgeParentBase::*)(unsigned long, unsigned int), true, (mozilla::RunnableKind)0, unsigned long, unsigned int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(int, int), true, (mozilla::RunnableKind)0, int, int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorBridgeParent*, void (mozilla::layers::CompositorBridgeParent::*)(), true, (mozilla::RunnableKind)1>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3> >(mozilla::detail::RunnableFunction<mozilla::layers::CompositorBridgeParent::FlushApzRepaints(mozilla::layers::LayersId const&)::$_3>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > > >(mozilla::detail::RunnableMethodImpl<mozilla::layers::APZCTreeManager*, void (mozilla::layers::APZCTreeManager::*)(unsigned long, nsTArray<mozilla::layers::ScrollableLayerGuid> const&), true, (mozilla::RunnableKind)0, unsigned long, StoreCopyPassByConstLRef<nsTArray<mozilla::layers::ScrollableLayerGuid> > >*) Unexecuted instantiation: already_AddRefed<nsISerialEventTarget> do_AddRef<nsISerialEventTarget>(nsISerialEventTarget*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::CompositorManagerParent>, void (mozilla::layers::CompositorManagerParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PCompositorManagerParent>&&>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorManagerParent*, void (mozilla::layers::CompositorManagerParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7> >(mozilla::detail::RunnableFunction<mozilla::layers::CompositorManagerParent::Shutdown()::$_7>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1, mozilla::TimeStamp>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)0, mozilla::TimeStamp>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::CrossProcessCompositorBridgeParent*, void (mozilla::layers::CrossProcessCompositorBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeChild>, void (mozilla::layers::ImageBridgeChild::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeChild>&&>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::ImageBridgeParent>, void (mozilla::layers::ImageBridgeParent::*)(mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&), true, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::layers::PImageBridgeParent>&&>*) Unexecuted instantiation: Unified_cpp_gfx_layers8.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11> >(mozilla::detail::RunnableFunction<mozilla::layers::ImageBridgeParent::Shutdown()::$_11>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::ImageBridgeParent*, void (mozilla::layers::ImageBridgeParent::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long), true, (mozilla::RunnableKind)0, mozilla::layers::GeckoContentController::TapType, mozilla::gfx::PointTyped<mozilla::LayoutDevicePixel, float>, unsigned short, mozilla::layers::ScrollableLayerGuid, unsigned long>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid const&, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short), true, (mozilla::RunnableKind)0, mozilla::PinchGestureInput::PinchGestureType, mozilla::layers::ScrollableLayerGuid, mozilla::gfx::CoordTyped<mozilla::LayoutDevicePixel, float>, unsigned short>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&, mozilla::layers::GeckoContentController::APZStateChange, int), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid, mozilla::layers::GeckoContentController::APZStateChange, int>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(float, float, bool), true, (mozilla::RunnableKind)0, float, float, bool>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> > >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&, nsTString<char16_t> const&), true, (mozilla::RunnableKind)0, unsigned long, nsTString<char16_t> >*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(unsigned long const&), true, (mozilla::RunnableKind)0, unsigned long>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid> >(mozilla::detail::RunnableMethodImpl<mozilla::layers::RemoteContentController*, void (mozilla::layers::RemoteContentController::*)(mozilla::layers::ScrollableLayerGuid const&), true, (mozilla::RunnableKind)0, mozilla::layers::ScrollableLayerGuid>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<RefPtr<mozilla::layers::LayerTransactionChild>, void (mozilla::layers::LayerTransactionChild::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: gfxPlatform.cpp:already_AddRefed<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> > do_AddRef<mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2> >(mozilla::detail::RunnableFunction<gfxPlatform::NotifyCompositorCreated(mozilla::layers::LayersBackend)::$_2>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<GtkVsyncSource::GLXDisplay*, void (GtkVsyncSource::GLXDisplay::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> > >(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> const&), true, (mozilla::RunnableKind)0, mozilla::wr::MemoryReport, RefPtr<mozilla::MozPromise<mozilla::wr::MemoryReport, bool, true>::Private> >*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId> >(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&> >(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >), true, (mozilla::RunnableKind)0, mozilla::wr::WrWindowId, mozilla::UniquePtr<mozilla::wr::RendererEvent, mozilla::DefaultDelete<mozilla::wr::RendererEvent> >&&>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderThread*, void (mozilla::wr::RenderThread::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*> >(mozilla::detail::RunnableMethodImpl<mozilla::wr::RenderTextureHostWrapper*, void (mozilla::wr::RenderTextureHostWrapper::*)(mozilla::wr::RenderTextureHost*), true, (mozilla::RunnableKind)0, mozilla::wr::RenderTextureHost*>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::RegisterObserver()::{lambda()#1}> >(already_AddRefed*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::dom::ImageBitmapShutdownObserver::UnregisterObserver()::{lambda()#1}> >(already_AddRefed*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::dom::CanvasRenderingContext2D*, void (mozilla::dom::CanvasRenderingContext2D::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: Unified_cpp_dom_canvas0.cpp:already_AddRefed<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> > do_AddRef<mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1> >(mozilla::detail::RunnableFunction<mozilla::dom::CreateImageBitmapFromBlob::StartDecodeAndCropBlob()::$_1>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&> >(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerChild>&&>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerChild*, void (mozilla::plugins::FunctionBrokerChild::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&> >(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&), false, (mozilla::RunnableKind)0, mozilla::ipc::Endpoint<mozilla::plugins::PFunctionBrokerParent>&&>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::plugins::FunctionBrokerParent*, void (mozilla::plugins::FunctionBrokerParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<mozilla::plugins::PluginProcessParent*, void (mozilla::plugins::PluginProcessParent::*)(), false, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> > do_AddRef<mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0> >(mozilla::detail::RunnableMethodImpl<nsWindow*, void (nsWindow::*)(), true, (mozilla::RunnableKind)0>*) Unexecuted instantiation: already_AddRefed<FullscreenTransitionWindow> do_AddRef<FullscreenTransitionWindow>(FullscreenTransitionWindow*) |
645 | | |
646 | | template <class T> |
647 | | inline already_AddRefed<T> |
648 | | do_AddRef(const RefPtr<T>& aObj) |
649 | | { |
650 | | RefPtr<T> ref(aObj); |
651 | | return ref.forget(); |
652 | | } |
653 | | |
654 | | namespace mozilla { |
655 | | |
656 | | /** |
657 | | * Helper function to be able to conveniently write things like: |
658 | | * |
659 | | * already_AddRefed<T> |
660 | | * f(...) |
661 | | * { |
662 | | * return MakeAndAddRef<T>(...); |
663 | | * } |
664 | | */ |
665 | | template<typename T, typename... Args> |
666 | | already_AddRefed<T> |
667 | | MakeAndAddRef(Args&&... aArgs) |
668 | 0 | { |
669 | 0 | RefPtr<T> p(new T(std::forward<Args>(aArgs)...)); |
670 | 0 | return p.forget(); |
671 | 0 | } Unexecuted instantiation: already_AddRefed<mozilla::layers::EffectComponentAlpha> mozilla::MakeAndAddRef<mozilla::layers::EffectComponentAlpha, mozilla::layers::TextureSource*&, mozilla::layers::TextureSource*&, mozilla::gfx::SamplingFilter const&>(mozilla::layers::TextureSource*&, mozilla::layers::TextureSource*&, mozilla::gfx::SamplingFilter const&) Unexecuted instantiation: already_AddRefed<mozilla::ipc::SharedMemoryBasic> mozilla::MakeAndAddRef<mozilla::ipc::SharedMemoryBasic>() Unexecuted instantiation: already_AddRefed<mozilla::layers::SolidColorPass> mozilla::MakeAndAddRef<mozilla::layers::SolidColorPass, mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&>(mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::SingleTexturePass> mozilla::MakeAndAddRef<mozilla::layers::SingleTexturePass, mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&>(mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::RenderViewPass> mozilla::MakeAndAddRef<mozilla::layers::RenderViewPass, mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&>(mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::VideoRenderPass> mozilla::MakeAndAddRef<mozilla::layers::VideoRenderPass, mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&>(mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::ComponentAlphaPass> mozilla::MakeAndAddRef<mozilla::layers::ComponentAlphaPass, mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&>(mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::ClearViewPass> mozilla::MakeAndAddRef<mozilla::layers::ClearViewPass, mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&>(mozilla::layers::FrameBuilder*&, mozilla::layers::ItemInfo const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::AsyncReadbackBufferOGL> mozilla::MakeAndAddRef<mozilla::layers::AsyncReadbackBufferOGL, RefPtr<mozilla::gl::GLContext>&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&>(RefPtr<mozilla::gl::GLContext>&, mozilla::gfx::IntSizeTyped<mozilla::gfx::UnknownUnits> const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureImageTextureSourceOGL> mozilla::MakeAndAddRef<mozilla::layers::TextureImageTextureSourceOGL, mozilla::layers::CompositorOGL*, mozilla::layers::TextureFlags&>(mozilla::layers::CompositorOGL*&&, mozilla::layers::TextureFlags&) Unexecuted instantiation: already_AddRefed<mozilla::layers::DirectMapTextureSource> mozilla::MakeAndAddRef<mozilla::layers::DirectMapTextureSource, mozilla::layers::CompositorOGL*, mozilla::gfx::DataSourceSurface*&>(mozilla::layers::CompositorOGL*&&, mozilla::gfx::DataSourceSurface*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::WebRenderDrawEventRecorder> mozilla::MakeAndAddRef<mozilla::layers::WebRenderDrawEventRecorder, mozilla::layers::DIGroup::EndGroup(mozilla::layers::WebRenderLayerManager*, nsDisplayListBuilder*, mozilla::wr::DisplayListBuilder&, mozilla::wr::IpcResourceUpdateQueue&, mozilla::layers::Grouper*, nsDisplayItem*, nsDisplayItem*)::{lambda(mozilla::gfx::MemStream&, std::__1::vector<RefPtr<mozilla::gfx::ScaledFont>, std::__1::allocator<RefPtr<mozilla::gfx::ScaledFont> > >&)#1}>(mozilla::layers::DIGroup::EndGroup(mozilla::layers::WebRenderLayerManager*, nsDisplayListBuilder*, mozilla::wr::DisplayListBuilder&, mozilla::wr::IpcResourceUpdateQueue&, mozilla::layers::Grouper*, nsDisplayItem*, nsDisplayItem*)::{lambda(mozilla::gfx::MemStream&, std::__1::vector<RefPtr<mozilla::gfx::ScaledFont>, std::__1::allocator<RefPtr<mozilla::gfx::ScaledFont> > >&)#1}&&) Unexecuted instantiation: already_AddRefed<mozilla::layers::KnowsCompositorMediaProxy> mozilla::MakeAndAddRef<mozilla::layers::KnowsCompositorMediaProxy, mozilla::layers::TextureFactoryIdentifier const&>(mozilla::layers::TextureFactoryIdentifier const&) Unexecuted instantiation: Unified_cpp_gfx_layers11.cpp:already_AddRefed<mozilla::layers::WebRenderDrawEventRecorder> mozilla::MakeAndAddRef<mozilla::layers::WebRenderDrawEventRecorder, mozilla::layers::WebRenderCommandBuilder::GenerateFallbackData(nsDisplayItem*, mozilla::wr::DisplayListBuilder&, mozilla::wr::IpcResourceUpdateQueue&, mozilla::layers::StackingContextHelper const&, nsDisplayListBuilder*, mozilla::gfx::RectTyped<mozilla::LayoutDevicePixel, float>&)::$_2>(mozilla::layers::WebRenderCommandBuilder::GenerateFallbackData(nsDisplayItem*, mozilla::wr::DisplayListBuilder&, mozilla::wr::IpcResourceUpdateQueue&, mozilla::layers::StackingContextHelper const&, nsDisplayListBuilder*, mozilla::gfx::RectTyped<mozilla::LayoutDevicePixel, float>&)::$_2&&) Unexecuted instantiation: already_AddRefed<mozilla::layers::CanvasClientSharedSurface> mozilla::MakeAndAddRef<mozilla::layers::CanvasClientSharedSurface, mozilla::layers::CompositableForwarder*&, mozilla::layers::TextureFlags&>(mozilla::layers::CompositableForwarder*&, mozilla::layers::TextureFlags&) Unexecuted instantiation: already_AddRefed<mozilla::layers::CanvasClientBridge> mozilla::MakeAndAddRef<mozilla::layers::CanvasClientBridge, mozilla::layers::CompositableForwarder*&, mozilla::layers::TextureFlags&>(mozilla::layers::CompositableForwarder*&, mozilla::layers::TextureFlags&) Unexecuted instantiation: already_AddRefed<mozilla::layers::CanvasClient2D> mozilla::MakeAndAddRef<mozilla::layers::CanvasClient2D, mozilla::layers::CompositableForwarder*&, mozilla::layers::TextureFlags&>(mozilla::layers::CompositableForwarder*&, mozilla::layers::TextureFlags&) Unexecuted instantiation: already_AddRefed<mozilla::layers::ContentClientDoubleBuffered> mozilla::MakeAndAddRef<mozilla::layers::ContentClientDoubleBuffered, mozilla::layers::CompositableForwarder*&>(mozilla::layers::CompositableForwarder*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::ContentClientSingleBuffered> mozilla::MakeAndAddRef<mozilla::layers::ContentClientSingleBuffered, mozilla::layers::CompositableForwarder*&>(mozilla::layers::CompositableForwarder*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureClient> mozilla::MakeAndAddRef<mozilla::layers::TextureClient, mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, RefPtr<mozilla::layers::LayersIPCChannel> const&>(mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, RefPtr<mozilla::layers::LayersIPCChannel> const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureClient> mozilla::MakeAndAddRef<mozilla::layers::TextureClient, mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::TextureForwarder*&>(mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::TextureForwarder*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureClient> mozilla::MakeAndAddRef<mozilla::layers::TextureClient, mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::TextureForwarder*>(mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::TextureForwarder*&&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureClient> mozilla::MakeAndAddRef<mozilla::layers::TextureClient, mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::LayersIPCChannel*&>(mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::LayersIPCChannel*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::ShmemTextureReadLock> mozilla::MakeAndAddRef<mozilla::layers::ShmemTextureReadLock, mozilla::layers::ShmemSection const&>(mozilla::layers::ShmemSection const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::CrossProcessSemaphoreReadLock> mozilla::MakeAndAddRef<mozilla::layers::CrossProcessSemaphoreReadLock, base::FileDescriptor const&>(base::FileDescriptor const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::MemoryTextureReadLock> mozilla::MakeAndAddRef<mozilla::layers::MemoryTextureReadLock>() Unexecuted instantiation: already_AddRefed<mozilla::layers::ShmemTextureReadLock> mozilla::MakeAndAddRef<mozilla::layers::ShmemTextureReadLock, mozilla::layers::LayersIPCChannel*&>(mozilla::layers::LayersIPCChannel*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::SharedSurfaceTextureClient> mozilla::MakeAndAddRef<mozilla::layers::SharedSurfaceTextureClient, mozilla::layers::SharedSurfaceTextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::LayersIPCChannel*&>(mozilla::layers::SharedSurfaceTextureData*&, mozilla::layers::TextureFlags&, mozilla::layers::LayersIPCChannel*&) Unexecuted instantiation: already_AddRefed<mozilla::layers::X11TextureHost> mozilla::MakeAndAddRef<mozilla::layers::X11TextureHost, mozilla::layers::TextureFlags&, mozilla::layers::SurfaceDescriptorX11 const&>(mozilla::layers::TextureFlags&, mozilla::layers::SurfaceDescriptorX11 const&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureClient> mozilla::MakeAndAddRef<mozilla::layers::TextureClient, mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, decltype(nullptr)>(mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&, decltype(nullptr)&&) Unexecuted instantiation: already_AddRefed<mozilla::layers::TextureClient> mozilla::MakeAndAddRef<mozilla::layers::TextureClient, mozilla::layers::TextureData*&, mozilla::layers::TextureFlags, decltype(nullptr)>(mozilla::layers::TextureData*&, mozilla::layers::TextureFlags&&, decltype(nullptr)&&) |
672 | | |
673 | | /** |
674 | | * Helper function to be able to conveniently write things like: |
675 | | * |
676 | | * auto runnable = MakeRefPtr<ErrorCallbackRunnable<nsIDOMGetUserMediaSuccessCallback>>( |
677 | | * mOnSuccess, mOnFailure, *error, mWindowID); |
678 | | */ |
679 | | template<typename T, typename... Args> |
680 | | RefPtr<T> |
681 | | MakeRefPtr(Args&&... aArgs) |
682 | | { |
683 | | RefPtr<T> p(new T(std::forward<Args>(aArgs)...)); |
684 | | return p; |
685 | | } |
686 | | |
687 | | } // namespace mozilla |
688 | | |
689 | | #endif /* mozilla_RefPtr_h */ |