Home
last modified time | relevance | path

Searched refs:GetHeapStatistics (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptGCEvent.cpp75 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics); in getHeapSize()
84 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics); in getUsedHeapSize()
DV8GCController.cpp329 isolate->GetHeapStatistics(&heapStatistics); in usedHeapSize()
/external/chromium_org/content/child/
Dcontent_child_helpers.cc34 isolate->GetHeapStatistics(&stat); in GetMemoryUsageKB()
/external/chromium_org/extensions/renderer/
Dmodule_system_test.cc231 isolate_->GetHeapStatistics(&stats); in TearDown()
239 isolate_->GetHeapStatistics(&stats); in TearDown()
/external/chromium_org/chrome/renderer/
Dchrome_render_process_observer.cc182 v8::Isolate::GetCurrent()->GetHeapStatistics(&heap_stats); in InitiateCollection()
215 isolate->GetHeapStatistics(&heap_stats); in CollectOnWorkerThread()
/external/chromium_org/net/proxy/
Dproxy_resolver_v8.cc795 g_proxy_resolver_isolate_->isolate()->GetHeapStatistics(&heap_statistics); in GetTotalHeapSize()
807 g_proxy_resolver_isolate_->isolate()->GetHeapStatistics(&heap_statistics); in GetUsedHeapSize()
/external/chromium_org/v8/
DChangeLog3053 Made Isolate::GetHeapStatistics robust against half-initialized
3255 Added new GetHeapStatistics API entry and deprecated old one.
5937 the GetHeapStatistics API.
6092 GetHeapStatistics.
/external/chromium_org/v8/include/
Dv8.h4548 void GetHeapStatistics(HeapStatistics* heap_statistics);
/external/chromium_org/v8/src/
Dapi.cc6671 void Isolate::GetHeapStatistics(HeapStatistics* heap_statistics) { in GetHeapStatistics() function in v8::Isolate
/external/chromium_org/v8/test/cctest/
Dtest-api.cc17952 THREADED_TEST(GetHeapStatistics) { in THREADED_TEST() argument
17958 c1->GetIsolate()->GetHeapStatistics(&heap_statistics); in THREADED_TEST()