![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <instruction-selection-phase.h>
Public Member Functions | |
std::optional< BailoutReason > | Run (PipelineData *data, Zone *temp_zone, const CallDescriptor *call_descriptor, Linkage *linkage, CodeTracer *code_tracer) |
Static Public Attributes | |
static constexpr bool | kOutputIsTraceableGraph = false |
Definition at line 128 of file instruction-selection-phase.h.
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.
|
staticconstexpr |
Definition at line 130 of file instruction-selection-phase.h.