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::BytecodeJumpTarget Struct Reference

#include <maglev-graph-builder.h>

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

Public Member Functions

 BytecodeJumpTarget (int jump_target_offset, int fallthrough_offset)
 

Public Attributes

int jump_target_offset
 
int fallthrough_offset
 
PatchAccumulatorInBranchScopepatch_accumulator_scope
 

Detailed Description

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

Constructor & Destructor Documentation

◆ BytecodeJumpTarget()

v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::BytecodeJumpTarget ( int jump_target_offset,
int fallthrough_offset )
inline

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

Member Data Documentation

◆ fallthrough_offset

int v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::fallthrough_offset

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

◆ jump_target_offset

int v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::jump_target_offset

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

◆ patch_accumulator_scope

PatchAccumulatorInBranchScope* v8::internal::maglev::MaglevGraphBuilder::BranchBuilder::BytecodeJumpTarget::patch_accumulator_scope

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


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