Home
last modified time | relevance | path

Searched refs:kLargeObjectSizeThreshold (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dallocation.cc21 STATIC_ASSERT(api_constants::kLargeObjectSizeThreshold ==
22 kLargeObjectSizeThreshold);
H A Dglobals.h71 constexpr size_t kLargeObjectSizeThreshold = kPageSize / 2; member
H A Dheap-page.cc166 DCHECK_LT(kLargeObjectSizeThreshold, in NormalPage()
227 DCHECK_LE(kLargeObjectSizeThreshold, size); in Create()
H A Dobject-allocator.cc146 if (size >= kLargeObjectSizeThreshold) { in OutOfLineAllocateImpl()
/third_party/node/deps/v8/include/cppgc/internal/
H A Dapi-constants.h35 static constexpr size_t kLargeObjectSizeThreshold = kPageSize / 2; member
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dapi-constants.h41 static constexpr size_t kLargeObjectSizeThreshold = kPageSize / 2; member
/third_party/node/deps/v8/include/cppgc/
H A Dallocation.h155 internal::api_constants::kLargeObjectSizeThreshold,
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dallocation.h155 internal::api_constants::kLargeObjectSizeThreshold,

Completed in 4 milliseconds