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

#include <instructions.h>

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

Public Member Functions

bool IsBlockTerminator () const override
 
 GotoExternalInstruction (std::string destination, std::vector< std::string > variable_names)
 
- 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 void AppendSuccessorBlocks (std::vector< Block * > *block_list) const
 

Public Attributes

std::string destination
 
std::vector< std::string > variable_names
 
- Public Attributes inherited from v8::internal::torque::InstructionBase
SourcePosition pos
 

Detailed Description

Definition at line 684 of file instructions.h.

Constructor & Destructor Documentation

◆ GotoExternalInstruction()

v8::internal::torque::GotoExternalInstruction::GotoExternalInstruction ( std::string destination,
std::vector< std::string > variable_names )
inline

Definition at line 688 of file instructions.h.

Member Function Documentation

◆ IsBlockTerminator()

bool v8::internal::torque::GotoExternalInstruction::IsBlockTerminator ( ) const
inlineoverridevirtual

Reimplemented from v8::internal::torque::InstructionBase.

Definition at line 686 of file instructions.h.

Member Data Documentation

◆ destination

std::string v8::internal::torque::GotoExternalInstruction::destination

Definition at line 693 of file instructions.h.

◆ variable_names

std::vector<std::string> v8::internal::torque::GotoExternalInstruction::variable_names

Definition at line 694 of file instructions.h.


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