Home
last modified time | relevance | path

Searched refs:IsAllocationSite (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/compiler/
Dcompilation-dependencies.cc429 if (!current.nested_site().IsAllocationSite()) break; in DependOnElementsKinds()
Djs-create-lowering.cc1133 if (feedback.IsAllocationSite()) { in ReduceJSCreateLiteralArrayOrObject()
1156 if (feedback.IsAllocationSite()) { in ReduceJSCreateEmptyLiteralArray()
Djs-call-reducer.cc3762 feedback_object->IsAllocationSite()) { in ReduceJSConstruct()
/external/v8/src/heap/
Dheap.cc732 if (!site->IsAllocationSite() || site->IsZombie()) continue; in MergeAllocationSitePretenuringFeedback()
879 DCHECK(site->IsAllocationSite()); in ProcessPretenuringFeedback()
899 DCHECK(site->IsAllocationSite()); in ProcessPretenuringFeedback()
2495 while (current->IsAllocationSite()) { in ForeachAllocationSite()
2499 while (current_nested->IsAllocationSite()) { in ForeachAllocationSite()
Dobject-stats.cc702 while (list->IsAllocationSite()) { in CollectGlobalStatistics()
Dmark-compact.cc1032 } else if (object->IsAllocationSite() && in RetainAs()
1038 while (nested->IsAllocationSite()) { in RetainAs()
/external/v8/src/runtime/
Druntime-array.cc559 Handle<AllocationSite> site = type_info->IsAllocationSite() in RUNTIME_FUNCTION()
/external/v8/src/snapshot/
Ddeserializer.cc181 if (obj->IsAllocationSite()) { in PostProcessNewObject()
Dserializer.cc584 if (object->IsAllocationSite()) { in UnlinkWeakNextScope()
/external/v8/src/
Dobjects-debug.cc1786 CHECK(IsAllocationSite()); in AllocationSiteVerify()
1792 CHECK(!IsValid() || GetAllocationSite()->IsAllocationSite()); in AllocationMementoVerify()
Dfeedback-vector.cc617 heap_object->IsAllocationSite())) { in StateFromFeedback()
Dobjects-inl.h1137 return allocation_site()->IsAllocationSite() && in IsValid()
Dcode-stub-assembler.h1725 TNode<BoolT> IsAllocationSite(SloppyTNode<HeapObject> object);
Dobjects.cc15207 } else if (object->IsAllocationSite()) { in GetDependentCode()
15219 } else if (object->IsAllocationSite()) { in SetDependentCode()
15827 while (current->IsAllocationSite()) { in IsNested()
Dcode-stub-assembler.cc5641 TNode<BoolT> CodeStubAssembler::IsAllocationSite( in IsAllocationSite() function in v8::internal::CodeStubAssembler
/external/v8/src/profiler/
Dheap-snapshot-generator.cc916 } else if (obj->IsAllocationSite()) { in ExtractReferences()
1675 if (parent->IsAllocationSite() && in IsEssentialHiddenReference()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc963 GotoIfNot(IsAllocationSite(strong_feedback), &check_initialized); in Construct()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc4137 IsAllocationSite(maybe_allocation_site))); in TF_BUILTIN()