v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr Class Reference
Collaboration diagram for v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr:

Public Member Functions

 CandidateBaseAddr (Node *base, Node *offset)
 
Nodebase () const
 
Nodeoffset () const
 

Private Attributes

Nodebase_reg_
 
Nodeoffset_reg_
 

Detailed Description

Definition at line 39 of file wasm-address-reassociation.h.

Constructor & Destructor Documentation

◆ CandidateBaseAddr()

v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr::CandidateBaseAddr ( Node * base,
Node * offset )
inline

Definition at line 41 of file wasm-address-reassociation.h.

Member Function Documentation

◆ base()

Node * v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr::base ( ) const
inline

Definition at line 43 of file wasm-address-reassociation.h.

Here is the caller graph for this function:

◆ offset()

Node * v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr::offset ( ) const
inline

Definition at line 44 of file wasm-address-reassociation.h.

Here is the caller graph for this function:

Member Data Documentation

◆ base_reg_

Node* v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr::base_reg_
private

Definition at line 47 of file wasm-address-reassociation.h.

◆ offset_reg_

Node* v8::internal::compiler::WasmAddressReassociation::CandidateBaseAddr::offset_reg_
private

Definition at line 48 of file wasm-address-reassociation.h.


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