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

#include <frame-constants.h>

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

Public Member Functions

 DEFINE_TYPED_FRAME_SIZES (5)
 

Static Public Attributes

static constexpr int kContextOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
 
static constexpr int kLengthOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(1)
 
static constexpr int kConstructorOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(2)
 
static constexpr int kPaddingOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(3)
 
static constexpr int kNewTargetOrImplicitReceiverOffset
 
static constexpr int kLastObjectOffset = kContextOffset
 
- Static Public Attributes inherited from v8::internal::TypedFrameConstants
static constexpr int kFrameTypeSize = kContextOrFrameTypeSize
 
static constexpr int kFrameTypeOffset = kContextOrFrameTypeOffset
 
static constexpr int kFixedFrameSizeFromFp = kCPSlotSize + kFrameTypeSize
 
static constexpr int kFixedSlotCountFromFp
 
static constexpr int kFixedFrameSize
 
static constexpr int kFixedSlotCount = kFixedFrameSize / kSystemPointerSize
 
static constexpr int kFirstPushedFrameValueOffset
 
- Static Public Attributes inherited from v8::internal::CommonFrameConstants
static constexpr int kCallerFPOffset = 0 * kSystemPointerSize
 
static constexpr int kCallerPCOffset = kCallerFPOffset + 1 * kFPOnStackSize
 
static constexpr int kCallerSPOffset = kCallerPCOffset + 1 * kPCOnStackSize
 
static constexpr int kFixedFrameSizeAboveFp = kPCOnStackSize + kFPOnStackSize
 
static constexpr int kFixedSlotCountAboveFp
 
static constexpr int kCPSlotSize
 
static constexpr int kCPSlotCount = kCPSlotSize / kSystemPointerSize
 
static constexpr int kConstantPoolOffset
 
static constexpr int kContextOrFrameTypeSize = kSystemPointerSize
 
static constexpr int kContextOrFrameTypeOffset
 

Detailed Description

Definition at line 217 of file frame-constants.h.

Member Function Documentation

◆ DEFINE_TYPED_FRAME_SIZES()

v8::internal::ConstructFrameConstants::DEFINE_TYPED_FRAME_SIZES ( 5 )

Member Data Documentation

◆ kConstructorOffset

int v8::internal::ConstructFrameConstants::kConstructorOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(2)
staticconstexpr

Definition at line 222 of file frame-constants.h.

◆ kContextOffset

int v8::internal::ConstructFrameConstants::kContextOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(0)
staticconstexpr

Definition at line 220 of file frame-constants.h.

◆ kLastObjectOffset

int v8::internal::ConstructFrameConstants::kLastObjectOffset = kContextOffset
staticconstexpr

Definition at line 227 of file frame-constants.h.

◆ kLengthOffset

int v8::internal::ConstructFrameConstants::kLengthOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(1)
staticconstexpr

Definition at line 221 of file frame-constants.h.

◆ kNewTargetOrImplicitReceiverOffset

int v8::internal::ConstructFrameConstants::kNewTargetOrImplicitReceiverOffset
staticconstexpr
Initial value:
=
#define TYPED_FRAME_PUSHED_VALUE_OFFSET(x)

Definition at line 224 of file frame-constants.h.

◆ kPaddingOffset

int v8::internal::ConstructFrameConstants::kPaddingOffset = TYPED_FRAME_PUSHED_VALUE_OFFSET(3)
staticconstexpr

Definition at line 223 of file frame-constants.h.


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