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

#include <basic-block-instrumentor.h>

Inheritance diagram for v8::internal::compiler::BasicBlockCallGraphProfiler:
Collaboration diagram for v8::internal::compiler::BasicBlockCallGraphProfiler:

Static Public Member Functions

static void StoreCallGraph (OptimizedCompilationInfo *info, Schedule *schedule)
 
static void StoreCallGraph (OptimizedCompilationInfo *info, const turboshaft::Graph &graph)
 

Detailed Description

Definition at line 35 of file basic-block-instrumentor.h.

Member Function Documentation

◆ StoreCallGraph() [1/2]

void v8::internal::compiler::BasicBlockCallGraphProfiler::StoreCallGraph ( OptimizedCompilationInfo * info,
const turboshaft::Graph & graph )
static

Definition at line 252 of file basic-block-instrumentor.cc.

Here is the call graph for this function:

◆ StoreCallGraph() [2/2]

void v8::internal::compiler::BasicBlockCallGraphProfiler::StoreCallGraph ( OptimizedCompilationInfo * info,
Schedule * schedule )
static

Definition at line 192 of file basic-block-instrumentor.cc.

Here is the call graph for this function:

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