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

Go to the source code of this file.

Classes

class  v8::internal::compiler::InstructionSelector
 
class  v8::internal::compiler::InstructionSelector::Features
 
class  v8::internal::compiler::FlagsContinuationT
 
struct  v8::internal::compiler::FlagsContinuationT::ConditionalCompare
 
struct  v8::internal::compiler::PushParameterT
 
class  v8::internal::compiler::InstructionSelectorT
 
struct  v8::internal::compiler::InstructionSelectorT::FrameStateInput
 
struct  v8::internal::compiler::InstructionSelectorT::FrameStateInput::Hash
 
struct  v8::internal::compiler::InstructionSelectorT::FrameStateInput::Equal
 

Namespaces

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

Macros

#define DECLARE_GENERATOR_T(x)
 

Enumerations

enum class  v8::internal::compiler::FrameStateInputKind { v8::internal::compiler::kAny , v8::internal::compiler::kStackSlot }
 

Macro Definition Documentation

◆ DECLARE_GENERATOR_T

#define DECLARE_GENERATOR_T ( x)
Value:
void Visit##x(turboshaft::OpIndex node);
int x

Definition at line 816 of file instruction-selector.h.