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

#include <maglev-graph-builder.h>

Collaboration diagram for v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::LabelJumpTarget:

Public Member Functions

 LabelJumpTarget (MaglevSubGraphBuilder::Label *jump_label)
 

Public Attributes

MaglevSubGraphBuilder::Labeljump_label
 
BasicBlockRef fallthrough
 

Detailed Description

Definition at line 2889 of file maglev-graph-builder.h.

Constructor & Destructor Documentation

◆ LabelJumpTarget()

v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::LabelJumpTarget::LabelJumpTarget ( MaglevSubGraphBuilder::Label * jump_label)
inlineexplicit

Definition at line 2890 of file maglev-graph-builder.h.

Member Data Documentation

◆ fallthrough

BasicBlockRef v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::LabelJumpTarget::fallthrough

Definition at line 2893 of file maglev-graph-builder.h.

◆ jump_label

MaglevSubGraphBuilder::Label* v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::LabelJumpTarget::jump_label

Definition at line 2892 of file maglev-graph-builder.h.


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