Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-platform.h266 virtual void OnCriticalMemoryPressure() { in OnCriticalMemoryPressure() function
280 virtual bool OnCriticalMemoryPressure(size_t length) { return false; } in OnCriticalMemoryPressure() function
/external/v8/src/
Dallocation.cc200 bool OnCriticalMemoryPressure(size_t length) { in OnCriticalMemoryPressure() function
Dd8.cc171 void OnCriticalMemoryPressure() override { in OnCriticalMemoryPressure() function in v8::__anoncd2d3b7e0111::PredictablePlatform
175 bool OnCriticalMemoryPressure(size_t length) override { in OnCriticalMemoryPressure() function in v8::__anoncd2d3b7e0111::PredictablePlatform