Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1172 void ReportExternalMemoryPressure();
Dheap.cc913 void Heap::ReportExternalMemoryPressure() { in ReportExternalMemoryPressure() function in v8::internal::Heap
/external/v8/src/
Dapi.cc7983 heap->ReportExternalMemoryPressure(); in ReportExternalAllocationLimitReached()