Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.h30 TNode<Context> context, AllocationSiteMode allocation_site_mode,
Dbuiltins-constructor-gen.cc463 TNode<Context> context, AllocationSiteMode allocation_site_mode, in CreateShallowArrayLiteral() argument
475 if (allocation_site_mode == TRACK_ALLOCATION_SITE && in CreateShallowArrayLiteral()
Dbuiltins-array-gen.cc1929 AllocationSiteMode allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in GenerateArraySingleArgumentConstructor() local
1931 allocation_site_mode = AllocationSite::ShouldTrack(kind) in GenerateArraySingleArgumentConstructor()
1941 kind, allocation_site_mode); in GenerateArraySingleArgumentConstructor()