Searched refs:total_heap_size (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMemoryUsage.cpp43 unsigned v8Usage = stat.total_heap_size() >> 20;
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptGCEvent.cpp74 totalHeapSize = heapStatistics.total_heap_size();
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.cc541 return mem_usage + (static_cast<uint64_t>(stat.total_heap_size()) >> 20);
/external/v8/include/
H A Dv8.h2705 size_t total_heap_size() { return total_heap_size_; } function in class:v8::HeapStatistics
/external/v8/test/cctest/
H A Dtest-api.cc14098 CHECK_EQ(static_cast<int>(heap_statistics.total_heap_size()), 0);
14101 CHECK_NE(static_cast<int>(heap_statistics.total_heap_size()), 0);

Completed in 167 milliseconds