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

Go to the source code of this file.

Classes

class  v8::internal::interpreter::BytecodeArrayBuilder
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::interpreter
 

Macros

#define ENTRY_GETTER(NAME, ...)
 
#define DECLARE_BYTECODE_OUTPUT(Name, ...)
 

Functions

std::ostream & v8::internal::interpreter::operator<< (std::ostream &os, const BytecodeArrayBuilder::ToBooleanMode &mode)
 

Macro Definition Documentation

◆ DECLARE_BYTECODE_OUTPUT

#define DECLARE_BYTECODE_OUTPUT ( Name,
... )
Value:
template <typename... Operands> \
V8_INLINE BytecodeNode Create##Name##Node(Operands... operands); \
template <typename... Operands> \
V8_INLINE void Output##Name(Operands... operands); \
template <typename... Operands> \
V8_INLINE void Output##Name(BytecodeLabel* label, Operands... operands);
Label label
#define V8_INLINE
Definition v8config.h:500

Definition at line 614 of file bytecode-array-builder.h.

◆ ENTRY_GETTER

#define ENTRY_GETTER ( NAME,
... )
Value:
size_t NAME##ConstantPoolEntry();
#define NAME(feat,...)

Definition at line 521 of file bytecode-array-builder.h.