v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StandardFrameConstants Class Reference

#include <frames-arm.h>

Inheritance diagram for StandardFrameConstants:
Collaboration diagram for StandardFrameConstants:

Static Public Attributes

static const int kFixedFrameSize = 4 * kPointerSize
 
static const int kExpressionsOffset = -3 * kPointerSize
 
static const int kMarkerOffset = -2 * kPointerSize
 
static const int kContextOffset = -1 * kPointerSize
 
static const int kCallerFPOffset = 0 * kPointerSize
 
static const int kCallerPCOffset = 1 * kPointerSize
 
static const int kCallerSPOffset = 2 * kPointerSize
 
static const int kRArgsSlotsSize = 4 * kPointerSize
 
static const int kRegularArgsSlotsSize = kRArgsSlotsSize
 
static const int kJSArgsSlotsSize = 0 * kPointerSize
 
static const int kBArgsSlotsSize = 0 * kPointerSize
 

Detailed Description

Definition at line 137 of file frames-arm.h.

Field Documentation

const int kBArgsSlotsSize = 0 * kPointerSize
static

Definition at line 216 of file frames-mips.h.

static const int kCallerFPOffset = 0 * kPointerSize
static
static const int kCallerPCOffset = 1 * kPointerSize
static

Definition at line 146 of file frames-arm.h.

Referenced by StandardFrame::ComputePCAddress(), and IC::IC().

static const int kContextOffset = -1 * kPointerSize
static
static const int kExpressionsOffset = -3 * kPointerSize
static
static const int kFixedFrameSize = 4 * kPointerSize
static

Definition at line 141 of file frames-arm.h.

const int kJSArgsSlotsSize = 0 * kPointerSize
static

Definition at line 214 of file frames-mips.h.

static const int kMarkerOffset = -2 * kPointerSize
static

Definition at line 143 of file frames-arm.h.

Referenced by StandardFrame::IsConstructFrame().

const int kRArgsSlotsSize = 4 * kPointerSize
static

Definition at line 210 of file frames-mips.h.

const int kRegularArgsSlotsSize = kRArgsSlotsSize
static

Definition at line 211 of file frames-mips.h.


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