HeapAllocatedArray  243 Source/platform/heap/HeapTest.cpp class HeapAllocatedArray : public GarbageCollected<HeapAllocatedArray> {
HeapAllocatedArray 1516 Source/platform/heap/HeapTest.cpp     HeapAllocatedArray* array = new HeapAllocatedArray();
HeapAllocatedArray 1519 Source/platform/heap/HeapTest.cpp     EXPECT_TRUE(statsAfterAllocation.totalObjectSpace() >= sizeof(HeapAllocatedArray));