Searched refs:GetHeapStatistics (Results 1 – 10 of 10) sorted by relevance
75 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics); in getHeapSize()84 v8::Isolate::GetCurrent()->GetHeapStatistics(&heapStatistics); in getUsedHeapSize()
329 isolate->GetHeapStatistics(&heapStatistics); in usedHeapSize()
34 isolate->GetHeapStatistics(&stat); in GetMemoryUsageKB()
231 isolate_->GetHeapStatistics(&stats); in TearDown()239 isolate_->GetHeapStatistics(&stats); in TearDown()
182 v8::Isolate::GetCurrent()->GetHeapStatistics(&heap_stats); in InitiateCollection()215 isolate->GetHeapStatistics(&heap_stats); in CollectOnWorkerThread()
795 g_proxy_resolver_isolate_->isolate()->GetHeapStatistics(&heap_statistics); in GetTotalHeapSize()807 g_proxy_resolver_isolate_->isolate()->GetHeapStatistics(&heap_statistics); in GetUsedHeapSize()
3053 Made Isolate::GetHeapStatistics robust against half-initialized3255 Added new GetHeapStatistics API entry and deprecated old one.5937 the GetHeapStatistics API.6092 GetHeapStatistics.
4548 void GetHeapStatistics(HeapStatistics* heap_statistics);
6671 void Isolate::GetHeapStatistics(HeapStatistics* heap_statistics) { in GetHeapStatistics() function in v8::Isolate
17952 THREADED_TEST(GetHeapStatistics) { in THREADED_TEST() argument17958 c1->GetIsolate()->GetHeapStatistics(&heap_statistics); in THREADED_TEST()