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

#include <code-stats.h>

Collaboration diagram for v8::internal::CodeStatistics:

Static Public Member Functions

static void CollectCodeStatistics (PagedSpace *space, Isolate *isolate)
 
static void CollectCodeStatistics (OldLargeObjectSpace *space, Isolate *isolate)
 
static void ResetCodeAndMetadataStatistics (Isolate *isolate)
 

Static Private Member Functions

static void RecordCodeAndMetadataStatistics (Tagged< HeapObject > object, Isolate *isolate)
 

Detailed Description

Definition at line 20 of file code-stats.h.

Member Function Documentation

◆ CollectCodeStatistics() [1/2]

void v8::internal::CodeStatistics::CollectCodeStatistics ( OldLargeObjectSpace * space,
Isolate * isolate )
static

Definition at line 75 of file code-stats.cc.

Here is the call graph for this function:

◆ CollectCodeStatistics() [2/2]

void v8::internal::CodeStatistics::CollectCodeStatistics ( PagedSpace * space,
Isolate * isolate )
static

Definition at line 63 of file code-stats.cc.

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

◆ RecordCodeAndMetadataStatistics()

void v8::internal::CodeStatistics::RecordCodeAndMetadataStatistics ( Tagged< HeapObject > object,
Isolate * isolate )
staticprivate

Definition at line 17 of file code-stats.cc.

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

◆ ResetCodeAndMetadataStatistics()

void v8::internal::CodeStatistics::ResetCodeAndMetadataStatistics ( Isolate * isolate)
static

Definition at line 51 of file code-stats.cc.

Here is the caller graph for this function:

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