Home
last modified time | relevance | path

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

/external/v8/src/snapshot/
Ddeserializer.h97 return new_allocation_sites_; in new_allocation_sites()
220 std::vector<Handle<AllocationSite>> new_allocation_sites_; variable
Ddeserializer.cc373 new_allocation_sites_.push_back(Handle<AllocationSite>::cast(obj)); in PostProcessNewObject()