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

#include <instructions.h>

Inheritance diagram for v8::internal::torque::MakeLazyNodeInstruction:
Collaboration diagram for v8::internal::torque::MakeLazyNodeInstruction:

Public Member Functions

 MakeLazyNodeInstruction (Macro *macro, const Type *result_type, std::vector< std::string > constexpr_arguments)
 
DefinitionLocation GetValueDefinition () const
 
- Public Member Functions inherited from v8::internal::torque::InstructionBase
 InstructionBase ()
 
virtual std::unique_ptr< InstructionBaseClone () const =0
 
virtual void Assign (const InstructionBase &other)=0
 
virtual ~InstructionBase ()=default
 
virtual void TypeInstruction (Stack< const Type * > *stack, ControlFlowGraph *cfg) const =0
 
virtual void RecomputeDefinitionLocations (Stack< DefinitionLocation > *locations, Worklist< Block * > *worklist) const =0
 
void InvalidateTransientTypes (Stack< const Type * > *stack) const
 
virtual bool IsBlockTerminator () const
 
virtual void AppendSuccessorBlocks (std::vector< Block * > *block_list) const
 

Public Attributes

Macromacro
 
const Typeresult_type
 
std::vector< std::string > constexpr_arguments
 
- Public Attributes inherited from v8::internal::torque::InstructionBase
SourcePosition pos
 

Detailed Description

Definition at line 536 of file instructions.h.

Constructor & Destructor Documentation

◆ MakeLazyNodeInstruction()

v8::internal::torque::MakeLazyNodeInstruction::MakeLazyNodeInstruction ( Macro * macro,
const Type * result_type,
std::vector< std::string > constexpr_arguments )
inline

Definition at line 538 of file instructions.h.

Member Function Documentation

◆ GetValueDefinition()

DefinitionLocation v8::internal::torque::MakeLazyNodeInstruction::GetValueDefinition ( ) const

Definition at line 789 of file instructions.cc.

Here is the call graph for this function:

Member Data Documentation

◆ constexpr_arguments

std::vector<std::string> v8::internal::torque::MakeLazyNodeInstruction::constexpr_arguments

Definition at line 548 of file instructions.h.

◆ macro

Macro* v8::internal::torque::MakeLazyNodeInstruction::macro

Definition at line 546 of file instructions.h.

◆ result_type

const Type* v8::internal::torque::MakeLazyNodeInstruction::result_type

Definition at line 547 of file instructions.h.


The documentation for this struct was generated from the following files: