V8 Project
v8::internal::ConstructFrameConstants Class Reference

#include <frames-arm.h>

+ Inheritance diagram for v8::internal::ConstructFrameConstants:
+ Collaboration diagram for v8::internal::ConstructFrameConstants:

Static Public Attributes

static const int kImplicitReceiverOffset = -6 * kPointerSize
 
static const int kConstructorOffset = -5 * kPointerSize
 
static const int kLengthOffset = -4 * kPointerSize
 
static const int kCodeOffset = StandardFrameConstants::kExpressionsOffset
 
static const int kFrameSize
 

Detailed Description

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

Member Data Documentation

◆ kCodeOffset

static const int v8::internal::ConstructFrameConstants::kCodeOffset = StandardFrameConstants::kExpressionsOffset
static

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

◆ kConstructorOffset

static const int v8::internal::ConstructFrameConstants::kConstructorOffset = -5 * kPointerSize
static

◆ kFrameSize

static const int v8::internal::ConstructFrameConstants::kFrameSize
static
Initial value:

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

Referenced by v8::internal::Deoptimizer::DoComputeConstructStubFrame().

◆ kImplicitReceiverOffset

static const int v8::internal::ConstructFrameConstants::kImplicitReceiverOffset = -6 * kPointerSize
static

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

◆ kLengthOffset

static const int v8::internal::ConstructFrameConstants::kLengthOffset = -4 * kPointerSize
static

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


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