Home
last modified time | relevance | path

Searched refs:PointsToLiteral (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dallocation-site-inl.h42 DCHECK(PointsToLiteral()); in OBJECT_CONSTRUCTORS_IMPL()
47 DCHECK(PointsToLiteral()); in boilerplate()
57 DCHECK(!PointsToLiteral()); in transition_info()
62 DCHECK(!PointsToLiteral()); in set_transition_info()
115 bool AllocationSite::PointsToLiteral() const { in PointsToLiteral() function
217 if (site->PointsToLiteral() && site->boilerplate().IsJSArray()) { in DigestTransitionFeedback()
Dallocation-site.h130 inline bool PointsToLiteral() const;
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc913 site->PointsToLiteral() in IsValid()
1142 ElementsKind kind = site.PointsToLiteral() in DependOnElementsKind()
Dheap-refs.h647 bool PointsToLiteral() const;
Dheap-refs.cc1417 HEAP_ACCESSOR_C(AllocationSite, bool, PointsToLiteral) in HEAP_ACCESSOR_C()
1991 if (!PointsToLiteral()) return {}; in boilerplate()
Djs-create-lowering.cc1129 DCHECK(!site.PointsToLiteral()); in ReduceJSCreateEmptyLiteralArray()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc526 if (!site.PointsToLiteral()) return; in RecordVirtualAllocationSiteDetails()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2162 if (!PointsToLiteral()) { in AllocationSitePrint()