Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1089 void ReportExternalMemoryPressure(const char* gc_reason = NULL);
Dheap.cc910 void Heap::ReportExternalMemoryPressure(const char* gc_reason) { in ReportExternalMemoryPressure() function in v8::internal::Heap
/external/v8/src/
Dapi.cc7139 heap->ReportExternalMemoryPressure( in ReportExternalAllocationLimitReached()