Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmemory-allocator.h199 void FreeReadOnlyPage(ReadOnlyPage* chunk);
Dread-only-spaces.cc296 memory_allocator->FreeReadOnlyPage(chunk); in TearDown()
Dmemory-allocator.cc550 void MemoryAllocator::FreeReadOnlyPage(ReadOnlyPage* chunk) { in FreeReadOnlyPage() function in v8::internal::MemoryAllocator