Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dnew-spaces.h446 bool UncommitFromSpace() { in NON_EXPORTED_BASE()
Dheap.h1789 V8_EXPORT_PRIVATE bool UncommitFromSpace();
Dheap.cc1017 bool Heap::UncommitFromSpace() { return new_space_->UncommitFromSpace(); } in UncommitFromSpace() function in v8::internal::Heap
3876 UncommitFromSpace(); in ReduceNewSpaceSize()