Home
last modified time | relevance | path

Searched refs:HasWeakNext (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dallocation-site-inl.h38 HasWeakNext()) in OBJECT_CONSTRUCTORS_IMPL()
67 bool AllocationSite::HasWeakNext() const { in HasWeakNext() function
Dallocation-site.h67 inline bool HasWeakNext() const;
/third_party/node/deps/v8/src/snapshot/
Dobject-deserializer.cc85 if (!site->HasWeakNext()) continue; in LinkAllocationSites()
Dserializer.cc679 AllocationSite::cast(object).HasWeakNext()) { in UnlinkWeakNextScope()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2152 if (this->HasWeakNext()) os << "\n - weak_next: " << Brief(weak_next()); in AllocationSitePrint()