Home
last modified time | relevance | path

Searched refs:AllocatableMemoryInDataPage (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-chunk-layout.cc56 size_t MemoryChunkLayout::AllocatableMemoryInDataPage() { in AllocatableMemoryInDataPage() function in v8::internal::MemoryChunkLayout
67 return AllocatableMemoryInDataPage(); in AllocatableMemoryInMemoryChunk()
Dnew-spaces.h274 MemoryChunkLayout::AllocatableMemoryInDataPage() + in NON_EXPORTED_BASE()
284 MemoryChunkLayout::AllocatableMemoryInDataPage(); in NON_EXPORTED_BASE()
349 allocated += MemoryChunkLayout::AllocatableMemoryInDataPage(); in NON_EXPORTED_BASE()
Dmemory-chunk-layout.h89 static size_t AllocatableMemoryInDataPage();
Dscavenger-inl.h246 MemoryChunkLayout::AllocatableMemoryInDataPage()); in EvacuateObjectDefault()
Dmark-compact.cc3583 MemoryChunkLayout::AllocatableMemoryInDataPage() / 100; in NewSpacePageEvacuationThreshold()
3584 return MemoryChunkLayout::AllocatableMemoryInDataPage() + kTaggedSize; in NewSpacePageEvacuationThreshold()