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/
H A Dbuiltins-constructor-gen.h30 TNode<Context> context, AllocationSiteMode allocation_site_mode,
H A Dbuiltins-constructor-gen.cc463 TNode<Context> context, AllocationSiteMode allocation_site_mode, in CreateShallowArrayLiteral()
475 if (allocation_site_mode == TRACK_ALLOCATION_SITE && in CreateShallowArrayLiteral()
461 CreateShallowArrayLiteral( TNode<FeedbackVector> feedback_vector, TNode<TaggedIndex> slot, TNode<Context> context, AllocationSiteMode allocation_site_mode, Label* call_runtime) CreateShallowArrayLiteral() argument
H A 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()

Completed in 5 milliseconds