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

#include <register-allocation-phase.h>

Collaboration diagram for v8::internal::compiler::turboshaft::JumpThreadingPhase:

Public Member Functions

void Run (PipelineData *data, Zone *temp_zone, bool frame_at_start)
 

Static Public Attributes

static constexpr bool kOutputIsTraceableGraph = false
 

Detailed Description

Definition at line 181 of file register-allocation-phase.h.

Member Function Documentation

◆ Run()

void v8::internal::compiler::turboshaft::JumpThreadingPhase::Run ( PipelineData * data,
Zone * temp_zone,
bool frame_at_start )
inline

Definition at line 185 of file register-allocation-phase.h.

Here is the call graph for this function:

Member Data Documentation

◆ kOutputIsTraceableGraph

bool v8::internal::compiler::turboshaft::JumpThreadingPhase::kOutputIsTraceableGraph = false
staticconstexpr

Definition at line 183 of file register-allocation-phase.h.


The documentation for this struct was generated from the following file: