Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap-allocator.cc89 if (IsSharedAllocationType(allocation)) { in AllocateRawWithLightRetrySlowPath()
111 if (IsSharedAllocationType(allocation)) { in AllocateRawWithRetryOrFailSlowPath()
/third_party/node/deps/v8/src/common/
Dglobals.h875 inline constexpr bool IsSharedAllocationType(AllocationType kind) { in IsSharedAllocationType() function