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