v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <frames-arm.h>
Static Public Attributes | |
static const int | kFrameSize |
static const int | kConstantPoolOffset |
static const int | kCodeOffset = -2 * kPointerSize |
static const int | kSPOffset = -1 * kPointerSize |
static const int | kCallerFPOffset = 0 * kPointerSize |
static const int | kCallerPCOffset = 1 * kPointerSize |
static const int | kCallerSPDisplacement = 2 * kPointerSize |
static const int | kLastExitFrameField = kCodeOffset |
static const int | kCallerSPOffset = +2 * kPointerSize |
Definition at line 110 of file frames-arm.h.
|
static |
Definition at line 121 of file frames-arm.h.
Referenced by IC::IC(), and ExitFrame::SetCallerFp().
|
static |
Definition at line 123 of file frames-arm.h.
Referenced by IC::IC().
|
static |
Definition at line 127 of file frames-arm.h.
Referenced by ExitFrame::GetCallerStackPointer(), and StubFrame::GetCallerStackPointer().
|
static |
Definition at line 175 of file frames-mips.h.
|
static |
Definition at line 117 of file frames-arm.h.
Referenced by ExitFrame::code_slot().
|
static |
Definition at line 115 of file frames-arm.h.
Referenced by ExitFrame::FillState(), and IC::IC().
|
static |
Definition at line 112 of file frames-arm.h.
|
static |
Definition at line 71 of file frames-arm64.h.
|
static |
Definition at line 118 of file frames-arm.h.
Referenced by ExitFrame::ComputeStackPointer().