v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
pipelines.h File Reference
Include dependency graph for pipelines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::compiler::turboshaft::SimplificationAndNormalizationPhase
 
class  v8::internal::compiler::turboshaft::Pipeline
 
class  v8::internal::compiler::turboshaft::BuiltinPipeline
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::compiler
 
namespace  v8::internal::compiler::turboshaft
 

Macros

#define RUN_MAYBE_ABORT(phase, ...)
 

Variables

constexpr char v8::internal::compiler::turboshaft::kTempZoneName [] = "temp-zone"
 

Macro Definition Documentation

◆ RUN_MAYBE_ABORT

#define RUN_MAYBE_ABORT ( phase,
... )
Value:
if (V8_UNLIKELY(!Run<phase>(__VA_ARGS__))) return {};
#define V8_UNLIKELY(condition)
Definition v8config.h:660

Definition at line 42 of file pipelines.h.