Home
last modified time | relevance | path

Searched refs:IsMemoryChunkExecutable (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-inl.h609 DCHECK(heap_->memory_allocator()->IsMemoryChunkExecutable(page)); in CodeSpaceMemoryModificationScope()
623 DCHECK(heap_->memory_allocator()->IsMemoryChunkExecutable(page)); in ~CodeSpaceMemoryModificationScope()
Dpaged-spaces.cc526 DCHECK(heap()->memory_allocator()->IsMemoryChunkExecutable(page)); in SetReadable()
534 DCHECK(heap()->memory_allocator()->IsMemoryChunkExecutable(page)); in SetReadAndExecutable()
542 DCHECK(heap()->memory_allocator()->IsMemoryChunkExecutable(page)); in SetCodeModificationPermissions()
Dmemory-allocator.h232 bool IsMemoryChunkExecutable(MemoryChunk* chunk) { in IsMemoryChunkExecutable() function
Dheap.cc2854 DCHECK(memory_allocator()->IsMemoryChunkExecutable(*chunk)); in ProtectUnprotectedMemoryChunks()