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

#include <register-allocation-phase.h>

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

Public Member Functions

void Run (PipelineData *data, Zone *temp_zone)
 

Static Public Attributes

static constexpr bool kOutputIsTraceableGraph = false
 

Detailed Description

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

Member Function Documentation

◆ Run()

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

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

Here is the call graph for this function:

Member Data Documentation

◆ kOutputIsTraceableGraph

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

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


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