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

#include <instruction-selection-phase.h>

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

Public Member Functions

std::optional< BailoutReasonRun (PipelineData *data, Zone *temp_zone, const CallDescriptor *call_descriptor, Linkage *linkage, CodeTracer *code_tracer)
 

Static Public Attributes

static constexpr bool kOutputIsTraceableGraph = false
 

Detailed Description

Definition at line 128 of file instruction-selection-phase.h.

Member Function Documentation

◆ Run()

std::optional< BailoutReason > v8::internal::compiler::turboshaft::InstructionSelectionPhase::Run ( PipelineData * data,
Zone * temp_zone,
const CallDescriptor * call_descriptor,
Linkage * linkage,
CodeTracer * code_tracer )

Definition at line 329 of file instruction-selection-phase.cc.

Here is the call graph for this function:

Member Data Documentation

◆ kOutputIsTraceableGraph

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

Definition at line 130 of file instruction-selection-phase.h.


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