v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::maglev::Dead Class Reference

#include <maglev-ir.h>

Inheritance diagram for v8::internal::maglev::Dead:
Collaboration diagram for v8::internal::maglev::Dead:

Public Member Functions

void SetValueLocationConstraints ()
 
void GenerateCode (MaglevAssembler *, const ProcessingState &)
 
void PrintParams (std::ostream &, MaglevGraphLabeller *) const
 
void VerifyInputs (MaglevGraphLabeller *) const
 
void MarkTaggedInputsAsDecompressing ()
 
- Public Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived >
constexpr Opcode opcode () const
 
constexpr const OpPropertiesproperties () const
 

Private Types

using Base = NodeT<Dead>
 

Private Member Functions

 Dead (uint64_t bitfield)
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived >
template<typename... Args>
static Derived * New (Zone *zone, std::initializer_list< ValueNode * > inputs, Args &&... args)
 
template<typename... Args>
static Derived * New (Zone *zone, size_t input_count, Args &&... args)
 
- Protected Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived >
template<typename... Args>
 NodeTMixin (uint64_t bitfield, Args &&... args)
 

Detailed Description

Definition at line 7187 of file maglev-ir.h.

Member Typedef Documentation

◆ Base

Definition at line 7188 of file maglev-ir.h.

Constructor & Destructor Documentation

◆ Dead()

v8::internal::maglev::Dead::Dead ( uint64_t bitfield)
inlineexplicitprivate

Definition at line 7198 of file maglev-ir.h.

Member Function Documentation

◆ GenerateCode()

void v8::internal::maglev::Dead::GenerateCode ( MaglevAssembler * ,
const ProcessingState &  )
inline

Definition at line 7192 of file maglev-ir.h.

Here is the call graph for this function:

◆ MarkTaggedInputsAsDecompressing()

void v8::internal::maglev::Dead::MarkTaggedInputsAsDecompressing ( )
inline

Definition at line 7195 of file maglev-ir.h.

Here is the call graph for this function:

◆ PrintParams()

void v8::internal::maglev::Dead::PrintParams ( std::ostream & ,
MaglevGraphLabeller *  ) const
inline

Definition at line 7193 of file maglev-ir.h.

◆ SetValueLocationConstraints()

void v8::internal::maglev::Dead::SetValueLocationConstraints ( )
inline

Definition at line 7191 of file maglev-ir.h.

◆ VerifyInputs()

void v8::internal::maglev::Dead::VerifyInputs ( MaglevGraphLabeller * ) const
inline

Definition at line 7194 of file maglev-ir.h.


The documentation for this class was generated from the following file: