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

#include <frame.h>

Collaboration diagram for v8::internal::compiler::FrameOffset:

Public Member Functions

bool from_stack_pointer ()
 
bool from_frame_pointer ()
 
int offset ()
 

Static Public Member Functions

static FrameOffset FromStackPointer (int offset)
 
static FrameOffset FromFramePointer (int offset)
 

Private Member Functions

 FrameOffset (int offset)
 

Private Attributes

int offset_
 

Static Private Attributes

static const int kFromSp = 1
 
static const int kFromFp = 0
 

Detailed Description

Definition at line 208 of file frame.h.

Constructor & Destructor Documentation

◆ FrameOffset()

v8::internal::compiler::FrameOffset::FrameOffset ( int offset)
inlineexplicitprivate

Definition at line 225 of file frame.h.

Here is the caller graph for this function:

Member Function Documentation

◆ from_frame_pointer()

bool v8::internal::compiler::FrameOffset::from_frame_pointer ( )
inline

Definition at line 211 of file frame.h.

◆ from_stack_pointer()

bool v8::internal::compiler::FrameOffset::from_stack_pointer ( )
inline

Definition at line 210 of file frame.h.

◆ FromFramePointer()

static FrameOffset v8::internal::compiler::FrameOffset::FromFramePointer ( int offset)
inlinestatic

Definition at line 219 of file frame.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FromStackPointer()

static FrameOffset v8::internal::compiler::FrameOffset::FromStackPointer ( int offset)
inlinestatic

Definition at line 214 of file frame.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ offset()

int v8::internal::compiler::FrameOffset::offset ( )
inline

Definition at line 212 of file frame.h.

Here is the caller graph for this function:

Member Data Documentation

◆ kFromFp

const int v8::internal::compiler::FrameOffset::kFromFp = 0
staticprivate

Definition at line 230 of file frame.h.

◆ kFromSp

const int v8::internal::compiler::FrameOffset::kFromSp = 1
staticprivate

Definition at line 229 of file frame.h.

◆ offset_

int v8::internal::compiler::FrameOffset::offset_
private

Definition at line 227 of file frame.h.


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