createGCEventData 270 Source/core/inspector/InspectorTimelineAgent.cpp RefPtr<TimelineEvent> record = TimelineRecordFactory::createGenericRecord(ts, m_maxCallStackDepth, TimelineRecordType::GCEvent, TimelineRecordFactory::createGCEventData(i->collectedBytes)); createGCEventData 54 Source/core/inspector/TimelineRecordFactory.h static PassRefPtr<JSONObject> createGCEventData(size_t usedHeapSizeDelta);