ConstructorAllocation  662 Source/platform/heap/HeapTest.cpp class ConstructorAllocation : public GarbageCollected<ConstructorAllocation> {
ConstructorAllocation  664 Source/platform/heap/HeapTest.cpp     static ConstructorAllocation* create() { return new ConstructorAllocation(); }
ConstructorAllocation 1793 Source/platform/heap/HeapTest.cpp         Persistent<ConstructorAllocation> constructorAllocation = ConstructorAllocation::create();