Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.h25 AllocationSiteMode allocation_site_mode);
Dbuiltins-constructor-gen.cc342 AllocationSiteMode allocation_site_mode) { in EmitCreateShallowArrayLiteral() argument
355 if (allocation_site_mode == TRACK_ALLOCATION_SITE) { in EmitCreateShallowArrayLiteral()
Dbuiltins-array-gen.cc4235 AllocationSiteMode allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in GenerateArraySingleArgumentConstructor() local
4237 allocation_site_mode = AllocationSite::ShouldTrack(kind) in GenerateArraySingleArgumentConstructor()
4246 kind, allocation_site_mode); in GenerateArraySingleArgumentConstructor()