v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ObjectStatsCollector Class Reference

#include <object-stats.h>

Collaboration diagram for v8::internal::ObjectStatsCollector:

Public Member Functions

 ObjectStatsCollector (Heap *heap, ObjectStats *live, ObjectStats *dead)
 
void Collect ()
 

Private Attributes

Heap *const heap_
 
ObjectStats *const live_
 
ObjectStats *const dead_
 

Detailed Description

Definition at line 179 of file object-stats.h.

Constructor & Destructor Documentation

◆ ObjectStatsCollector()

v8::internal::ObjectStatsCollector::ObjectStatsCollector ( Heap * heap,
ObjectStats * live,
ObjectStats * dead )
inline

Definition at line 181 of file object-stats.h.

Member Function Documentation

◆ Collect()

void v8::internal::ObjectStatsCollector::Collect ( )

Definition at line 1202 of file object-stats.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ dead_

ObjectStats* const v8::internal::ObjectStatsCollector::dead_
private

Definition at line 195 of file object-stats.h.

◆ heap_

Heap* const v8::internal::ObjectStatsCollector::heap_
private

Definition at line 193 of file object-stats.h.

◆ live_

ObjectStats* const v8::internal::ObjectStatsCollector::live_
private

Definition at line 194 of file object-stats.h.


The documentation for this class was generated from the following files: