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

#include <instructions.h>

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

Public Member Functions

 CallCsaMacroAndBranchInstruction (Macro *macro, std::vector< std::string > constexpr_arguments, std::optional< Block * > return_continuation, std::vector< Block * > label_blocks, std::optional< Block * > catch_block)
 
bool IsBlockTerminator () const override
 
void AppendSuccessorBlocks (std::vector< Block * > *block_list) const override
 
std::size_t GetLabelCount () const
 
std::size_t GetLabelValueDefinitionCount (std::size_t label) const
 
DefinitionLocation GetLabelValueDefinition (std::size_t label, std::size_t index) const
 
std::size_t GetValueDefinitionCount () const
 
DefinitionLocation GetValueDefinition (std::size_t index) const
 
std::optional< DefinitionLocationGetExceptionObjectDefinition () 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
 

Public Attributes

Macromacro
 
std::vector< std::string > constexpr_arguments
 
std::optional< Block * > return_continuation
 
std::vector< Block * > label_blocks
 
std::optional< Block * > catch_block
 
- Public Attributes inherited from v8::internal::torque::InstructionBase
SourcePosition pos
 

Detailed Description

Definition at line 499 of file instructions.h.

Constructor & Destructor Documentation

◆ CallCsaMacroAndBranchInstruction()

v8::internal::torque::CallCsaMacroAndBranchInstruction::CallCsaMacroAndBranchInstruction ( Macro * macro,
std::vector< std::string > constexpr_arguments,
std::optional< Block * > return_continuation,
std::vector< Block * > label_blocks,
std::optional< Block * > catch_block )
inline

Definition at line 501 of file instructions.h.

Member Function Documentation

◆ AppendSuccessorBlocks()

void v8::internal::torque::CallCsaMacroAndBranchInstruction::AppendSuccessorBlocks ( std::vector< Block * > * block_list) const
inlineoverridevirtual

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

Definition at line 512 of file instructions.h.

◆ GetExceptionObjectDefinition()

std::optional< DefinitionLocation > v8::internal::torque::CallCsaMacroAndBranchInstruction::GetExceptionObjectDefinition ( ) const

Definition at line 395 of file instructions.cc.

Here is the call graph for this function:

◆ GetLabelCount()

std::size_t v8::internal::torque::CallCsaMacroAndBranchInstruction::GetLabelCount ( ) const

Definition at line 362 of file instructions.cc.

Here is the caller graph for this function:

◆ GetLabelValueDefinition()

DefinitionLocation v8::internal::torque::CallCsaMacroAndBranchInstruction::GetLabelValueDefinition ( std::size_t label,
std::size_t index ) const

Definition at line 372 of file instructions.cc.

Here is the call graph for this function:

◆ GetLabelValueDefinitionCount()

std::size_t v8::internal::torque::CallCsaMacroAndBranchInstruction::GetLabelValueDefinitionCount ( std::size_t label) const

Definition at line 366 of file instructions.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetValueDefinition()

DefinitionLocation v8::internal::torque::CallCsaMacroAndBranchInstruction::GetValueDefinition ( std::size_t index) const

Definition at line 388 of file instructions.cc.

Here is the call graph for this function:

◆ GetValueDefinitionCount()

std::size_t v8::internal::torque::CallCsaMacroAndBranchInstruction::GetValueDefinitionCount ( ) const

Definition at line 382 of file instructions.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsBlockTerminator()

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

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

Definition at line 511 of file instructions.h.

Member Data Documentation

◆ catch_block

std::optional<Block*> v8::internal::torque::CallCsaMacroAndBranchInstruction::catch_block

Definition at line 530 of file instructions.h.

◆ constexpr_arguments

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

Definition at line 527 of file instructions.h.

◆ label_blocks

std::vector<Block*> v8::internal::torque::CallCsaMacroAndBranchInstruction::label_blocks

Definition at line 529 of file instructions.h.

◆ macro

Macro* v8::internal::torque::CallCsaMacroAndBranchInstruction::macro

Definition at line 526 of file instructions.h.

◆ return_continuation

std::optional<Block*> v8::internal::torque::CallCsaMacroAndBranchInstruction::return_continuation

Definition at line 528 of file instructions.h.


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