Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dallocation-site.h135 static inline bool ShouldTrack(ElementsKind boilerplate_elements_kind);
136 static bool ShouldTrack(ElementsKind from, ElementsKind to);
Dallocation-site-scopes-inl.h44 AllocationSite::ShouldTrack(object->GetElementsKind())) { in ShouldCreateMemento()
Dallocation-site-inl.h116 bool AllocationSite::ShouldTrack(ElementsKind boilerplate_elements_kind) { in ShouldTrack() function
Dobjects.cc5116 bool AllocationSite::ShouldTrack(ElementsKind from, ElementsKind to) { in ShouldTrack() function in v8::internal::AllocationSite
/external/v8/src/codegen/
Dcode-factory.cc421 if (override_mode == DONT_OVERRIDE && AllocationSite::ShouldTrack(kind)) { in ArrayNoArgumentConstructor()
431 !AllocationSite::ShouldTrack(kind)); in ArrayNoArgumentConstructor()
455 if (override_mode == DONT_OVERRIDE && AllocationSite::ShouldTrack(kind)) { in ArraySingleArgumentConstructor()
465 !AllocationSite::ShouldTrack(kind)); in ArraySingleArgumentConstructor()
Dcode-stub-assembler.cc10179 if (AllocationSite::ShouldTrack(from_kind, to_kind)) { in TransitionElementsKind()
/external/v8/src/compiler/
Dcompilation-dependencies.cc322 DCHECK(AllocationSite::ShouldTrack(kind_)); in ElementsKindDependency()
507 if (AllocationSite::ShouldTrack(kind)) { in DependOnElementsKind()
/external/v8/src/runtime/
Druntime-array.cc113 if (AllocationSite::ShouldTrack(to_kind)) { in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dkeyed-store-generic.cc212 if (AllocationSite::ShouldTrack(from_kind, to_kind)) { in TryRewriteElements()
255 if (AllocationSite::ShouldTrack(packed_kind, holey_kind)) { in TryChangeToHoleyMapHelper()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc1878 AllocationSite::ShouldTrack(kind) && mode != DISABLE_ALLOCATION_SITES; in GenerateArrayNoArgumentConstructor()
1901 allocation_site_mode = AllocationSite::ShouldTrack(kind) in GenerateArraySingleArgumentConstructor()