Home
last modified time | relevance | path

Searched refs:AllocationSiteMode (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dconstructor.tq22 extern enum AllocationSiteMode {
39 constexpr AllocationSiteMode): HeapObject labels CallRuntime;
80 vector, slot, context, AllocationSiteMode::TRACK_ALLOCATION_SITE)
Dbuiltins-constructor-gen.h30 TNode<Context> context, AllocationSiteMode allocation_site_mode,
Dbuiltins-array-gen.h94 ElementsKind elements_kind, AllocationSiteMode mode);
Dbuiltins-constructor-gen.cc463 TNode<Context> context, AllocationSiteMode allocation_site_mode, in CreateShallowArrayLiteral()
Dbuiltins-array-gen.cc1858 AllocationSiteMode mode) { in GenerateConstructor()
1929 AllocationSiteMode allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in GenerateArraySingleArgumentConstructor()
/third_party/node/deps/v8/src/common/
Dglobals.h1198 enum AllocationSiteMode { enum