Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Ddeserializer.h90 return new_allocation_sites_; in new_allocation_sites()
219 std::vector<Handle<AllocationSite>> new_allocation_sites_; variable
Ddeserializer.cc518 new_allocation_sites_.push_back(Handle<AllocationSite>::cast(obj)); in PostProcessNewObject()