Home
last modified time | relevance | path

Searched defs:AllocatedBytesAtLastGC (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-page.h183 size_t AllocatedBytesAtLastGC() const { return allocated_bytes_at_last_gc_; } in AllocatedBytesAtLastGC() function
245 size_t AllocatedBytesAtLastGC() const { return ObjectSize(); } in AllocatedBytesAtLastGC() function
Dheap-page.cc81 size_t BasePage::AllocatedBytesAtLastGC() const { in AllocatedBytesAtLastGC() function in cppgc::internal::BasePage