v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::StackSlotRepresentation Class Referencefinal

#include <machine-operator.h>

Collaboration diagram for v8::internal::compiler::StackSlotRepresentation:

Public Member Functions

 StackSlotRepresentation (int size, int alignment, bool is_tagged)
 
int size () const
 
int alignment () const
 
bool is_tagged () const
 

Private Attributes

int size_
 
int alignment_
 
bool is_tagged_
 

Detailed Description

Definition at line 270 of file machine-operator.h.

Constructor & Destructor Documentation

◆ StackSlotRepresentation()

v8::internal::compiler::StackSlotRepresentation::StackSlotRepresentation ( int size,
int alignment,
bool is_tagged )
inline

Definition at line 272 of file machine-operator.h.

Member Function Documentation

◆ alignment()

int v8::internal::compiler::StackSlotRepresentation::alignment ( ) const
inline

Definition at line 276 of file machine-operator.h.

Here is the caller graph for this function:

◆ is_tagged()

bool v8::internal::compiler::StackSlotRepresentation::is_tagged ( ) const
inline

Definition at line 277 of file machine-operator.h.

◆ size()

int v8::internal::compiler::StackSlotRepresentation::size ( ) const
inline

Definition at line 275 of file machine-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ alignment_

int v8::internal::compiler::StackSlotRepresentation::alignment_
private

Definition at line 281 of file machine-operator.h.

◆ is_tagged_

bool v8::internal::compiler::StackSlotRepresentation::is_tagged_
private

Definition at line 282 of file machine-operator.h.

◆ size_

int v8::internal::compiler::StackSlotRepresentation::size_
private

Definition at line 280 of file machine-operator.h.


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