Searched refs:IsMemoryChunkExecutable (Results 1 – 4 of 4) sorted by relevance
609 DCHECK(heap_->memory_allocator()->IsMemoryChunkExecutable(page)); in CodeSpaceMemoryModificationScope()623 DCHECK(heap_->memory_allocator()->IsMemoryChunkExecutable(page)); in ~CodeSpaceMemoryModificationScope()
526 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()
232 bool IsMemoryChunkExecutable(MemoryChunk* chunk) { in IsMemoryChunkExecutable() function
2854 DCHECK(memory_allocator()->IsMemoryChunkExecutable(*chunk)); in ProtectUnprotectedMemoryChunks()