PointsBack 986 Source/platform/heap/HeapTest.cpp class PointsBack : public RefCountedWillBeGarbageCollectedFinalized<PointsBack> { PointsBack 988 Source/platform/heap/HeapTest.cpp static PassRefPtrWillBeRawPtr<PointsBack> create() PointsBack 990 Source/platform/heap/HeapTest.cpp return adoptRefWillBeNoop(new PointsBack()); PointsBack 1022 Source/platform/heap/HeapTest.cpp int PointsBack::s_aliveCount = 0; PointsBack 1026 Source/platform/heap/HeapTest.cpp static PassRefPtrWillBeRawPtr<SuperClass> create(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) PointsBack 1039 Source/platform/heap/HeapTest.cpp void doStuff(PassRefPtrWillBeRawPtr<SuperClass> targetPass, PointsBack* pointsBack, int superClassCount) PointsBack 1054 Source/platform/heap/HeapTest.cpp PointsBack* pointsBack() const { return m_pointsBack.get(); } PointsBack 1058 Source/platform/heap/HeapTest.cpp explicit SuperClass(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) PointsBack 1066 Source/platform/heap/HeapTest.cpp RefPtrWillBeMember<PointsBack> m_pointsBack; PointsBack 1084 Source/platform/heap/HeapTest.cpp static PassRefPtrWillBeRawPtr<SubClass> create(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) PointsBack 1104 Source/platform/heap/HeapTest.cpp explicit SubClass(PassRefPtrWillBeRawPtr<PointsBack> pointsBack) PointsBack 1308 Source/platform/heap/HeapTest.cpp RefPtrWillBePersistent<PointsBack> pointsBack1 = PointsBack::create(); PointsBack 1309 Source/platform/heap/HeapTest.cpp RefPtrWillBePersistent<PointsBack> pointsBack2 = PointsBack::create(); PointsBack 1312 Source/platform/heap/HeapTest.cpp EXPECT_EQ(2, PointsBack::s_aliveCount); PointsBack 1319 Source/platform/heap/HeapTest.cpp EXPECT_EQ(2, PointsBack::s_aliveCount); PointsBack 1326 Source/platform/heap/HeapTest.cpp EXPECT_EQ(2, PointsBack::s_aliveCount); PointsBack 1334 Source/platform/heap/HeapTest.cpp EXPECT_EQ(1, PointsBack::s_aliveCount); PointsBack 1341 Source/platform/heap/HeapTest.cpp EXPECT_EQ(1, PointsBack::s_aliveCount); PointsBack 1349 Source/platform/heap/HeapTest.cpp EXPECT_EQ(0, PointsBack::s_aliveCount);