Searched refs:AllocatableMemoryInDataPage (Results 1 – 5 of 5) sorted by relevance
56 size_t MemoryChunkLayout::AllocatableMemoryInDataPage() { in AllocatableMemoryInDataPage() function in v8::internal::MemoryChunkLayout67 return AllocatableMemoryInDataPage(); in AllocatableMemoryInMemoryChunk()
274 MemoryChunkLayout::AllocatableMemoryInDataPage() + in NON_EXPORTED_BASE()284 MemoryChunkLayout::AllocatableMemoryInDataPage(); in NON_EXPORTED_BASE()349 allocated += MemoryChunkLayout::AllocatableMemoryInDataPage(); in NON_EXPORTED_BASE()
89 static size_t AllocatableMemoryInDataPage();
246 MemoryChunkLayout::AllocatableMemoryInDataPage()); in EvacuateObjectDefault()
3583 MemoryChunkLayout::AllocatableMemoryInDataPage() / 100; in NewSpacePageEvacuationThreshold()3584 return MemoryChunkLayout::AllocatableMemoryInDataPage() + kTaggedSize; in NewSpacePageEvacuationThreshold()