Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_v8.cc175 args.GetIsolate()->GetHeapStatistics(&s); in UpdateHeapStatisticsBuffer()
233 isolate->GetHeapStatistics(&heap_statistics); in SetHeapStatistics()
Dnode_process_methods.cc185 isolate->GetHeapStatistics(&v8_heap_stats); in MemoryUsage()
Dnode_report.cc576 isolate->GetHeapStatistics(&v8_heap_stats); in PrintGCStatistics()
Djs_native_api_v8.cc1748 isolate->GetHeapStatistics(&stats); in OH_JSVM_GetHeapStatistics()
/third_party/node/deps/v8/include/
Dv8-isolate.h751 void GetHeapStatistics(HeapStatistics* heap_statistics);
/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.cc692 m_inspector->isolate()->GetHeapStatistics(&stats); in getHeapUsage()
/third_party/node/deps/v8/src/heap/
Dheap.cc664 reinterpret_cast<v8::Isolate*>(isolate())->GetHeapStatistics(&stats); in DumpJSONHeapStatistics()
/third_party/node/deps/v8/src/api/
Dapi.cc8874 void Isolate::GetHeapStatistics(HeapStatistics* heap_statistics) { in GetHeapStatistics() function in v8::Isolate