Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/android/
DPlatformBridge.h143 static int highMemoryUsageMB();
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp197 int PlatformBridge::highMemoryUsageMB() in highMemoryUsageMB() function in WebCore::PlatformBridge
/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp538 static const int highUsageMB = PlatformBridge::highMemoryUsageMB(); in checkMemoryUsage()