Searched refs:CommitMemory (Results 1 – 2 of 2) sorted by relevance
240 return isolate_->memory_allocator()->CommitMemory(start, length, EXECUTABLE); in CommitRawMemory()301 bool MemoryAllocator::CommitMemory(Address base, in CommitMemory() function in v8::internal::MemoryAllocator527 if (!heap()->isolate()->memory_allocator()->CommitMemory( in CommitArea()774 if (!CommitMemory(start, size, executable)) return false; in CommitBlock()
1122 bool CommitMemory(Address addr, size_t size, Executability executable);