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

Go to the source code of this file.

Classes

class  v8::internal::baseline::BytecodeOffsetTableBuilder
 
class  v8::internal::baseline::BaselineCompiler
 
class  v8::internal::baseline::SaveAccumulatorScope
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::baseline
 

Macros

#define DECLARE_VISITOR(name, ...)
 
#define DECLARE_VISITOR(name, ...)
 

Macro Definition Documentation

◆ DECLARE_VISITOR [1/2]

#define DECLARE_VISITOR ( name,
... )
Value:
void Visit##name();
const char * name
Definition builtins.cc:39

Definition at line 149 of file baseline-compiler.h.

◆ DECLARE_VISITOR [2/2]

#define DECLARE_VISITOR ( name,
... )
Value:
void VisitIntrinsic##name(interpreter::RegisterList args);
base::Vector< const DirectHandle< Object > > args
Definition execution.cc:74

Definition at line 149 of file baseline-compiler.h.