Searched defs:AreaSize (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/heap/ | ||
H A D | read-only-spaces.h | 233 int AreaSize() const { return static_cast<int>(area_size_); } in AreaSize() function in v8::internal::ReadOnlySpace |
H A D | paged-spaces.h | 263 inline int AreaSize() const { return static_cast<int>(area_size_); } in AreaSize() function in v8::internal::PagedSpace |
Completed in 3 milliseconds