Home
last modified time | relevance | path

Searched refs:ShouldTrack (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dallocation-site.h141 static inline bool ShouldTrack(ElementsKind boilerplate_elements_kind);
142 static bool ShouldTrack(ElementsKind from, ElementsKind to);
Dallocation-site-scopes-inl.h44 AllocationSite::ShouldTrack(object->GetElementsKind())) { in ShouldCreateMemento()
Dallocation-site-inl.h124 bool AllocationSite::ShouldTrack(ElementsKind boilerplate_elements_kind) { in ShouldTrack() function
Dobjects.cc5277 bool AllocationSite::ShouldTrack(ElementsKind from, ElementsKind to) { in ShouldTrack() function in v8::internal::AllocationSite
/third_party/node/deps/v8/src/codegen/
Dcode-factory.cc316 if (override_mode == DONT_OVERRIDE && AllocationSite::ShouldTrack(kind)) { in ArrayNoArgumentConstructor()
326 !AllocationSite::ShouldTrack(kind)); in ArrayNoArgumentConstructor()
350 if (override_mode == DONT_OVERRIDE && AllocationSite::ShouldTrack(kind)) { in ArraySingleArgumentConstructor()
360 !AllocationSite::ShouldTrack(kind)); in ArraySingleArgumentConstructor()
Dcode-stub-assembler.cc11475 if (AllocationSite::ShouldTrack(from_kind, to_kind)) { in TransitionElementsKind()
/third_party/node/deps/v8/src/runtime/
Druntime-array.cc120 if (AllocationSite::ShouldTrack(to_kind)) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc270 if (AllocationSite::ShouldTrack(from_kind, to_kind)) { in TryRewriteElements()
313 if (AllocationSite::ShouldTrack(packed_kind, holey_kind)) { in TryChangeToHoleyMapHelper()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc907 DCHECK(AllocationSite::ShouldTrack(kind_)); in ElementsKindDependency()
1145 if (AllocationSite::ShouldTrack(kind)) { in DependOnElementsKind()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.cc1908 AllocationSite::ShouldTrack(kind) && mode != DISABLE_ALLOCATION_SITES; in GenerateArrayNoArgumentConstructor()
1931 allocation_site_mode = AllocationSite::ShouldTrack(kind) in GenerateArraySingleArgumentConstructor()