Searched refs:GetHeapStats (Results 1 – 5 of 5) sorted by relevance
59 const HeapStats* GetHeapStats() { in GetHeapStats() function84 const HeapStats* stats = GetHeapStats(); in LookupStackTrace()101 const HeapStats* stats = GetHeapStats(); in TestStackTracesWithParams()
478 SnapshotObjectId GetHeapStats(OutputStream* stream);
222 return v8::Isolate::GetCurrent()->GetHeapProfiler()->GetHeapStats(&heapStatsStream); in requestHeapStatsUpdate()
1074 v8::SnapshotObjectId last_seen_id = heap_profiler->GetHeapStats(&stream); in GetHeapStatsUpdate()
7397 SnapshotObjectId HeapProfiler::GetHeapStats(OutputStream* stream) { in GetHeapStats() function in v8::HeapProfiler