Home
last modified time | relevance | path

Searched refs:SetPermissionsForPages (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc3337 void ReadOnlySpace::SetPermissionsForPages(PageAllocator::Permission access) { in AllocateChunk() function in v8::internal::ReadOnlySpace
3371 SetPermissionsForPages(PageAllocator::kRead); in AllocateChunk()
3376 SetPermissionsForPages(PageAllocator::kReadWrite); in AllocateChunk()
Dspaces.h2971 void SetPermissionsForPages(PageAllocator::Permission access);