Home
last modified time | relevance | path

Searched refs:boilerplate_elements_kind (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dallocation-site-inl.h124 bool AllocationSite::ShouldTrack(ElementsKind boilerplate_elements_kind) { in ShouldTrack() argument
126 return IsSmiElementsKind(boilerplate_elements_kind); in ShouldTrack()
Dallocation-site.h141 static inline bool ShouldTrack(ElementsKind boilerplate_elements_kind);