Home
last modified time | relevance | path

Searched defs:OnCriticalMemoryPressure (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc35 void OnCriticalMemoryPressure() override { in OnCriticalMemoryPressure() function in v8::PredictablePlatform
39 bool OnCriticalMemoryPressure(size_t length) override { in OnCriticalMemoryPressure() function in v8::PredictablePlatform
140 void OnCriticalMemoryPressure() override { in OnCriticalMemoryPressure() function in v8::DelayedTasksPlatform
144 bool OnCriticalMemoryPressure(size_t length) override { in OnCriticalMemoryPressure() function in v8::DelayedTasksPlatform
/third_party/node/deps/v8/include/
Dv8-platform.h913 virtual void OnCriticalMemoryPressure() { in OnCriticalMemoryPressure() function
927 virtual bool OnCriticalMemoryPressure(size_t length) { return false; } in OnCriticalMemoryPressure() function
/third_party/node/deps/v8/src/utils/
Dallocation.cc237 bool OnCriticalMemoryPressure(size_t length) { in OnCriticalMemoryPressure() function