Searched refs:AllocateSharedFunctionInfo (Results 1 – 4 of 4) sorted by relevance
188 HEAP->AllocateSharedFunctionInfo(func_name)->ToObjectChecked()); in TEST()
1081 isolate()->heap()->AllocateSharedFunctionInfo(*name), in NewSharedFunctionInfo()
910 MUST_USE_RESULT MaybeObject* AllocateSharedFunctionInfo(Object* name);
2890 MaybeObject* Heap::AllocateSharedFunctionInfo(Object* name) { in AllocateSharedFunctionInfo() function in v8::internal::Heap4113 maybe = AllocateSharedFunctionInfo(name); in ReinitializeJSReceiver()