Home
last modified time | relevance | path

Searched refs:ZapBlock (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc373 ZapBlock(base, MemoryChunkLayout::CodePageGuardStartOffset(), kZapValue); in AllocateUninitializedChunk()
375 ZapBlock(base + MemoryChunkLayout::ObjectStartOffsetInCodePage(), in AllocateUninitializedChunk()
380 ZapBlock(base, in AllocateUninitializedChunk()
617 ZapBlock(start, size, kZapValue); in AllocateUninitializedPageFromPool()
626 void MemoryAllocator::ZapBlock(Address start, size_t size, in ZapBlock() function in v8::internal::MemoryAllocator
Dmemory-allocator.h240 void ZapBlock(Address start, size_t size, uintptr_t zap_value);
Dheap.cc4843 memory_allocator()->ZapBlock(page->area_start(), in ZapFromSpace()