Home
last modified time | relevance | path

Searched refs:NewAllocationSite (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc249 InitializeTraversal(isolate()->factory()->NewAllocationSite(true)); in EnterNewScope()
257 scope_site = isolate()->factory()->NewAllocationSite(false); in EnterNewScope()
/external/v8/src/heap/
Dfactory.h474 Handle<AllocationSite> NewAllocationSite(bool with_weak_next);
Dfactory.cc1796 Handle<AllocationSite> Factory::NewAllocationSite(bool with_weak_next) { in NewAllocationSite() function in v8::internal::Factory