Searched refs:PointsToLiteral (Results 1 – 9 of 9) sorted by relevance
239 DCHECK_EQ(kind_, site_.PointsToLiteral() in ElementsKindDependency()246 ElementsKind kind = site->PointsToLiteral() in IsValid()353 ElementsKind kind = site.PointsToLiteral() in DependOnElementsKind()
264 PointsToLiteral(object_->PointsToLiteral()), in AllocationSiteData()267 if (PointsToLiteral) { in AllocationSiteData()278 bool const PointsToLiteral; member in v8::internal::compiler::AllocationSiteData994 BIMODAL_ACCESSOR_C(AllocationSite, bool, PointsToLiteral) in BIMODAL_ACCESSOR()
287 bool PointsToLiteral() const;
1158 DCHECK(!site.PointsToLiteral()); in ReduceJSCreateEmptyLiteralArray()
1057 bool AllocationSite::PointsToLiteral() const { in PointsToLiteral() function2229 DCHECK(PointsToLiteral()); in ACCESSORS()2238 DCHECK(!PointsToLiteral()); in transition_info()2243 DCHECK(!PointsToLiteral()); in set_transition_info()
1910 if (!PointsToLiteral()) { in AllocationSitePrint()
3747 inline bool PointsToLiteral() const;
15843 if (site->PointsToLiteral() && site->boilerplate()->IsJSArray()) { in DigestTransitionFeedback()
461 if (!site->PointsToLiteral()) return; in RecordVirtualAllocationSiteDetails()