Home
last modified time | relevance | path

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

/external/v8/src/
Dallocation-site-scopes.h80 AllocationSite::CanTrack(object->map()->instance_type())) { in ShouldCreateMemento()
Dobjects-inl.h1071 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack() function
Dobjects.h3760 static inline bool CanTrack(InstanceType type);
/external/v8/src/heap/
Dheap-inl.h506 !AllocationSite::CanTrack(map->instance_type())) in UpdateAllocationSite()
Dfactory.cc1891 DCHECK(site.is_null() || AllocationSite::CanTrack(map->instance_type())); in CopyJSObjectWithAllocationSite()