Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site-scopes-inl.h42 if (activated_ && AllocationSite::CanTrack(object->map().instance_type())) { in ShouldCreateMemento()
Dallocation-site.h143 static inline bool CanTrack(InstanceType type);
Dallocation-site-inl.h129 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack() function
/third_party/node/deps/v8/src/heap/
Dheap-inl.h410 !AllocationSite::CanTrack(map.instance_type())) { in UpdateAllocationSite()
Dfactory.cc1933 DCHECK(site.is_null() || AllocationSite::CanTrack(instance_type)); in CopyJSObjectWithAllocationSite()