TransitionRefCounted 1117 Source/platform/heap/HeapTest.cpp class TransitionRefCounted : public RefCountedWillBeRefCountedGarbageCollected<TransitionRefCounted> {
TransitionRefCounted 1119 Source/platform/heap/HeapTest.cpp     static PassRefPtrWillBeRawPtr<TransitionRefCounted> create()
TransitionRefCounted 1121 Source/platform/heap/HeapTest.cpp         return adoptRefWillBeRefCountedGarbageCollected(new TransitionRefCounted());
TransitionRefCounted 1140 Source/platform/heap/HeapTest.cpp int TransitionRefCounted::s_aliveCount = 0;
TransitionRefCounted 1300 Source/platform/heap/HeapTest.cpp         RefPtr<TransitionRefCounted> refCounted = TransitionRefCounted::create();
TransitionRefCounted 1301 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1, TransitionRefCounted::s_aliveCount);
TransitionRefCounted 1303 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(1, TransitionRefCounted::s_aliveCount);
TransitionRefCounted 1306 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0, TransitionRefCounted::s_aliveCount);
TransitionRefCounted 1318 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(0, TransitionRefCounted::s_aliveCount);