Searched refs:NewAllocationSite (Results 1 – 3 of 3) sorted by relevance
249 InitializeTraversal(isolate()->factory()->NewAllocationSite(true)); in EnterNewScope()257 scope_site = isolate()->factory()->NewAllocationSite(false); in EnterNewScope()
474 Handle<AllocationSite> NewAllocationSite(bool with_weak_next);
1796 Handle<AllocationSite> Factory::NewAllocationSite(bool with_weak_next) { in NewAllocationSite() function in v8::internal::Factory