v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Assembler::FarBranchInfo Class Reference

#include <assembler-arm64.h>

Collaboration diagram for Assembler::FarBranchInfo:

Public Member Functions

 FarBranchInfo (int offset, Label *label)
 

Data Fields

int pc_offset_
 
Label * label_
 

Detailed Description

Definition at line 2129 of file assembler-arm64.h.

Constructor & Destructor Documentation

FarBranchInfo ( int  offset,
Label *  label 
)
inline

Definition at line 2131 of file assembler-arm64.h.

Field Documentation

Label* label_

Definition at line 2136 of file assembler-arm64.h.

int pc_offset_

Definition at line 2134 of file assembler-arm64.h.


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