#include <frame.h>
Definition at line 208 of file frame.h.
◆ FrameOffset()
v8::internal::compiler::FrameOffset::FrameOffset |
( |
int | offset | ) |
|
|
inlineexplicitprivate |
◆ from_frame_pointer()
bool v8::internal::compiler::FrameOffset::from_frame_pointer |
( |
| ) |
|
|
inline |
◆ from_stack_pointer()
bool v8::internal::compiler::FrameOffset::from_stack_pointer |
( |
| ) |
|
|
inline |
◆ FromFramePointer()
static FrameOffset v8::internal::compiler::FrameOffset::FromFramePointer |
( |
int | offset | ) |
|
|
inlinestatic |
◆ FromStackPointer()
static FrameOffset v8::internal::compiler::FrameOffset::FromStackPointer |
( |
int | offset | ) |
|
|
inlinestatic |
◆ offset()
int v8::internal::compiler::FrameOffset::offset |
( |
| ) |
|
|
inline |
◆ kFromFp
const int v8::internal::compiler::FrameOffset::kFromFp = 0 |
|
staticprivate |
◆ kFromSp
const int v8::internal::compiler::FrameOffset::kFromSp = 1 |
|
staticprivate |
◆ offset_
int v8::internal::compiler::FrameOffset::offset_ |
|
private |
The documentation for this class was generated from the following file: