AllocateSharedFunctionInfo 1146 src/factory.cc                      isolate()->heap()->AllocateSharedFunctionInfo(*name),
AllocateSharedFunctionInfo 4283 src/heap.cc        maybe = AllocateSharedFunctionInfo(name);
AllocateSharedFunctionInfo  917 src/heap.h       MUST_USE_RESULT MaybeObject* AllocateSharedFunctionInfo(Object* name);
AllocateSharedFunctionInfo  188 test/cctest/test-mark-compact.cc       HEAP->AllocateSharedFunctionInfo(func_name)->ToObjectChecked());