Searched refs:UncommitRawMemory (Results 1 – 2 of 2) sorted by relevance
231 bool CodeRange::UncommitRawMemory(Address start, size_t length) { in UncommitRawMemory() function in v8::internal::CodeRange587 if (!code_range->UncommitRawMemory(start, length)) return false; in CommitArea()
978 bool UncommitRawMemory(Address start, size_t length);