Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h566 allocation_sites_list_ = object; in set_allocation_sites_list()
568 Object allocation_sites_list() { return allocation_sites_list_; } in allocation_sites_list()
585 return reinterpret_cast<Address>(&allocation_sites_list_); in allocation_sites_list_address()
2255 Object allocation_sites_list_; variable