Home
last modified time | relevance | path

Searched refs:AllocationSiteRef (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.h64 AllocationType DependOnPretenureMode(const AllocationSiteRef& site);
94 void DependOnElementsKind(const AllocationSiteRef& site);
125 void DependOnElementsKinds(const AllocationSiteRef& site);
H A Dcompilation-dependencies.cc623 PretenureModeDependency(const AllocationSiteRef& site, in PretenureModeDependency()
649 const AllocationSiteRef site_;
905 ElementsKindDependency(const AllocationSiteRef& site, ElementsKind kind) in ElementsKindDependency()
935 const AllocationSiteRef site_;
1062 const AllocationSiteRef& site) { in DependOnPretenureMode()
1141 const AllocationSiteRef& site) { in DependOnElementsKind()
1317 const AllocationSiteRef& site) { in DependOnElementsKinds()
1318 AllocationSiteRef current = site; in DependOnElementsKinds()
H A Dprocessed-feedback.h222 : public SingleValueFeedback<AllocationSiteRef,
H A Djs-operator.h569 CreateArrayParameters(size_t arity, base::Optional<AllocationSiteRef> site) in CreateArrayParameters()
573 base::Optional<AllocationSiteRef> site(JSHeapBroker* broker) const { in site()
946 base::Optional<AllocationSiteRef> site);
H A Djs-create-lowering.cc631 base::Optional<AllocationSiteRef> site_ref = p.site(broker()); in ReduceJSCreateArray()
1106 AllocationSiteRef site = feedback.AsLiteral().value(); in ReduceJSCreateLiteralArrayOrObject()
1128 AllocationSiteRef site = feedback.AsLiteral().value(); in ReduceJSCreateEmptyLiteralArray()
H A Dheap-refs.h641 class AllocationSiteRef : public HeapObjectRef { class in v8::internal::compiler::HeapObjectType
H A Dheap-refs.cc1412 ObjectRef AllocationSiteRef::nested_site() const { in nested_site()
1990 base::Optional<JSObjectRef> AllocationSiteRef::boilerplate() const { in boilerplate()
H A Djs-heap-broker.cc635 AllocationSiteRef site = in ReadFeedbackForArrayOrObjectLiteral()
H A Djs-operator.cc1260 size_t arity, base::Optional<AllocationSiteRef> site) { in CreateArray()
H A Djs-generic-lowering.cc614 base::Optional<AllocationSiteRef> const site = p.site(broker()); in LowerJSCreateArray()
H A Djs-call-reducer.cc4246 AllocationSiteRef site = feedback.AsLiteral().value();

Completed in 36 milliseconds