Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h601 CHECK(heap_->memory_allocator()->IsMemoryChunkExecutable(page)); in CodeSpaceMemoryModificationScope()
616 CHECK(heap_->memory_allocator()->IsMemoryChunkExecutable(page)); in ~CodeSpaceMemoryModificationScope()
Dspaces.cc1895 CHECK(heap()->memory_allocator()->IsMemoryChunkExecutable(page)); in AllocateChunk()
1903 CHECK(heap()->memory_allocator()->IsMemoryChunkExecutable(page)); in AllocateChunk()
Dspaces.h1451 bool IsMemoryChunkExecutable(MemoryChunk* chunk) { in IsMemoryChunkExecutable() function
Dheap.cc2272 CHECK(memory_allocator()->IsMemoryChunkExecutable(*chunk)); in ProtectUnprotectedMemoryChunks()