Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
Dread-only-serializer.cc142 for (size_t i = 0, size = ro_heap->read_only_object_cache_size(); i < size; in ReconstructReadOnlyObjectCacheForTesting()
/third_party/node/deps/v8/src/heap/
Dread-only-heap.h84 size_t read_only_object_cache_size() const;
Dread-only-heap.cc252 size_t ReadOnlyHeap::read_only_object_cache_size() const { in read_only_object_cache_size() function in v8::internal::ReadOnlyHeap